国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

163 lines
2.3KB

  1. input{
  2. vertical-align:middle;
  3. margin-right:3px;
  4. font-size:12px;
  5. }
  6. textarea{
  7. vertical-align:top;
  8. font-size:12px;
  9. line-height:156%;
  10. border:1px solid #AAA;
  11. padding:3px;
  12. letter-spacing:1px;
  13. word-break:break-all;
  14. overflow-y:auto;
  15. }
  16. .input-txt{
  17. padding:4px 8px 4px 6px;
  18. border:1px solid #AAA;
  19. font-size:12px;
  20. color:#000;
  21. width:200px;
  22. }
  23. .textipt_on{
  24. border:1px solid #F90;
  25. }
  26. hr{
  27. height:1px;
  28. line-height:1px;
  29. overflow:hidden;
  30. border-width:1px 0px 0px 0px ;
  31. border-top:1px solid #FFCABF;/*兼容Opera*/
  32. }
  33. hr:empty {
  34. margin:8px 0px 7px 0px !important;
  35. margin:0px;
  36. }
  37. small{
  38. font-size:12px;
  39. }
  40. .moncolor td{
  41. background:#FFCABF;
  42. }
  43. .twbox{
  44. width:706px;
  45. border:1px solid #FFCABF;
  46. font-size:12px;
  47. overflow:hidden;
  48. margin:8px auto;
  49. }
  50. .twbox thead tr td{
  51. background:url(body_title_bg.gif) -1px -1px repeat-x;
  52. height:31px;
  53. line-height:31px;
  54. text-indent:10px;
  55. }
  56. .twbox thead tr td strong{
  57. letter-spacing:2px;
  58. margin-right:14px;
  59. color:#FFF;
  60. font-size:14px;
  61. }
  62. .twbox thead tr td span{
  63. color:#CDA;
  64. }
  65. .twbox thead tr td p{
  66. height:31px;
  67. display:inline;
  68. float:right;
  69. margin:-31px 10px 0 0;
  70. overflow:hidden;
  71. }
  72. .twbox thead tr td p *{
  73. float:right;
  74. }
  75. .twbox thead tr td a.thlink{
  76. color:#FFF;
  77. }
  78. .twbox thead tr td a.thlink:hover{
  79. color:#FFFF00;
  80. text-decoration:none;
  81. }
  82. .twbox tbody {
  83. overflow:hidden;
  84. text-align:left;
  85. }
  86. .twbox tbody tr th{
  87. background:#FFFAF7;
  88. color:#FF760A;
  89. line-height:21px;
  90. height:21px;
  91. text-indent:30px;
  92. font-weight:normal;
  93. border-bottom:1px solid #FFCABF;
  94. letter-spacing:2px;
  95. }
  96. .twbox tbody tr td{
  97. padding:7px;
  98. border-bottom:1px solid #F2F2F2;
  99. color:#333;
  100. vertical-align:top;
  101. }
  102. .twbox tbody tr td p{
  103. line-height:21px;
  104. }
  105. .twbox tbody tr td p strong img{
  106. vertical-align:middle;
  107. }
  108. .twbox tbody tr td img{
  109. vertical-align:top;
  110. margin:0px 10px 5px 0px;
  111. }
  112. .twbox tbody tr td small{
  113. color:#888;
  114. }
  115. .twbox tfoot tr td{
  116. padding:10px;
  117. line-height:25px;
  118. text-align:center;
  119. }
  120. .twbox tfoot tr td p{
  121. line-height:21px;
  122. margin-bottom:10px;
  123. }
  124. input.but{
  125. height:26px;
  126. padding-left:6px;
  127. padding-right:6px;
  128. line-height:26px;
  129. font-weight:bold;
  130. letter-spacing:1px;
  131. color:#FFF;
  132. background-color:#FC3;
  133. }
  134. .onetd{
  135. width:120px;
  136. text-align:right;
  137. line-height:25px;
  138. }