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

166 lines
2.7KB

  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. }
  79. .column {
  80. width:49%;
  81. float:left;
  82. margin-right:0.5%
  83. }
  84. .placeholder {
  85. width:98%;
  86. margin-left:1%;
  87. background:#f0f0f0;
  88. border:1px dashed #ddd
  89. }
  90. .dbox {
  91. border:1px solid #DEEAB6;
  92. width:98%;
  93. margin-left:1%;
  94. margin-top:8px
  95. }
  96. .dbox dt {
  97. height:28px;
  98. line-height:28px;
  99. font-weight:bold;
  100. color:#4D6C2F;
  101. cursor:move
  102. }
  103. .dbox dt .l {
  104. float:left;
  105. padding-left:8px
  106. }
  107. .dbox dt .r {
  108. float:right;
  109. padding-right:8px
  110. }
  111. .dbox dt.lside {
  112. border-bottom:1px solid #CFD7C4;
  113. background-color:rgb(239,248,229)
  114. }
  115. .dbox dt.rside {
  116. border-bottom:1px solid #DEEAB6;
  117. background:url(../images/wbg.gif) repeat-x
  118. }
  119. .dbox dd {
  120. padding:0px
  121. }
  122. .dbox dd.intable {
  123. padding-top:3px
  124. }
  125. #updatetest {
  126. padding:6px;
  127. padding-left:110px;
  128. background:url(../images/ico_spider.gif) no-repeat scroll 10px 15px transparent
  129. }
  130. #quickmenu {
  131. width:100%;
  132. height:46px;
  133. overflow:hidden
  134. }
  135. #quickmenu .icoitem {
  136. float:left;
  137. height:24px;
  138. line-height:24px;
  139. margin-top:12px;
  140. padding-left:30px;
  141. overflow:hidden
  142. }
  143. .dboxtable td.nline {
  144. border-bottom:1px dashed #CFD7C4;
  145. height:26px
  146. }
  147. .dboxtable1 ul li {
  148. float:left;
  149. border-bottom:1px dashed #CFD7C4;
  150. height:26px;
  151. line-height:26px;
  152. display:inline;
  153. width:48%;
  154. text-align:center
  155. }
  156. .biz p {
  157. padding:0 15px;
  158. line-height:23px
  159. }
  160. .biz img {
  161. float:right;
  162. margin:40px 15px 0 15px
  163. }
  164. .footer {
  165. line-height:36px
  166. }