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

287 lines
4.6KB

  1. @import "tablebox.css";
  2. *{
  3. padding:0px;
  4. margin:0px;
  5. }
  6. body{
  7. font-family:Verdana, Arial, Helvetica, sans-serif;
  8. font-size:12px;
  9. background:url(images/top-bg.png) left top repeat-x;
  10. background-color:#FFF;
  11. }
  12. ul{
  13. list-style:none;
  14. }
  15. a{
  16. color:#06C;
  17. }
  18. a:hover{
  19. color:#669900;
  20. text-decoration:none;
  21. }
  22. input,button,select{
  23. vertical-align:middle;
  24. }
  25. .fc-690{
  26. color:#690;
  27. }
  28. .fs-14{
  29. font-size:14px;
  30. }
  31. .top{
  32. width:960px;
  33. height:72px;
  34. overflow:hidden;
  35. margin:0px auto;
  36. }
  37. .top .top-logo{
  38. width:280px;
  39. height:72px;
  40. float:left;
  41. padding-left:10px;
  42. background:url(images/top-logo.png) 10px 0px no-repeat;
  43. overflow:hidden;
  44. }
  45. .top .top-logo h1{
  46. font-size:0px;
  47. line-height:1000%;
  48. }
  49. .top .top-link{
  50. height:15px;
  51. padding:12px 12px 0px 0px;
  52. overflow:hidden;
  53. }
  54. .top .top-link ul{
  55. height:15px;
  56. float:right;
  57. overflow:hidden;
  58. }
  59. .top .top-link ul li{
  60. float:left;
  61. padding-left:10px;
  62. padding-right:10px;
  63. border-left:1px solid #E8F5E3;
  64. margin-left:-1px;
  65. line-height:14px;
  66. }
  67. .top .top-link ul li a{
  68. text-decoration:none;
  69. color:#555;
  70. }
  71. .top .top-version{
  72. height:40px;
  73. float:right;
  74. padding:7px 12px 0px 0px;
  75. }
  76. .top .top-version h2{
  77. color:#E8F5E3;
  78. font-size:26px;
  79. font-style:italic;
  80. cursor:default;
  81. }
  82. .main{
  83. width:900px;
  84. margin:14px auto 0px;
  85. }
  86. .main .pleft{
  87. width:168px;
  88. float:left;
  89. cursor:default;
  90. padding-top:6px;
  91. }
  92. .main .pright{
  93. width:720px;
  94. float:right;
  95. }
  96. .pr-title{
  97. width:720px;
  98. height:22px;
  99. margin:8px auto 0px;
  100. background:url(images/boxtitle_bg.gif) 0px 20px repeat-x;
  101. overflow:hidden;
  102. }
  103. .pr-title h3{
  104. width:158px;
  105. height:22px;
  106. line-height:22px;
  107. overflow:hidden;
  108. display:block;
  109. font-size:12px;
  110. padding-top:1px;
  111. text-indent:10px;
  112. background:url(images/boxtitle_bg.gif) 0px -2px no-repeat;
  113. letter-spacing:2px;
  114. color:#6D8A4F;
  115. font-weight:bold;
  116. }
  117. .t1{
  118. width:162px;
  119. }
  120. .t1 dt{
  121. width:162px;
  122. height:25px;
  123. line-height:25px;
  124. background:url(images/leftbox-tbg.png) no-repeat;
  125. font-weight:bold;
  126. color:#7D9F5C;
  127. text-indent:10px;
  128. letter-spacing:2px;
  129. }
  130. .t1 dd{
  131. width:160px;
  132. background-color:#FAFDF9;
  133. border:1px solid #E0ECD4;
  134. }
  135. .t1 dd ul{
  136. width:158px;
  137. border:1px solid #FFF;
  138. overflow:hidden;
  139. padding:10px 0px;
  140. background:url(images/step-ico-bg.png) 20px 21px no-repeat;
  141. }
  142. .t1 dd ul li{
  143. height:40px;
  144. line-height:36px;
  145. text-indent:52px;
  146. display:block;
  147. color:#888;
  148. font-size:14px;
  149. }
  150. .t1 dd ul li.succeed{
  151. color:#690;
  152. background:url(images/ico-step-succeed.png) 23px 14px no-repeat;
  153. }
  154. .t1 dd ul li.now{
  155. color:#FF9900;
  156. font-weight:bold;
  157. background:url(images/ico-step-now.png) 23px 14px no-repeat;
  158. }
  159. .install-msg{
  160. padding:10px 20px;
  161. color:#777;
  162. line-height:31px;
  163. font-size:14px;
  164. overflow:hidden;
  165. clear:both;
  166. }
  167. .pr-agreement{
  168. padding:16px;
  169. line-height:21px;
  170. color:#666;
  171. height:300px;
  172. overflow-y:scroll;
  173. }
  174. .pr-agreement strong{
  175. display:block;
  176. color:#333;
  177. line-height:27px;
  178. margin-top:6px;
  179. }
  180. .pr-agreement p{
  181. text-indent:30px;
  182. }
  183. .btn-box{
  184. margin-top:15px;
  185. border-top:1px solid #DDD;
  186. padding:10px 6px;
  187. vertical-align:middle;
  188. }
  189. .btn-next{
  190. width:104px;
  191. height:34px;
  192. border:none;
  193. background:url(images/but_next.gif) no-repeat;
  194. cursor:pointer;
  195. margin-left:10px;
  196. overflow:hidden;
  197. font-size:0px;
  198. line-height:100px;
  199. }
  200. .btn-back{
  201. width:104px;
  202. height:34px;
  203. border:none;
  204. background:url(images/but_back.gif) no-repeat;
  205. cursor:pointer;
  206. overflow:hidden;
  207. font-size:0px;
  208. line-height:100px;
  209. }
  210. #readpact{
  211. *margin-top:-4px;
  212. margin-right:4px;
  213. }
  214. .over-link{
  215. padding:0px 40px;
  216. line-height:41px;
  217. overflow:hidden;
  218. clear:both;
  219. }
  220. .over-link a{
  221. line-height:14px;
  222. padding:6px 20px;
  223. border-style:solid;
  224. border-width:1px;
  225. border-color:#EEE #CCC #CCC #EEE;
  226. background:#FAFAFA;
  227. color:#333;
  228. display:block;
  229. float:left;
  230. margin-right:20px;
  231. text-decoration:none;
  232. }
  233. .olink a{
  234. line-height:14px;
  235. padding:2px 20px;
  236. border-style:solid;
  237. border-width:1px;
  238. border-color:#EEE #CCC #CCC #EEE;
  239. background:#EAF4DD;
  240. color:#333;
  241. display:block;
  242. margin-left:8px;
  243. float:left;
  244. width:55px;
  245. margin-right:20px;
  246. text-decoration:none;
  247. }
  248. .waitpage {
  249. top:0;
  250. left:0;
  251. filter:Alpha(opacity=70);
  252. -moz-opacity:0.7;
  253. position:absolute;
  254. z-index:10000;
  255. background:url(images/loading1.gif) #ababab no-repeat center 200px;
  256. width:100%;
  257. height:2500px;
  258. display:none;
  259. }
  260. .divpre {
  261. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
  262. }
  263. .modulesel {
  264. width:120px;
  265. margin-right:8px;
  266. float:left;
  267. }