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

155 lines
2.2KB

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