style.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. *{
  2. padding:0px;
  3. margin:0px;
  4. }
  5. body{
  6. font-family:Verdana, Arial, Helvetica, sans-serif;
  7. font-size:12px;
  8. color: #333;
  9. background-color: #edf0f3;
  10. }
  11. ul{
  12. list-style:none;
  13. }
  14. a{
  15. color: #333;
  16. text-decoration: none;
  17. }
  18. a:hover{
  19. color:#FF6A00;
  20. text-decoration:none;
  21. }
  22. input,button,select{
  23. vertical-align:middle;
  24. outline: none;
  25. }
  26. .fc-690{
  27. color:#333;
  28. }
  29. .fs-14{
  30. font-size:14px;
  31. }
  32. .head-block{
  33. margin-bottom: 20px;
  34. background-color: #fff;
  35. }
  36. .top{
  37. overflow:hidden;
  38. display: flex;
  39. justify-content: space-between;
  40. align-items: center;
  41. min-width: 1200px;
  42. height: 64px;
  43. margin: auto;
  44. }
  45. .top .top-logo{
  46. display: flex;
  47. justify-content: space-between;
  48. align-items: center;
  49. margin-left: 20px;
  50. }
  51. .top .top-logo .top-logo-img {
  52. width: 130px;
  53. height: 40px;
  54. line-height: 40px;
  55. }
  56. .top .top-logo .top-logo-img img{
  57. width: 100%;
  58. }
  59. .top .top-logo .bar {
  60. margin: 0 10px;
  61. }
  62. .top .top-logo .logo-text{
  63. color: #A6B0C8;
  64. font-size: 14px;
  65. }
  66. .top-sub{
  67. flex:1;
  68. font-size:19px;
  69. font-weight: bold;
  70. margin-left:10px;
  71. }
  72. .top .top-logo h1{
  73. font-size:0px;
  74. line-height:1000%;
  75. }
  76. .top .top-link{
  77. height:15px;
  78. margin-right: 20px;
  79. }
  80. .top .top-link li{
  81. display: inline-block;
  82. margin-left: 15px;
  83. line-height:14px;
  84. font-size: 16px;
  85. }
  86. .install-content{
  87. margin: 0 auto 50px;
  88. width: 1200px;
  89. background-color: #fff;
  90. border-radius: 0 0 15px 15px;
  91. }
  92. .install-content::after{
  93. content:"";
  94. display: block;
  95. clear: both;
  96. }
  97. .install-content-procedure{
  98. border: 1px solid #EDF0F3;
  99. height: 116px;
  100. }
  101. .install-content-procedure .content-procedure-list{
  102. width: 1000px;
  103. margin: 15px auto;
  104. display: flex;
  105. position: relative;
  106. top: 50%;
  107. transform: translateY(-50%);
  108. }
  109. .install-content-procedure .content-procedure-item{
  110. flex: 1;
  111. height: 36px;
  112. font-size: 14px;
  113. line-height: 36px;
  114. text-align: center;
  115. background: url("../img/not_complete.png") no-repeat center / contain;
  116. }
  117. .install-content-procedure .content-procedure-item:first-of-type{
  118. color: #fff;
  119. background: url("../img/complete_one.png") no-repeat center / contain;
  120. }
  121. .install-content-procedure .content-procedure-item:last-of-type{
  122. background: url("../img/not_complete_two.png") no-repeat center / contain;
  123. }
  124. /* 第一个页面 */
  125. .pright{
  126. margin: 0px auto 0;
  127. padding-bottom: 40px;
  128. width:1100px;
  129. }
  130. .pright .pr-title{
  131. padding-left: 30px;
  132. height: 50px;
  133. font-size: 16px;
  134. font-weight: bold;
  135. line-height: 50px;
  136. background: #F7F9FA;
  137. border-bottom: 1px solid #EEEEEE;
  138. border-radius: 10px 10px 0 0;
  139. }
  140. .pr-agreement{
  141. overflow-y:scroll;
  142. max-height :520px;
  143. padding: 10px 30px;
  144. line-height:21px;
  145. color:#666;
  146. background: #F7F9FA;
  147. border-radius: 0 0 10px 10px;
  148. }
  149. .pr-agreement::-webkit-scrollbar {
  150. width: 6px;
  151. background-color: #FFF;
  152. }
  153. .pr-agreement::-webkit-scrollbar-thumb {
  154. border-radius: 10px;
  155. /*background-color: #494E51;*/
  156. }
  157. .pr-agreement::-webkit-scrollbar {
  158. display: none;
  159. }
  160. .pr-agreement::-webkit-scrollbar-track {
  161. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  162. background-color: #F5F5F5;
  163. }
  164. .pr-agreement strong{
  165. display:block;
  166. color:#333;
  167. line-height:27px;
  168. margin-top:6px;
  169. }
  170. .pr-agreement p{
  171. text-indent:30px;
  172. }
  173. .pr-agreement .describe{
  174. text-indent: 0;
  175. }
  176. .btn-box{
  177. display: flex;
  178. justify-content: space-between;
  179. margin-top: 30px;
  180. text-align: right;
  181. vertical-align: middle;
  182. height: 34px;
  183. line-height: 34px;
  184. }
  185. .btn-back, .btn-next{
  186. width:100px;
  187. height:34px;
  188. border:none;
  189. background-color:#409eff;
  190. color:#FFF;
  191. cursor:pointer;
  192. margin-left:10px;
  193. overflow:hidden;
  194. font-size: 14px;
  195. border-radius:3px;
  196. }
  197. .btn-box .layui-btn {
  198. border-radius: 5px;
  199. }
  200. .btn-back{
  201. border: 1px solid #C7C7C7;
  202. color: #333;
  203. background-color: #fff;
  204. }
  205. .btn-box-text{
  206. position: relative;
  207. display: inline-block;
  208. height: 16px;
  209. line-height: 16px;
  210. }
  211. #readpact{
  212. position: relative;
  213. height: 16px;
  214. width: 16px;
  215. vertical-align: bottom;
  216. z-index: 8;
  217. opacity: 0;
  218. cursor: pointer;
  219. }
  220. .btn-box-selection{
  221. position: absolute;
  222. top: 0;
  223. left: 0;
  224. width: 16px;
  225. height: 16px;
  226. background: url("../img/no_agree.png") no-repeat center;
  227. }
  228. .btn-box .agreement{
  229. font-size: 14px;
  230. font-weight: bold;
  231. }
  232. /* 第二个页面 */
  233. .pr-agreement h3{
  234. color: #000;
  235. padding: 10px 0;
  236. border-bottom: 1px solid #eee;
  237. }
  238. .testing-item{
  239. margin-bottom: 30px;
  240. }
  241. .testing-item:last-of-type{
  242. margin-bottom: 0;
  243. }
  244. .testing-item h3{
  245. font-size: 16px;
  246. font-weight: bold;
  247. }
  248. .pr-agreement h3 .desc{
  249. margin-left: 5px;
  250. color: #999999;
  251. font-size: 14px;
  252. font-weight: normal;
  253. }
  254. .pr-agreement .twbox{
  255. width: 100%;
  256. font-size: 14px;
  257. border: 1px solid #F2F2F2;
  258. }
  259. .pr-agreement .twbox th{
  260. height: 50px;
  261. text-align: left;
  262. background-color: #F2F2F2;
  263. }
  264. .pr-agreement .twbox td{
  265. height: 50px;
  266. border-top: 1px solid #F2F2F2;
  267. }
  268. .pr-agreement .twbox th:first-of-type, .pr-agreement .twbox td:first-of-type{
  269. padding-left: 30px;
  270. }
  271. /* 第三个页面 */
  272. #install-form .testing.parameter {
  273. display: flex;
  274. justify-content: space-between;
  275. }
  276. #install-form .testing .testing-item{
  277. flex: 1;
  278. }
  279. #install-form .testing .testing-item:nth-child(1){
  280. margin-right: 30px;
  281. }
  282. .parameter .twbox{
  283. border-top: 0;
  284. }
  285. .parameter .input-txt{
  286. padding-left: 11px;
  287. width: 180px;
  288. height: 30px;
  289. border:1px solid #DDDDDD;
  290. font-size:12px;
  291. color: #333;
  292. outline: none;
  293. border-radius: 3px;
  294. }
  295. .parameter .onetd{
  296. padding: 0 !important;
  297. width:120px;
  298. font-weight: 400;
  299. text-align:right;
  300. line-height:25px;
  301. }
  302. .parameter small{
  303. margin-left: 20px;
  304. color: #999;
  305. }
  306. .waitpage {
  307. top:0;
  308. left:0;
  309. filter:Alpha(opacity=70);
  310. -moz-opacity:0.7;
  311. position:absolute;
  312. z-index:10000;
  313. background:url(../img/loading1.gif) #ababab no-repeat center 200px;
  314. width:100%;
  315. height:2500px;
  316. display:none;
  317. }
  318. .install-code{
  319. height:27px;line-height:27px;
  320. }
  321. .installimg-btn{
  322. background-color:#777;
  323. }
  324. /* 第四个页面 */
  325. .install-success{
  326. padding: 10px 0 100px;
  327. margin-left: 50px;
  328. margin-right: 50px;
  329. text-align: center;
  330. padding-top: 50px;
  331. background: #F7F9FA;
  332. }
  333. .install-content .install-success-box{
  334. display: inline-block;
  335. align-self: center;
  336. margin: auto;
  337. }
  338. .install-content .success-img {
  339. width: 100px;
  340. margin: 0 auto 20px;
  341. }
  342. .install-content .install-success-pic{
  343. width: 100%;
  344. }
  345. .install-content .install-success-text{
  346. display: inline-block;
  347. text-align: left;
  348. vertical-align: middle;
  349. }
  350. .install-content .install-success-title{
  351. margin-bottom: 10px;
  352. font-size: 18px;
  353. font-weight: bolder;
  354. }
  355. .install-content .install-success-desc{
  356. color: #999;
  357. font-size: 14px;
  358. text-align: center;
  359. }
  360. .install-content .back {
  361. background: #F7F9FA;
  362. }
  363. .install-content .other-links{
  364. padding: 0px 50px 50px;
  365. font-size: 14px;
  366. }
  367. .install-content .other-links .other-links-title {
  368. padding-left: 20px;
  369. }
  370. .install-content .other-links-list{
  371. display: flex;
  372. margin-top: 60px;
  373. justify-content: space-around;
  374. padding-bottom: 80px;
  375. }
  376. .install-content .other-links-item{
  377. display: flex;
  378. align-self: center;
  379. flex-direction: column;
  380. align-items: center;
  381. cursor: pointer;
  382. }
  383. .install-content .other-links-pic{
  384. width: 24px;
  385. height: 24px;
  386. line-height: 24px;
  387. text-align: center;
  388. }
  389. .install-content .other-links-pic img{
  390. display: block;
  391. max-width: 100%;
  392. max-height: 100%;
  393. }
  394. .install-content .other-links-text{
  395. line-height: 45px;
  396. }
  397. .step-content{
  398. margin: 0 auto;
  399. width: 1200px;
  400. background-color: #fff;
  401. padding-bottom:30px;
  402. border-radius: 15px 15px 0px 0px;
  403. }
  404. input{
  405. vertical-align:middle;
  406. margin-right:3px;
  407. font-size:12px;
  408. }
  409. input.but{
  410. height:26px;
  411. padding-left:6px;
  412. padding-right:6px;
  413. line-height:26px;
  414. font-weight:bold;
  415. letter-spacing:1px;
  416. color:#FFF;
  417. background-color:#FC3;
  418. }
  419. .step-title h1{
  420. font-size: 30px;
  421. text-align: center;
  422. margin-top: 80px;
  423. }
  424. .step-title p{
  425. font-size: 18px;
  426. text-align: center;
  427. color: #999999;
  428. margin: 20px 0 40px 0;
  429. }
  430. /*步骤*/
  431. .processBar{
  432. float: left;
  433. width: 329px;
  434. margin-top: 15px;
  435. }
  436. .processBar .bar{
  437. /*background: #e9f4ff;*/
  438. height: 3px;
  439. position: relative;
  440. width: 314px;
  441. margin-left: -17px;
  442. border-bottom: 3px dashed rgba(40, 146, 228, 0.16);
  443. }
  444. .processBar .b-select{
  445. background: #409eff;
  446. }
  447. .processBar .bar .c-step{
  448. position: absolute;
  449. width: 16px;
  450. height: 16px;
  451. border-radius: 50%;
  452. background-image: url(../img/step_point_check.png);
  453. left: -16px;
  454. top: 50%;
  455. margin-top: -6px;
  456. }
  457. .processBar .bar .c-select{
  458. width: 16px;
  459. height: 16px;
  460. margin: -6px 1px;
  461. background-image: url(../img/step_point_check.jpg);
  462. }
  463. #point0.c-step {
  464. left : -13px
  465. }
  466. #line2.bar {
  467. width: 302px;
  468. }
  469. #point3.c-step {
  470. left : -25px
  471. }
  472. .main-hide {
  473. position: absolute;
  474. top: -9999px;
  475. left: -9999px;
  476. }
  477. .poetry{
  478. color: #000;
  479. font-size: 13px;
  480. background-color: transparent;
  481. font-weight: 800;
  482. }
  483. button{
  484. width: 80px;
  485. line-height: 30px;
  486. font-size: 11px;
  487. color: #409eff;
  488. text-align: center;
  489. border-radius: 6px;
  490. border: 1px solid #e2e2e2;
  491. cursor: pointer;
  492. background-color: #fff;
  493. outline:none;
  494. }
  495. button:hover{
  496. border: 1px solid #e9f4ff;
  497. }
  498. .layui-form-item .layui-form-checkbox[lay-skin=primary]{
  499. margin-top: 3px !important;
  500. }
  501. .mysql-message{
  502. height: 32px;
  503. line-height: 32px;
  504. margin-left: 20px;
  505. max-width: 160px;
  506. overflow: hidden;
  507. }
  508. .pr-title.install-title {
  509. height: 50px;
  510. font-size: 16px;
  511. font-weight: bold;
  512. line-height: 50px;
  513. background: #F7F9FA;
  514. }
  515. .install-log{
  516. height: 100%;
  517. overflow-y: auto;
  518. }
  519. .install-log>div{
  520. margin-top: 10px;
  521. display: flex;
  522. justify-content: space-between;
  523. }
  524. .td-aux{
  525. height: 20px!important;
  526. color: #999;
  527. font-size: smaller;
  528. }