install.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
  1. /*
  2. ===================
  3. 初始化【请勿修改】
  4. ===================
  5. */
  6. html,body,
  7. div, dl, dt, dd, ul, p, th, td,
  8. h1, h2, h3, h4, h5, h6,
  9. pre, code, form,
  10. fieldset, legend{
  11. margin: 0;
  12. padding: 0;
  13. }
  14. cite,
  15. em,
  16. strong,
  17. th {
  18. font-style: normal;
  19. }
  20. td,
  21. th,
  22. div {
  23. word-break:break-all;
  24. word-wrap:break-word;
  25. }
  26. form{
  27. display:inline;
  28. }
  29. table {
  30. border-collapse: collapse;
  31. border-spacing:0;
  32. }
  33. th {
  34. text-align: left;
  35. font-weight:100;
  36. }
  37. ol li {
  38. list-style: decimal outside;
  39. }
  40. ol{
  41. padding:0 0 0 18px;
  42. margin:0;
  43. }
  44. li {
  45. list-style:none;
  46. }
  47. img {
  48. border: 0;
  49. }
  50. html {
  51. -webkit-text-size-adjust:none;
  52. overflow-y:scroll;
  53. }
  54. /*
  55. ===================
  56. html5标签
  57. ===================
  58. */
  59. article,
  60. aside,
  61. details,
  62. figcaption,
  63. figure,
  64. footer,
  65. header,
  66. hgroup,
  67. nav,
  68. section {
  69. display: block;
  70. }
  71. /*
  72. ===================
  73. 清除浮动【请勿修改】
  74. >> cc 作用于父模型
  75. >> c 作用于浮动模型后,父模型区域里
  76. ===================
  77. */
  78. .cc{
  79. zoom:1;
  80. }
  81. .cc:after{
  82. content:'\20';
  83. display:block;
  84. height:0;
  85. clear:both;
  86. visibility: hidden;
  87. }
  88. .c{
  89. clear:both;
  90. height:0;
  91. font:0/0 Arial;
  92. overflow:hidden;
  93. width:0;
  94. }
  95. /*
  96. ===================
  97. 基础样式
  98. >> b 加粗
  99. >> u 下划线
  100. >> i 斜体
  101. >> w 文本不换行
  102. >> tal 文本靠左显示
  103. >> tac 文本居中显示
  104. >> tar 文本靠右显示
  105. >> fl 左浮动
  106. >> fr 右浮动
  107. >> pr 相对定位
  108. >> cp 鼠标点击手势
  109. >> vt 表格内容靠上显示
  110. ===================
  111. */
  112. .b{
  113. font-weight:700 !important;
  114. }
  115. .u{
  116. text-decoration:underline !important;
  117. }
  118. .i{
  119. font-style:italic !important;
  120. }
  121. .w{
  122. white-space:nowrap;
  123. }
  124. .tal{
  125. text-align:left !important;
  126. }
  127. .tac{
  128. text-align:center !important;
  129. }
  130. .tar{
  131. text-align:right !important;
  132. }
  133. .fl{
  134. float:left !important;
  135. }
  136. .fr{
  137. float:right !important;
  138. }
  139. .pr{
  140. position:relative;
  141. }
  142. .cp{
  143. cursor:pointer;
  144. }
  145. .vt{
  146. vertical-align:top;
  147. }
  148. .dn{
  149. display:none;
  150. }
  151. /*
  152. ===================
  153. 字体
  154. >> f10 小字体
  155. >> f12 正常字
  156. >> f14 大字
  157. >> f16 更大
  158. >> f24 标题类
  159. >> fn 文本去粗
  160. ===================
  161. */
  162. .f10{
  163. font-size:10px;
  164. }
  165. .f12{
  166. font-size:12px !important;
  167. }
  168. .f14{
  169. font-size:14px;
  170. }
  171. .f16{
  172. font-size:16px;
  173. }
  174. .f24{
  175. font-size:24px;
  176. font-family:Arial, "Microsoft Yahei", Simsun;
  177. }
  178. .fn{
  179. font-weight:normal !important;
  180. }
  181. .s1{
  182. color:#ff0000;
  183. }
  184. /*
  185. ===================
  186. 全局
  187. ===================
  188. */
  189. body{
  190. font:12px/1.5 Arial,Microsoft Yahei,Simsun;
  191. color:#333;
  192. background:url(../images/install/bg.png);
  193. }
  194. a:link{
  195. color:#246EA5;
  196. text-decoration:none;
  197. }
  198. a:hover{
  199. text-decoration:underline;
  200. }
  201. a:visited{
  202. color:#762e9c;
  203. }
  204. /*
  205. ===================
  206. 包裹
  207. ===================
  208. */
  209. .wrap{
  210. margin:50px auto 0;
  211. box-shadow:0 0 10px #ccc;
  212. width:750px;
  213. background:#fff;
  214. }
  215. /*
  216. ===================
  217. 头部
  218. ===================
  219. */
  220. .header{
  221. height:80px;
  222. box-shadow:0 3px 3px #ddd;
  223. position:relative;
  224. color:#fff;
  225. background:#246fa6 url(../images/install/header.png) 0 0 repeat-x;
  226. }
  227. /*
  228. ===================
  229. 主体
  230. ===================
  231. */
  232. .main{
  233. padding-top:35px;
  234. }
  235. /*
  236. ===================
  237. 底部
  238. ===================
  239. */
  240. .footer{
  241. text-align:center;
  242. padding:15px 0 50px;
  243. color:#999999;
  244. }
  245. .footer a{
  246. color:#999;
  247. text-decoration:none;
  248. }
  249. .bottom{
  250. padding:0 0 25px;
  251. }
  252. /*
  253. ===================
  254. 协议
  255. ===================
  256. */
  257. .pact{
  258. box-shadow:5px 5px 5px #f7f7f7 inset;
  259. border:1px solid #bdbcbc;
  260. width:670px;
  261. height:350px;
  262. padding:10px;
  263. overflow:hidden;
  264. display:block;
  265. overflow-y:scroll;
  266. margin:0 auto;
  267. font-size:12px;
  268. line-height:1.5;
  269. margin-bottom:22px;
  270. outline:none;
  271. }
  272. pre{
  273. white-space: pre-wrap;
  274. white-space: -moz-pre-wrap;
  275. white-space: -pre-wrap;
  276. white-space: -o-pre-wrap;
  277. word-wrap: break-word;
  278. word-break : normal;
  279. }
  280. /*
  281. ===================
  282. 版本号
  283. ===================
  284. */
  285. .version{
  286. float:right;
  287. margin:50px 25px 0 0;
  288. }
  289. /*
  290. ===================
  291. LOGO
  292. ===================
  293. */
  294. .logo{
  295. float:left;
  296. width:230px;
  297. height:80px;
  298. background:url(../images/install/logo.png) no-repeat center;
  299. overflow:hidden;
  300. text-indent:-2000em;
  301. }
  302. /*
  303. ===================
  304. 安装类型文案
  305. ===================
  306. */
  307. .icon_install,
  308. .icon_update{
  309. float:left;
  310. margin-top:35px;
  311. width:90px;
  312. height:30px;
  313. overflow:hidden;
  314. text-indent:-2000em;
  315. }
  316. .icon_install{
  317. background:url(../images/install/icon_install.png) no-repeat;
  318. }
  319. .icon_update{
  320. background:url(../images/install/icon_update.png) no-repeat;
  321. }
  322. /*
  323. ===================
  324. 按钮
  325. ===================
  326. */
  327. .btn,
  328. .btn_old{
  329. display:inline-block;
  330. width:100px;
  331. height:30px;
  332. background:url(../images/install/btn.png) no-repeat;
  333. font:bold 14px/30px Arial,"Microsoft Yahei",Simsun;
  334. text-decoration:none;
  335. color:#fff !important;
  336. margin:0 5px;
  337. border:0 none;
  338. cursor:pointer;
  339. vertical-align:top;
  340. }
  341. .btn:hover{
  342. background-position:0 -30px;
  343. text-decoration:none;
  344. }
  345. a.btn:visited{
  346. color:#ffffff;
  347. }
  348. .btn_old,
  349. .btn_old:hover{
  350. background-position:0 -60px;
  351. color:#999 !important;
  352. cursor:default;
  353. text-decoration:none;
  354. }
  355. a.btn_old:visited{
  356. color:#999 !important;
  357. }
  358. /*
  359. ===================
  360. 步骤
  361. ===================
  362. */
  363. .step,
  364. .step li em,
  365. .step li{
  366. background:url(../images/install/step.png) repeat-x;
  367. }
  368. .step{
  369. border-bottom:1px solid #dce1e5;
  370. height:60px;
  371. background-color:#fff;
  372. }
  373. .step li{
  374. float:left;
  375. height:60px;
  376. line-height:60px;
  377. width:33%;
  378. text-align:center;
  379. font-size:14px;
  380. color:#6f7885;
  381. font-weight:700;
  382. }
  383. .step li em{
  384. width:32px;
  385. height:32px;
  386. text-align:center;
  387. line-height:32px;
  388. display:inline-block;
  389. background-position:0 -70px;
  390. font-size:20px;
  391. color:#fff;
  392. font-family:Microsoft Yahei;
  393. margin-right:10px;
  394. vertical-align:0;
  395. }
  396. .step li.current{
  397. background-position:right -106px;
  398. background-repeat:no-repeat;
  399. color:#246ea5;
  400. }
  401. .step li.current em{
  402. background-position:-35px -70px;
  403. }
  404. .step li.on{
  405. background-position:0 -176px;
  406. }
  407. .step li.on em{
  408. background-position:-70px -70px;
  409. }
  410. /*
  411. ===================
  412. 服务器检测/信息输入
  413. ===================
  414. */
  415. .server{
  416. padding:20px 20px 10px 65px;
  417. }
  418. .server table{
  419. margin-bottom:20px;
  420. }
  421. .server td{
  422. padding:3px 5px;
  423. }
  424. .server .td1{
  425. color:#417b9d;
  426. font-weight:700;
  427. }
  428. .server .input{
  429. border:1px solid;
  430. border-color:#e3e9ef;
  431. padding:3px;
  432. width:200px;
  433. }
  434. .server .input:hover,
  435. .server .input:focus{
  436. border:1px solid #0e85d5;
  437. outline:none;
  438. }
  439. .gray{
  440. color:#bbb;
  441. }
  442. .server tr:hover .gray{
  443. color:#333;
  444. }
  445. /*
  446. ===================
  447. 正确错误
  448. ===================
  449. */
  450. .correct_span,
  451. .error_span{
  452. display:block;
  453. float:left;
  454. width:20px;
  455. height:16px;
  456. text-indent:-2000em;
  457. overflow:hidden;
  458. background:url(../images/install/icon.png) no-repeat;
  459. margin-right:5px;
  460. }
  461. .error_span{
  462. background-position:0 -23px;
  463. }
  464. /*
  465. ===================
  466. 数据表写入
  467. ===================
  468. */
  469. .install{
  470. box-shadow:5px 5px 5px #f7f7f7 inset;
  471. border:1px solid #bdbcbc;
  472. width:670px;
  473. height:350px;
  474. padding:10px;
  475. overflow:hidden;
  476. display:block;
  477. overflow-y:scroll;
  478. margin:25px auto;
  479. font-size:12px;
  480. margin-bottom:22px;
  481. outline:none;
  482. }
  483. .install ul{
  484. line-height:1.8;
  485. }
  486. /*
  487. ===================
  488. 成功提示
  489. ===================
  490. */
  491. .success_tip{
  492. /*border:1px solid #e0e9f0;*/
  493. background:#fff url(../images/install/complete.png) 210px center no-repeat;
  494. padding:50px 80px 50px 300px;
  495. line-height:2;
  496. }
  497. .success_tip a,.s4{
  498. color:#0166a5;
  499. text-decoration:none;
  500. }
  501. .success_tip a:hover{
  502. text-decoration:underline;
  503. }
  504. .error_tip{
  505. background:url(../images/install/ignore.png) 130px 45px no-repeat;
  506. padding:50px 80px 60px 230px;
  507. }
  508. /*founder login*/
  509. .login{
  510. border:1px solid #e0e9f0;
  511. background:#fff;
  512. margin:30px 120px 130px;
  513. }
  514. /*
  515. ===================
  516. 操作提示
  517. >> tips 普通
  518. >> tips_error 错误
  519. >> tips_success 正确
  520. >> tips_loading 加载中
  521. 使用方法
  522. 可独立样式使用,亦可与tips组装,例:
  523. <div class="tips"><span class="tips_error">错误内容</span></div>
  524. 可在外出包裹 tips_block 对错误提示进行块级效果展示
  525. ===================
  526. */
  527. .tips,
  528. .tips_block span{
  529. line-height:25px;
  530. padding:0 6px;
  531. }
  532. .tips{
  533. border:1px solid #faebd2;
  534. background:#ffffe9;
  535. color:#666;
  536. }
  537. .tips_error,
  538. .tips_success{
  539. color:#cc3333;
  540. padding-left:16px;
  541. background:url(../images/install/tips_system.png) -20px 2px no-repeat;
  542. display:inline-block;
  543. line-height:18px;
  544. }
  545. .tips_success{
  546. color:#008800;
  547. background-position:0 -19px;
  548. }
  549. .tips_loading{
  550. color:#cc3333;
  551. color:#333333;
  552. display:inline-block;
  553. line-height:20px;
  554. }
  555. /*
  556. ===================
  557. loading
  558. ===================
  559. */
  560. .loading{
  561. border-radius: 16px;
  562. width: 100px;
  563. height: 30px;
  564. line-height: 30px;
  565. text-align: center;
  566. background:#000;
  567. background-color: rgba(0, 0, 0, 0.5);
  568. color: white;
  569. position: fixed;
  570. _position:absolute;
  571. left: 50%;
  572. margin-left: -50px;
  573. top: 50%;
  574. margin-top:-15px;
  575. }
  576. .loading span{
  577. background:url(../images/install/pop_loading.gif) 0 center no-repeat;
  578. padding-left:24px;
  579. }
  580. /*
  581. ===================
  582. 升级类型选择
  583. ===================
  584. */
  585. .updata_type{
  586. padding:20px 30px 40px;
  587. }
  588. .updata_type .hd{
  589. font-size:16px;
  590. }
  591. /*切换选择*/
  592. .updata_type .tab{
  593. padding-top:10px;
  594. }
  595. .updata_type .tab li{
  596. float:left;
  597. width:50%;
  598. display:inline;
  599. }
  600. .updata_type .tab li a{
  601. display:block;
  602. text-decoration:none;
  603. border:1px solid #ccc;
  604. text-align:center;
  605. height:60px;
  606. line-height:60px;
  607. font-weight:700;
  608. background:#fff url(../images/install/tab.png);
  609. color:#246EA5;
  610. font-size:22px;
  611. font-weight:100;
  612. }
  613. .updata_type .tab li a.fen{
  614. line-height:50px;
  615. border-right:0;
  616. }
  617. .updata_type .tab li a span{
  618. display:block;
  619. font-size:12px;
  620. color:#999;
  621. line-height:18px;
  622. margin-top:-12px;
  623. font-weight:100;
  624. }
  625. .updata_type .tab li.current a{
  626. background:#fdfdfd;
  627. color:#6F7885;
  628. border-bottom:1px solid #fdfdfd;
  629. }
  630. .updata_type .tab_cont{
  631. border:1px solid #ccc;
  632. border-top:0 none;
  633. padding:30px;
  634. background:#fdfdfd;
  635. box-shadow:1px 1px 1px #fff inset,-1px -1px 1px #fff inset;
  636. }
  637. .updata_type .tab_cont h3{
  638. font-size:16px;
  639. margin-bottom:15px;
  640. }
  641. .updata_type .tab_cont h3 span{
  642. font-size:12px;
  643. font-weight:100;
  644. color:#666;
  645. }
  646. .updata_type .tab_cont h4{
  647. font-size:14px;
  648. }
  649. .updata_type .tab_cont h4 span{
  650. padding-left:10px;
  651. font-size:12px;
  652. font-weight:100;
  653. color:#f60;
  654. }
  655. .updata_type .tab_cont ol li{
  656. margin-bottom:10px;
  657. }
  658. .updata_type .tab_cont div{
  659. color:#666;
  660. padding-left:20px;
  661. }
  662. .updata_type .tab_cont ul li{
  663. margin:0;
  664. padding-left:50px;
  665. list-style:none;
  666. color:#666;
  667. }
  668. /*立即升级*/
  669. .once_updata{
  670. text-align:center;
  671. padding:100px 0;
  672. }
  673. .once_updata button{
  674. font-size:32px;
  675. font-weight:700;
  676. background:#186196 url(../images/install/header.png) repeat-x;
  677. color:#fff;
  678. padding:30px 80px;
  679. font-weight:100;
  680. font-family:"Microsoft Yahei";
  681. border:1px solid #186196;
  682. cursor:pointer;
  683. letter-spacing:2px;
  684. }