国内流行的内容管理系统(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.

205 line
3.2KB

  1. td {
  2. padding: 3px 0px 0 3px;
  3. }
  4. .title {
  5. color: #666600;
  6. font-weight: bold;
  7. }
  8. .title span {
  9. padding-left: 3px;
  10. }
  11. #addTab {
  12. position: absolute;
  13. left: 455px;
  14. top: 150px;
  15. width: 360px;
  16. height: 200px;
  17. z-index: 2;
  18. background-color: #FFFFFF;
  19. border: 1px solid #889D8F;
  20. padding: 0px;
  21. display: none;
  22. overflow: hidden;
  23. }
  24. #editTab {
  25. position: absolute;
  26. left: 455px;
  27. top: 120px;
  28. width: 360px;
  29. height: 350px;
  30. z-index: 1;
  31. background-color: #FFFFFF;
  32. border: 1px solid #889D8F;
  33. padding: 0px;
  34. display: none;
  35. }
  36. .txt {
  37. float: left;
  38. }
  39. .updatedvt {
  40. line-height: 23px;
  41. padding-left: 3px;
  42. width: 98%;
  43. border-bottom: 1px dashed #dcdcdc;
  44. }
  45. .upinfotitle {
  46. border-bottom: 1px solid #cccccc;
  47. color: red;
  48. font-weight: bold;
  49. line-height: 26px;
  50. }
  51. .verline {
  52. border-bottom: 1px dashed #cccccc;
  53. line-height: 26px;
  54. }
  55. .itemTable {
  56. margin-top: 8px;
  57. background: #CBD8AC;
  58. }
  59. #loaddiv {
  60. top: 0;
  61. left: 0;
  62. background: #cccccc;
  63. filter: Alpha(opacity=70);
  64. -moz-opacity: 0.7;
  65. position: absolute;
  66. z-index: 10000;
  67. width: 100%;
  68. height: 100%;
  69. }
  70. #mainmsg {
  71. padding-right: 8px;
  72. }
  73. .rightside {
  74. width: 49%;
  75. float: left;
  76. margin-right: 1%;
  77. height: 670px;
  78. scrollbar-face-color: #ffffff;
  79. scrollbar-highlight-color: #919192;
  80. scrollbar-shadow-color: #919192;
  81. scrollbar-3dlight-color: #ffffff;
  82. scrollbar-arrow-color: #919192;
  83. scrollbar-track-color: #ffffff;
  84. scrollbar-darkshadow-color: #ffffff;
  85. }
  86. .column {
  87. width: 49%;
  88. float: left;
  89. margin-right: 0.5%;
  90. }
  91. .placeholder {
  92. width: 98%;
  93. margin-left: 1%;
  94. background: #f0f0f0;
  95. border: 1px dashed #ddd;
  96. }
  97. .dbox {
  98. border: 1px solid #DEEAB6;
  99. width: 98%;
  100. margin-left: 1%;
  101. margin-top: 8px;
  102. }
  103. .dbox dt {
  104. height: 28px;
  105. line-height: 28px;
  106. font-weight: bold;
  107. color: #4D6C2F;
  108. cursor: move;
  109. }
  110. .dbox dt .l {
  111. float: left;
  112. padding-left: 8px;
  113. }
  114. .dbox dt .r {
  115. float: right;
  116. padding-right: 8px;
  117. }
  118. .dbox dt.lside {
  119. border-bottom: 1px solid #CFD7C4;
  120. background-color: rgb(239, 248, 229);
  121. }
  122. .dbox dt.rside {
  123. border-bottom: 1px solid #DEEAB6;
  124. background: url(../images/wbg.gif) repeat-x;
  125. }
  126. .dbox dd {
  127. padding: 0px;
  128. }
  129. .dbox dd.intable {
  130. padding-top: 3px;
  131. }
  132. #updatetest {
  133. padding: 6px;
  134. padding-left: 110px;
  135. background: url("../images/ico_spider.gif") no-repeat scroll 10px 15px transparent;
  136. }
  137. #quickmenu {
  138. width: 100%;
  139. height: 46px;
  140. overflow: hidden;
  141. }
  142. #quickmenu .icoitem {
  143. float: left;
  144. height: 24px;
  145. line-height: 24px;
  146. margin-top: 12px;
  147. padding-left: 30px;
  148. overflow: hidden;
  149. }
  150. .dboxtable td.nline {
  151. border-bottom: 1px dashed #CFD7C4;
  152. height: 26px;
  153. }
  154. .dboxtable1 ul li {
  155. float: left;
  156. border-bottom: 1px dashed #CFD7C4;
  157. height: 26px;
  158. line-height: 26px;
  159. display: inline;
  160. width: 48%;
  161. text-align: center;
  162. }
  163. .biz p {
  164. padding: 0 15px;
  165. line-height: 23px;
  166. }
  167. .biz img {
  168. float: right;
  169. margin: 40px 15px 0 15px;
  170. }
  171. .footer {
  172. line-height: 36px;
  173. margin-top: 8px;
  174. font-family: Verdana, Geneva, sans-serif;
  175. }