global.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  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:50%;
  73. margin-left:-8px;
  74. height: 0px;
  75. width: 0px;
  76. border-left: 7px solid transparent;
  77. border-bottom: 8px solid #fbf6f3;
  78. border-right: 8px solid transparent;
  79. }
  80. .top-nav .nav-link:hover{
  81. color:#fff;
  82. text-shadow: 0px 0px 20px #f72;
  83. }
  84. .top-nav .nav-link.active:hover{
  85. color:#fff;
  86. text-shadow:0px 0px 6px #fff, 0px 0px 20px #f72, 0px 0px 30px #f84,0px 0px 70px #fa5;
  87. cursor: default;
  88. }
  89. .software-wrap{
  90. position:relative;
  91. background:#fbf6f3;
  92. overflow:hidden;
  93. }
  94. .software-down{
  95. padding: 50px 0;
  96. }
  97. .images-usb{
  98. width:100%;
  99. text-align: center;
  100. }
  101. .lock-detail{
  102. width:100%;
  103. }
  104. .text-orange{
  105. color:#ff6501;
  106. padding:0 10px;
  107. }
  108. .info-title{
  109. width:100%;
  110. height:60px;
  111. line-height: 60px;
  112. text-align: center;
  113. font-size: 16px;
  114. z-index: 10;
  115. }
  116. .info-list{
  117. width:100%;
  118. overflow-y:auto;
  119. }
  120. .software-info{
  121. padding-top: 5px;
  122. font-size: 14px;
  123. }
  124. .software-wrapscroll{
  125. width:100%;
  126. overflow-y:auto;
  127. }
  128. .software-list{
  129. background:#fff;
  130. border:2px solid #fff;
  131. border-radius: 3px;
  132. padding:12px;
  133. margin:0 15px 15px;
  134. }
  135. .software-list .software-body{
  136. width:85% !important;
  137. }
  138. .software-list:hover,.details:hover{
  139. border:2px solid rgba(255,101,5,0.2);
  140. }
  141. .software-list:hover .btn-white,.details:hover .btn-white{
  142. background:#ff6501;
  143. color:#fff;
  144. border:1px solid #ff6501;
  145. }
  146. .software-list a{
  147. color:#333;
  148. }
  149. .software-list a:hover{
  150. text-decoration: none;
  151. }
  152. .freewrap{
  153. background:#eee5df;
  154. margin:0 15px 15px 15px;
  155. padding:0 0 5px 0;
  156. border-radius: 3px;
  157. }
  158. .free-title{
  159. padding:10px 15px;
  160. font-size: 18px;
  161. border-radius: 3px 3px 0 0;
  162. }
  163. .free-content{
  164. position:relative;
  165. background:#fff;
  166. padding: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. display:block;
  179. }
  180. .free-content .btn-white{
  181. display:none;
  182. }
  183. .free-right{
  184. position:absolute;
  185. right:15px;
  186. bottom:10px;
  187. }
  188. .obtian-list{
  189. width:100%;
  190. overflow-y:auto;
  191. }
  192. .obtian-top{
  193. background:rgba(107,91,89,0.4);
  194. color:#333;
  195. border:1px solid #ddd;
  196. border-radius: 7px;
  197. padding:15px;
  198. margin:15px 15px 16px 15px;
  199. font-size: 16px;
  200. }
  201. .software-title{
  202. font-size: 16px;
  203. font-weight: bold;
  204. }
  205. .software-version{
  206. font-size: 14px;
  207. color:#888;
  208. }
  209. .software-stitle{
  210. font-size: 14px;
  211. color:#888;
  212. }
  213. .details-title a{
  214. color:#333;
  215. }
  216. .details-title a:hover{
  217. background:#fff;
  218. text-decoration: none;
  219. }
  220. .detail-download{
  221. width:530px;
  222. padding: 10px 15px;
  223. font-size: 14px;
  224. overflow-y:auto;
  225. }
  226. .detail-content ul{
  227. margin:10px 0 0 0;
  228. padding:0;
  229. }
  230. .detail-content ul li{
  231. list-style-type: none;
  232. width:100%;
  233. padding:10px 0;
  234. }
  235. .detail-content ul li .float-right{
  236. margin-top: -4px;
  237. }
  238. .color-gray{
  239. color:#888;
  240. }
  241. .software-left{
  242. position: absolute;
  243. width:27%;
  244. top:0;
  245. bottom:0;
  246. left:0;
  247. background:#fff;
  248. }
  249. .local-software{
  250. position:absolute;
  251. width:100%;
  252. top:0;
  253. left:0;
  254. bottom:47px;
  255. overflow-y:auto;
  256. }
  257. .software{
  258. position:relative;
  259. padding:12px 0;
  260. margin:0 15px;
  261. border-bottom: 1px solid #f5ede7;
  262. cursor:pointer;
  263. }
  264. .software a{
  265. color:#333;
  266. text-decoration: none;
  267. }
  268. .software:hover a{
  269. color:#ff6501;
  270. }
  271. .software.active{
  272. font-weight: bold;
  273. color:#ff6501;
  274. }
  275. .software.active:before{
  276. position:absolute;
  277. content: "";
  278. top:20px;
  279. right:-15px;
  280. height: 0px;
  281. width: 0px;
  282. border-top: 7px solid transparent;
  283. border-right: 8px solid #fbf6f3;
  284. border-bottom: 8px solid transparent;
  285. }
  286. .software.active a{
  287. color:#ff6501;
  288. }
  289. .software.active .software-num,.software:hover .software-num{
  290. background:#ff6501;
  291. color:#fff;
  292. }
  293. .open-left{
  294. position:absolute;
  295. top:0;
  296. right:0;
  297. z-index: 999;
  298. }
  299. .open-left span{
  300. display:inline-block;
  301. font-size: 12px;
  302. width:12px;
  303. text-align: center;
  304. padding:5px 0;
  305. background:#5A4A47;
  306. color:#fff;
  307. border-radius: 0 0 0 4px;
  308. cursor:pointer;
  309. }
  310. .software-num{
  311. position:absolute;
  312. top:15px;
  313. right:0;
  314. background:#e9e9e9;
  315. color:#555;
  316. display:inline-block;
  317. padding:3px 8px;
  318. }
  319. .software-left-bottomV1,.software-left-bottomV2{
  320. z-index: 999;
  321. position:absolute;
  322. width:100%;
  323. bottom:0;
  324. left:0;
  325. background:#fff;
  326. height:55px;
  327. }
  328. .local-install{
  329. position:absolute;
  330. top: 0;
  331. left:27%;
  332. bottom:0;
  333. width:73%;
  334. overflow-y:hidden;
  335. }
  336. .software-content{
  337. width:100%;
  338. }
  339. .software-tab-pane{
  340. background:#fff;
  341. overflow-y:auto;
  342. }
  343. .software-content .tab-pane{
  344. padding:0 15px;
  345. }
  346. .software-nav{
  347. position:absolute;
  348. right:15px;
  349. top:0;
  350. border-color: #fff;
  351. }
  352. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  353. border-color: #fff;
  354. }
  355. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  356. border-color: #fff;
  357. background:#fff;
  358. }
  359. .nav-link{
  360. padding:13px 25px;
  361. }
  362. .iconbg{
  363. display:block;
  364. width:30px;
  365. padding:7px 0;
  366. margin:0 0 5px 9px;
  367. text-align: center;
  368. }
  369. .iconbg-purple{
  370. background:#8a7bfd;
  371. color:#fff;
  372. }
  373. .iconbg-green{
  374. background:#0fb890;
  375. color:#fff;
  376. }
  377. .iconbg-yellow{
  378. background:#bfad6a;
  379. color:#fff;
  380. }
  381. .details{
  382. background:#fbf6f3;
  383. padding:15px;
  384. border: 2px solid #fff;
  385. border-radius: 3px;
  386. margin:15px;
  387. color:#888;
  388. font-size: 14px;
  389. }
  390. .details-title{
  391. width:85%;
  392. font-size: 16px;
  393. color:#333;
  394. }
  395. .details .w-25{
  396. font-size: 16px;
  397. font-weight: bold;
  398. color:#333;
  399. }
  400. .details .details-title .w-25{
  401. width:62%!important;
  402. font-weight: 500;
  403. }
  404. .local-software-content{
  405. height:364px;
  406. overflow-y:auto;
  407. padding-right: 15px;
  408. }
  409. #dropdownMenuButton{
  410. cursor:pointer;
  411. }
  412. .no-drop::after{
  413. border:none;
  414. content: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-white:hover{
  474. background:#d45300 !important;
  475. color:#fff !important;
  476. border:1px solid #d45300 !important;
  477. }
  478. .btn-orange {
  479. color: #fff;
  480. background-color: #ff6501;
  481. border-color: #ff6501;
  482. }
  483. .btn-orange:hover {
  484. color: #fff;
  485. background-color: #e55a00;
  486. border-color: #e55a00;
  487. }
  488. .btn-orange:focus, .btn-orange.focus {
  489. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  490. }
  491. .btn-orange.disabled, .btn-orange:disabled {
  492. color: #fff;
  493. background-color: #e55a00;
  494. border-color: #e55a00;
  495. }
  496. .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  497. .show > .btn-orange.dropdown-toggle {
  498. color: #fff;
  499. background-color: #e55a00;
  500. border-color: #e55a00;
  501. }
  502. .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
  503. .show > .btn-orange.dropdown-toggle:focus {
  504. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  505. }
  506. .btn-blue {
  507. color: #fff;
  508. background-color: #14a5e8;
  509. border-color: #14a5e8;
  510. }
  511. .btn-blue:hover {
  512. color: #fff;
  513. background-color: #0e90cc;
  514. border-color: #0e90cc;
  515. }
  516. .btn-blue:focus, .btn-blue.focus {
  517. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  518. }
  519. .btn-blue.disabled, .btn-blue:disabled {
  520. color: #fff;
  521. background-color: #0e90cc;
  522. border-color: #0e90cc;
  523. }
  524. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  525. .show > .btn-blue.dropdown-toggle {
  526. color: #fff;
  527. background-color: #0e90cc;
  528. border-color: #0e90cc;
  529. }
  530. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  531. .show > .btn-blue.dropdown-toggle:focus {
  532. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  533. }
  534. .badge-orange{
  535. background:#ff9900;
  536. }
  537. .badge-red{
  538. background:#f00;
  539. }
  540. .modal-dialog{
  541. margin: 3.7rem auto 0 auto !important;
  542. }
  543. .modal-body{
  544. max-height:385px;
  545. overflow-y:auto;
  546. }
  547. .head-img{
  548. margin-top: -5px;
  549. width:26px;
  550. height:26px;
  551. border-radius: 13px;
  552. }
  553. .downloading .dropdown-item{
  554. color:#007bff;
  555. }
  556. .modal-online .media{
  557. background:#fbf6f3;
  558. margin:0 0 15px 0;
  559. padding:15px;
  560. border: 2px solid #fbf6f3;
  561. border-radius: 3px;
  562. }
  563. .modal-online .media:hover{
  564. border:2px solid rgba(255,101,5,0.2);
  565. }
  566. .alert-sm{
  567. padding: .25rem .5rem;
  568. }
  569. .card-width{
  570. width:189px;
  571. }
  572. /*新闻页面*/
  573. .news-content .software-left{
  574. width:15%;
  575. }
  576. .news-content .local-install{
  577. width:85%;
  578. left:15%;
  579. }
  580. .news-list a{
  581. color:#212529;
  582. }
  583. .news-list a:hover{
  584. text-decoration: none;
  585. }
  586. .news-list .news-item{
  587. border:1px solid #fff;
  588. overflow: hidden;
  589. padding:20px;
  590. background:#fff;
  591. }
  592. .news-list .news-item:hover{
  593. border:1px solid rgba(255,101,5,0.3);
  594. box-shadow: 0 0 10px #ccc
  595. }
  596. /*培训*/
  597. .train-nav .nav-link{
  598. padding:5px 15px 0px;
  599. position: relative;
  600. color:#333;
  601. font-size: 14px
  602. }
  603. .train-nav .nav-link.active{
  604. color:#ff6501;
  605. font-weight: 600
  606. }
  607. .train-nav .nav-link:hover{
  608. color:#ff6501;
  609. }
  610. .train-nav .nav-link.active:before{
  611. position:absolute;
  612. content: "";
  613. top:34px;
  614. left:20px;
  615. height: 0px;
  616. width: 0px;
  617. border-left: 7px solid transparent;
  618. border-bottom: 8px solid #fbf6f3;
  619. border-right: 8px solid transparent
  620. }
  621. .train-content{
  622. position:relative;
  623. background:#fff;
  624. }
  625. .train-mode{
  626. position:absolute;
  627. right:0;
  628. top:-40px;
  629. color: #fff;
  630. font-size: 14px;
  631. line-height: 30px;
  632. height: 30px;
  633. padding: 0 30px;
  634. }
  635. .return{
  636. color:#007bff !important;
  637. }
  638. .train-table ul{
  639. margin:0;
  640. padding:0;
  641. }
  642. .train-table ul li{
  643. margin:15px 0 0 0;
  644. list-style-type: none;
  645. }
  646. .train-table .form-th{
  647. width: 80px;
  648. height: 34px;
  649. line-height: 34px;
  650. text-align: center;
  651. background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
  652. color: #fff;
  653. margin:0 0 10px 0;
  654. }
  655. .form-group{
  656. position:relative;
  657. }
  658. .erroT{
  659. border:1px solid #f00;
  660. }
  661. .form-group span.text-danger{
  662. position:absolute;
  663. top:40px;
  664. }
  665. .text-big{
  666. margin-top: -10px;
  667. font-size: 26px;
  668. }
  669. .new-function{
  670. padding:15px 0;
  671. display:none;
  672. }
  673. .white-bg{
  674. background:#fff;
  675. }