global.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. @charset "utf-8";
  2. /*样式初始化*/
  3. @font-face {
  4. font-family: 'pingfang SC';
  5. src:url('font/pingfang.ttf') format('truetype');
  6. }
  7. body{
  8. font-family:-apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', sans-serif;
  9. font-size:12px !important;
  10. }
  11. .container-width{
  12. /*position:relative;*/
  13. padding:20px;
  14. /*width:900px;
  15. height:564px;*/
  16. /*overflow: hidden;*/
  17. background: -prefix-linear-gradient(left top,#6d5855,#3b2d2a);
  18. background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
  19. }
  20. ::-webkit-scrollbar-track
  21. {
  22. background-color: #fff;
  23. }
  24. ::-webkit-scrollbar
  25. {
  26. width: 5px;
  27. height:5px;
  28. }
  29. ::-webkit-scrollbar:hover{
  30. background:#ddd5cf;
  31. }
  32. ::-webkit-scrollbar-thumb
  33. {
  34. background-color: #ddd5cf;
  35. }
  36. .header{
  37. margin-top: -20px;
  38. padding-top: 5px;
  39. height:60px;
  40. color:#fff;
  41. }
  42. .header i{
  43. color:#fff;
  44. }
  45. .header-return{
  46. display:inline-block;
  47. font-size: 20px;
  48. font-weight: bold;
  49. padding:9px 5px 0 0;
  50. }
  51. .header i{
  52. cursor:pointer;
  53. }
  54. .version-name{
  55. margin-left: 15px;
  56. color:#ddd;
  57. font-size: 12px;
  58. }
  59. .top-nav .nav-link{
  60. color:#ccc;
  61. font-size:18px;
  62. }
  63. .top-nav .nav-link.active{
  64. color:#fff;
  65. text-shadow:0px 0px 6px #fff, 0px 0px 20px #f72, 0px 0px 30px #f84,0px 0px 70px #fa5;
  66. position: relative;
  67. }
  68. .top-nav .nav-link.active:before{
  69. position:absolute;
  70. content: "";
  71. top:39px;
  72. left:44px;
  73. height: 0px;
  74. width: 0px;
  75. border-left: 7px solid transparent;
  76. border-bottom: 8px solid #fbf6f3;
  77. border-right: 8px solid transparent;
  78. }
  79. .top-nav .nav-link:hover{
  80. color:#fff;
  81. text-shadow: 0px 0px 20px #f72;
  82. }
  83. .top-nav .nav-link.active:hover{
  84. color:#fff;
  85. text-shadow:0px 0px 6px #fff, 0px 0px 20px #f72, 0px 0px 30px #f84,0px 0px 70px #fa5;
  86. cursor: default;
  87. }
  88. .software-wrap{
  89. position:relative;
  90. background:#fbf6f3;
  91. overflow:hidden;
  92. }
  93. .software-down{
  94. padding: 50px 0;
  95. }
  96. .images-usb{
  97. width:100%;
  98. text-align: center;
  99. }
  100. .lock-detail{
  101. width:100%;
  102. }
  103. .text-orange{
  104. color:#ff6501;
  105. padding:0 10px;
  106. }
  107. .info-title{
  108. width:100%;
  109. height:60px;
  110. line-height: 60px;
  111. text-align: center;
  112. font-size: 16px;
  113. z-index: 10;
  114. }
  115. .info-list{
  116. width:100%;
  117. overflow-y:auto;
  118. }
  119. .software-info{
  120. padding-top: 5px;
  121. font-size: 14px;
  122. }
  123. .software-wrapscroll{
  124. width:100%;
  125. overflow-y:auto;
  126. }
  127. .software-list{
  128. background:#fff;
  129. border:2px solid #fff;
  130. border-radius: 3px;
  131. padding:12px;
  132. margin:0 15px 15px;
  133. }
  134. .software-list .software-body{
  135. width:85% !important;
  136. }
  137. .software-list:hover,.details:hover{
  138. border:2px solid rgba(255,101,5,0.2);
  139. }
  140. .software-list:hover .btn-white,.details:hover .btn-white{
  141. background:#ff6501;
  142. color:#fff;
  143. border:1px solid #ff6501;
  144. }
  145. .software-list a{
  146. color:#333;
  147. }
  148. .software-list a:hover{
  149. text-decoration: none;
  150. }
  151. .freewrap{
  152. background:#eee5df;
  153. margin:0 15px 15px 15px;
  154. padding:0 0 5px 0;
  155. border-radius: 3px;
  156. }
  157. .free-title{
  158. padding:10px 15px;
  159. font-size: 18px;
  160. border-radius: 3px 3px 0 0;
  161. }
  162. .free-content{
  163. position:relative;
  164. background:#fff;
  165. padding:15px;
  166. margin:0 15px 15px;
  167. height:90px;
  168. border:2px solid #fff;
  169. border-radius: 3px;
  170. }
  171. .free-content:hover{
  172. border:2px solid rgba(255,101,5,0.2);
  173. }
  174. .free-content:hover .btn-white{
  175. background:#ff6501;
  176. color:#fff;
  177. border:1px solid #ff6501;
  178. }
  179. .free-right{
  180. position:absolute;
  181. right:15px;
  182. bottom:10px;
  183. }
  184. .obtian-list{
  185. width:100%;
  186. overflow-y:auto;
  187. }
  188. .obtian-top{
  189. background:rgba(107,91,89,0.4);
  190. color:#333;
  191. border:1px solid #ddd;
  192. border-radius: 7px;
  193. padding:15px;
  194. margin:15px 15px 16px 15px;
  195. font-size: 16px;
  196. }
  197. .software-title{
  198. font-size: 16px;
  199. font-weight: bold;
  200. }
  201. .software-version{
  202. font-size: 14px;
  203. color:#888;
  204. }
  205. .software-stitle{
  206. font-size: 14px;
  207. color:#888;
  208. }
  209. .details-title a{
  210. color:#333;
  211. }
  212. .details-title a:hover{
  213. background:#fff;
  214. text-decoration: none;
  215. }
  216. .detail-download{
  217. width:530px;
  218. padding: 10px 15px;
  219. font-size: 14px;
  220. overflow-y:auto;
  221. }
  222. .detail-content ul{
  223. margin:10px 0 0 0;
  224. padding:0;
  225. }
  226. .detail-content ul li{
  227. list-style-type: none;
  228. width:100%;
  229. padding:10px 0;
  230. }
  231. .detail-content ul li .float-right{
  232. margin-top: -4px;
  233. }
  234. .color-gray{
  235. color:#888;
  236. }
  237. .software-left{
  238. position: absolute;
  239. width:27%;
  240. top:0;
  241. bottom:0;
  242. left:0;
  243. background:#fff;
  244. }
  245. .local-software{
  246. position:absolute;
  247. width:100%;
  248. top:0;
  249. left:0;
  250. bottom:47px;
  251. overflow-y:auto;
  252. }
  253. .software{
  254. position:relative;
  255. padding:12px 0;
  256. margin:0 15px;
  257. border-bottom: 1px solid #f5ede7;
  258. cursor:pointer;
  259. }
  260. .software a{
  261. color:#333;
  262. text-decoration: none;
  263. }
  264. .software:hover a{
  265. color:#ff6501;
  266. }
  267. .software.active{
  268. font-weight: bold;
  269. color:#ff6501;
  270. }
  271. .software.active:before{
  272. position:absolute;
  273. content: "";
  274. top:20px;
  275. right:-15px;
  276. height: 0px;
  277. width: 0px;
  278. border-top: 7px solid transparent;
  279. border-right: 8px solid #fbf6f3;
  280. border-bottom: 8px solid transparent;
  281. }
  282. .software.active a{
  283. color:#ff6501;
  284. }
  285. .software.active .software-num,.software:hover .software-num{
  286. background:#ff6501;
  287. color:#fff;
  288. }
  289. .open-left{
  290. position:absolute;
  291. top:0;
  292. right:0;
  293. z-index: 999;
  294. }
  295. .open-left span{
  296. display:inline-block;
  297. font-size: 12px;
  298. width:12px;
  299. text-align: center;
  300. padding:5px 0;
  301. background:#5A4A47;
  302. color:#fff;
  303. border-radius: 0 0 0 4px;
  304. cursor:pointer;
  305. }
  306. .software-num{
  307. position:absolute;
  308. top:15px;
  309. right:0;
  310. background:#e9e9e9;
  311. color:#555;
  312. display:inline-block;
  313. padding:3px 8px;
  314. }
  315. .software-left-bottomV1,.software-left-bottomV2{
  316. z-index: 999;
  317. position:absolute;
  318. width:100%;
  319. bottom:0;
  320. left:0;
  321. background:#fff;
  322. height:55px;
  323. }
  324. .local-install{
  325. position:absolute;
  326. top: 0;
  327. left:27%;
  328. bottom:0;
  329. width:73%;
  330. overflow-y:hidden;
  331. }
  332. .software-content{
  333. width:100%;
  334. }
  335. .software-tab-pane{
  336. background:#fff;
  337. overflow-y:auto;
  338. }
  339. .software-content .tab-pane{
  340. padding:0 15px;
  341. }
  342. .software-nav{
  343. position:absolute;
  344. right:15px;
  345. top:0;
  346. border-color: #fff;
  347. }
  348. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  349. border-color: #fff;
  350. }
  351. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  352. border-color: #fff;
  353. background:#fff;
  354. }
  355. .nav-link{
  356. padding:13px 25px;
  357. }
  358. .iconbg{
  359. display:block;
  360. width:30px;
  361. padding:7px 0;
  362. margin:0 0 5px 9px;
  363. text-align: center;
  364. }
  365. .iconbg-purple{
  366. background:#8a7bfd;
  367. color:#fff;
  368. }
  369. .iconbg-green{
  370. background:#0fb890;
  371. color:#fff;
  372. }
  373. .iconbg-yellow{
  374. background:#bfad6a;
  375. color:#fff;
  376. }
  377. .details{
  378. background:#fbf6f3;
  379. padding:15px;
  380. border: 2px solid #fff;
  381. border-radius: 3px;
  382. margin:15px;
  383. color:#888;
  384. font-size: 14px;
  385. }
  386. .details-title{
  387. width:85%;
  388. font-size: 16px;
  389. color:#333;
  390. }
  391. .details .w-25{
  392. font-size: 16px;
  393. font-weight: bold;
  394. color:#333;
  395. }
  396. .details .details-title .w-25{
  397. width:62%!important;
  398. font-weight: 500;
  399. }
  400. .details .w-25{
  401. font-size: 16px;
  402. font-weight: bold;
  403. color:#333;
  404. }
  405. .local-software-content{
  406. height:364px;
  407. overflow-y:auto;
  408. padding-right: 15px;
  409. }
  410. #dropdownMenuButton{
  411. cursor:pointer;
  412. }
  413. .dropdown-toggle::after{
  414. border:none;
  415. }
  416. .vide-title{
  417. margin:0 0 20px 0;
  418. font-size: 16px;
  419. }
  420. .bolangbanner {
  421. top: 98px;
  422. height: 100px;
  423. position: absolute;
  424. width: 100%;
  425. z-index:1;
  426. overflow:hidden;
  427. }
  428. #banner_bolang_bg_1{
  429. position: absolute;
  430. height:85px;
  431. background: url(wave01.png) repeat-x;
  432. width:300%;
  433. bottom:0;
  434. }
  435. #banner_bolang_bg_2{
  436. position: absolute;
  437. height:100px;
  438. background: url(wave02.png) repeat-x;
  439. width:300%;
  440. top:0;
  441. }
  442. .colorblack{
  443. color:#212529;
  444. }
  445. .colorblack:hover{
  446. color:#333;
  447. }
  448. .downloaded{
  449. background:#fbf6f3;
  450. border-radius: 3px;
  451. padding:10px;
  452. font-size: 14px;
  453. border:2px solid #fbf6f3;
  454. margin:10px 0 10px 0;
  455. }
  456. .downloaded:hover{
  457. border:2px solid rgba(255,101,5,0.2);
  458. }
  459. .progress-content .float-right{
  460. font-size: 16px;
  461. }
  462. .progress-width{
  463. width:85%;
  464. }
  465. .dropdown-wrap{
  466. min-width: 0;
  467. }
  468. .btn-white {
  469. color: #333;
  470. background-color: #fff;
  471. border-color: #ddd;
  472. }
  473. .btn-orange {
  474. color: #fff;
  475. background-color: #ff6501;
  476. border-color: #ff6501;
  477. }
  478. .btn-orange:hover {
  479. color: #fff;
  480. background-color: #e55a00;
  481. border-color: #e55a00;
  482. }
  483. .btn-orange:focus, .btn-orange.focus {
  484. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  485. }
  486. .btn-orange.disabled, .btn-orange:disabled {
  487. color: #fff;
  488. background-color: #e55a00;
  489. border-color: #e55a00;
  490. }
  491. .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  492. .show > .btn-orange.dropdown-toggle {
  493. color: #fff;
  494. background-color: #e55a00;
  495. border-color: #e55a00;
  496. }
  497. .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
  498. .show > .btn-orange.dropdown-toggle:focus {
  499. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  500. }
  501. .btn-blue {
  502. color: #fff;
  503. background-color: #14a5e8;
  504. border-color: #14a5e8;
  505. }
  506. .btn-blue:hover {
  507. color: #fff;
  508. background-color: #0e90cc;
  509. border-color: #0e90cc;
  510. }
  511. .btn-blue:focus, .btn-blue.focus {
  512. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  513. }
  514. .btn-blue.disabled, .btn-blue:disabled {
  515. color: #fff;
  516. background-color: #0e90cc;
  517. border-color: #0e90cc;
  518. }
  519. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  520. .show > .btn-blue.dropdown-toggle {
  521. color: #fff;
  522. background-color: #0e90cc;
  523. border-color: #0e90cc;
  524. }
  525. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  526. .show > .btn-blue.dropdown-toggle:focus {
  527. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  528. }
  529. .badge-orange{
  530. background:#ff9900;
  531. }
  532. .badge-red{
  533. background:#f00;
  534. }
  535. .modal-dialog{
  536. margin: 3.7rem auto 0 auto !important;
  537. }
  538. .modal-body{
  539. max-height:385px;
  540. overflow-y:auto;
  541. }
  542. .head-img{
  543. margin-top: -5px;
  544. width:26px;
  545. height:26px;
  546. border-radius: 13px;
  547. }
  548. .downloading .dropdown-item{
  549. color:#007bff;
  550. }
  551. .modal-online .media{
  552. background:#fbf6f3;
  553. margin:0 0 15px 0;
  554. padding:15px;
  555. border: 2px solid #fbf6f3;
  556. border-radius: 3px;
  557. }
  558. .modal-online .media:hover{
  559. border:2px solid rgba(255,101,5,0.2);
  560. }
  561. .alert-sm{
  562. padding: .25rem .5rem;
  563. }
  564. .card-width{
  565. width:189px;
  566. }
  567. /*新闻页面*/
  568. .news-content .software-left{
  569. width:15%;
  570. }
  571. .news-content .local-install{
  572. width:85%;
  573. left:15%;
  574. }
  575. .news-list a{
  576. color:#212529;
  577. }
  578. .news-list a:hover{
  579. text-decoration: none;
  580. }
  581. .news-list .news-item{
  582. border:1px solid #fff;
  583. overflow: hidden;
  584. padding:20px;
  585. background:#fff;
  586. }
  587. .news-list .news-item:hover{
  588. border:1px solid rgba(255,101,5,0.3);
  589. box-shadow: 0 0 10px #ccc
  590. }
  591. /*培训*/
  592. .train-nav .nav-link{
  593. padding:5px 15px 0px;
  594. position: relative;
  595. color:#333;
  596. font-size: 14px
  597. }
  598. .train-nav .nav-link.active{
  599. color:#ff6501;
  600. font-weight: 600
  601. }
  602. .train-nav .nav-link:hover{
  603. color:#ff6501;
  604. }
  605. .train-nav .nav-link.active:before{
  606. position:absolute;
  607. content: "";
  608. top:34px;
  609. left:20px;
  610. height: 0px;
  611. width: 0px;
  612. border-left: 7px solid transparent;
  613. border-bottom: 8px solid #fbf6f3;
  614. border-right: 8px solid transparent
  615. }
  616. .train-content{
  617. position:relative;
  618. background:#fff;
  619. }
  620. .train-mode{
  621. position:absolute;
  622. right:0;
  623. top:-40px;
  624. color: #fff;
  625. font-size: 14px;
  626. line-height: 30px;
  627. height: 30px;
  628. padding: 0 30px;
  629. }
  630. .return{
  631. color:#007bff !important;
  632. }
  633. .train-table ul{
  634. margin:0;
  635. padding:0;
  636. }
  637. .train-table ul li{
  638. margin:15px 0 0 0;
  639. list-style-type: none;
  640. }
  641. .train-table .form-th{
  642. width: 80px;
  643. height: 34px;
  644. line-height: 34px;
  645. text-align: center;
  646. background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
  647. color: #fff;
  648. margin:0 0 10px 0;
  649. }
  650. .form-group{
  651. position:relative;
  652. }
  653. .erroT{
  654. border:1px solid #f00;
  655. }
  656. .form-group span.text-danger{
  657. position:absolute;
  658. top:40px;
  659. }
  660. .text-big{
  661. margin-top: -10px;
  662. font-size: 26px;
  663. }
  664. .new-function{
  665. padding:15px 0;
  666. display:none;
  667. }