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

301 lines
5.1KB

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