global.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  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. margin:0 15px 15px;
  168. height:90px;
  169. border:2px solid #fff;
  170. border-radius: 3px;
  171. }
  172. .free-content:hover{
  173. border:2px solid rgba(255,101,5,0.2);
  174. }
  175. .free-content:hover .btn-white{
  176. background:#ff6501;
  177. color:#fff;
  178. border:1px solid #ff6501;
  179. }
  180. .free-right{
  181. position:absolute;
  182. right:15px;
  183. bottom:10px;
  184. }
  185. .obtian-list{
  186. width:100%;
  187. overflow-y:auto;
  188. }
  189. .obtian-top{
  190. background:rgba(107,91,89,0.4);
  191. color:#333;
  192. border:1px solid #ddd;
  193. border-radius: 7px;
  194. padding:15px;
  195. margin:15px 15px 16px 15px;
  196. font-size: 16px;
  197. }
  198. .software-title{
  199. font-size: 16px;
  200. font-weight: bold;
  201. }
  202. .software-version{
  203. font-size: 14px;
  204. color:#888;
  205. }
  206. .software-stitle{
  207. font-size: 14px;
  208. color:#888;
  209. }
  210. .details-title a{
  211. color:#333;
  212. }
  213. .details-title a:hover{
  214. background:#fff;
  215. text-decoration: none;
  216. }
  217. .detail-download{
  218. width:530px;
  219. padding: 10px 15px;
  220. font-size: 14px;
  221. overflow-y:auto;
  222. }
  223. .detail-content ul{
  224. margin:10px 0 0 0;
  225. padding:0;
  226. }
  227. .detail-content ul li{
  228. list-style-type: none;
  229. width:100%;
  230. padding:10px 0;
  231. }
  232. .detail-content ul li .float-right{
  233. margin-top: -4px;
  234. }
  235. .color-gray{
  236. color:#888;
  237. }
  238. .software-left{
  239. position: absolute;
  240. width:27%;
  241. top:0;
  242. bottom:0;
  243. left:0;
  244. background:#fff;
  245. }
  246. .local-software{
  247. position:absolute;
  248. width:100%;
  249. top:0;
  250. left:0;
  251. bottom:47px;
  252. overflow-y:auto;
  253. }
  254. .software{
  255. position:relative;
  256. padding:12px 0;
  257. margin:0 15px;
  258. border-bottom: 1px solid #f5ede7;
  259. cursor:pointer;
  260. }
  261. .software a{
  262. color:#333;
  263. text-decoration: none;
  264. }
  265. .software:hover a{
  266. color:#ff6501;
  267. }
  268. .software.active{
  269. font-weight: bold;
  270. color:#ff6501;
  271. }
  272. .software.active:before{
  273. position:absolute;
  274. content: "";
  275. top:20px;
  276. right:-15px;
  277. height: 0px;
  278. width: 0px;
  279. border-top: 7px solid transparent;
  280. border-right: 8px solid #fbf6f3;
  281. border-bottom: 8px solid transparent;
  282. }
  283. .software.active a{
  284. color:#ff6501;
  285. }
  286. .software.active .software-num,.software:hover .software-num{
  287. background:#ff6501;
  288. color:#fff;
  289. }
  290. .open-left{
  291. position:absolute;
  292. top:0;
  293. right:0;
  294. z-index: 999;
  295. }
  296. .open-left span{
  297. display:inline-block;
  298. font-size: 12px;
  299. width:12px;
  300. text-align: center;
  301. padding:5px 0;
  302. background:#5A4A47;
  303. color:#fff;
  304. border-radius: 0 0 0 4px;
  305. cursor:pointer;
  306. }
  307. .software-num{
  308. position:absolute;
  309. top:15px;
  310. right:0;
  311. background:#e9e9e9;
  312. color:#555;
  313. display:inline-block;
  314. padding:3px 8px;
  315. }
  316. .software-left-bottomV1,.software-left-bottomV2{
  317. z-index: 999;
  318. position:absolute;
  319. width:100%;
  320. bottom:0;
  321. left:0;
  322. background:#fff;
  323. height:55px;
  324. }
  325. .local-install{
  326. position:absolute;
  327. top: 0;
  328. left:27%;
  329. bottom:0;
  330. width:73%;
  331. overflow-y:hidden;
  332. }
  333. .software-content{
  334. width:100%;
  335. }
  336. .software-tab-pane{
  337. background:#fff;
  338. overflow-y:auto;
  339. }
  340. .software-content .tab-pane{
  341. padding:0 15px;
  342. }
  343. .software-nav{
  344. position:absolute;
  345. right:15px;
  346. top:0;
  347. border-color: #fff;
  348. }
  349. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  350. border-color: #fff;
  351. }
  352. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  353. border-color: #fff;
  354. background:#fff;
  355. }
  356. .nav-link{
  357. padding:13px 25px;
  358. }
  359. .iconbg{
  360. display:block;
  361. width:30px;
  362. padding:7px 0;
  363. margin:0 0 5px 9px;
  364. text-align: center;
  365. }
  366. .iconbg-purple{
  367. background:#8a7bfd;
  368. color:#fff;
  369. }
  370. .iconbg-green{
  371. background:#0fb890;
  372. color:#fff;
  373. }
  374. .iconbg-yellow{
  375. background:#bfad6a;
  376. color:#fff;
  377. }
  378. .details{
  379. background:#fbf6f3;
  380. padding:15px;
  381. border: 2px solid #fff;
  382. border-radius: 3px;
  383. margin:15px;
  384. color:#888;
  385. font-size: 14px;
  386. }
  387. .details-title{
  388. width:85%;
  389. font-size: 16px;
  390. color:#333;
  391. }
  392. .details .w-25{
  393. font-size: 16px;
  394. font-weight: bold;
  395. color:#333;
  396. }
  397. .details .details-title .w-25{
  398. width:62%!important;
  399. font-weight: 500;
  400. }
  401. .local-software-content{
  402. height:364px;
  403. overflow-y:auto;
  404. padding-right: 15px;
  405. }
  406. #dropdownMenuButton{
  407. cursor:pointer;
  408. }
  409. .dropdown-toggle::after{
  410. border:none;
  411. }
  412. .vide-title{
  413. margin:0 0 20px 0;
  414. font-size: 16px;
  415. }
  416. .bolangbanner {
  417. top: 98px;
  418. height: 100px;
  419. position: absolute;
  420. width: 100%;
  421. z-index:1;
  422. overflow:hidden;
  423. }
  424. #banner_bolang_bg_1{
  425. position: absolute;
  426. height:85px;
  427. background: url(wave01.png) repeat-x;
  428. width:300%;
  429. bottom:0;
  430. }
  431. #banner_bolang_bg_2{
  432. position: absolute;
  433. height:100px;
  434. background: url(wave02.png) repeat-x;
  435. width:300%;
  436. top:0;
  437. }
  438. .colorblack{
  439. color:#212529;
  440. }
  441. .colorblack:hover{
  442. color:#333;
  443. }
  444. .downloaded{
  445. background:#fbf6f3;
  446. border-radius: 3px;
  447. padding:10px;
  448. font-size: 14px;
  449. border:2px solid #fbf6f3;
  450. margin:10px 0 10px 0;
  451. }
  452. .downloaded:hover{
  453. border:2px solid rgba(255,101,5,0.2);
  454. }
  455. .progress-content .float-right{
  456. font-size: 16px;
  457. }
  458. .progress-width{
  459. width:85%;
  460. }
  461. .dropdown-wrap{
  462. min-width: 0;
  463. }
  464. .btn-white {
  465. color: #333;
  466. background-color: #fff;
  467. border-color: #ddd;
  468. }
  469. .btn-orange {
  470. color: #fff;
  471. background-color: #ff6501;
  472. border-color: #ff6501;
  473. }
  474. .btn-orange:hover {
  475. color: #fff;
  476. background-color: #e55a00;
  477. border-color: #e55a00;
  478. }
  479. .btn-orange:focus, .btn-orange.focus {
  480. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  481. }
  482. .btn-orange.disabled, .btn-orange:disabled {
  483. color: #fff;
  484. background-color: #e55a00;
  485. border-color: #e55a00;
  486. }
  487. .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  488. .show > .btn-orange.dropdown-toggle {
  489. color: #fff;
  490. background-color: #e55a00;
  491. border-color: #e55a00;
  492. }
  493. .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
  494. .show > .btn-orange.dropdown-toggle:focus {
  495. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  496. }
  497. .btn-blue {
  498. color: #fff;
  499. background-color: #14a5e8;
  500. border-color: #14a5e8;
  501. }
  502. .btn-blue:hover {
  503. color: #fff;
  504. background-color: #0e90cc;
  505. border-color: #0e90cc;
  506. }
  507. .btn-blue:focus, .btn-blue.focus {
  508. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  509. }
  510. .btn-blue.disabled, .btn-blue:disabled {
  511. color: #fff;
  512. background-color: #0e90cc;
  513. border-color: #0e90cc;
  514. }
  515. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  516. .show > .btn-blue.dropdown-toggle {
  517. color: #fff;
  518. background-color: #0e90cc;
  519. border-color: #0e90cc;
  520. }
  521. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  522. .show > .btn-blue.dropdown-toggle:focus {
  523. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  524. }
  525. .badge-orange{
  526. background:#ff9900;
  527. }
  528. .badge-red{
  529. background:#f00;
  530. }
  531. .modal-dialog{
  532. margin: 3.7rem auto 0 auto !important;
  533. }
  534. .modal-body{
  535. max-height:385px;
  536. overflow-y:auto;
  537. }
  538. .head-img{
  539. margin-top: -5px;
  540. width:26px;
  541. height:26px;
  542. border-radius: 13px;
  543. }
  544. .downloading .dropdown-item{
  545. color:#007bff;
  546. }
  547. .modal-online .media{
  548. background:#fbf6f3;
  549. margin:0 0 15px 0;
  550. padding:15px;
  551. border: 2px solid #fbf6f3;
  552. border-radius: 3px;
  553. }
  554. .modal-online .media:hover{
  555. border:2px solid rgba(255,101,5,0.2);
  556. }
  557. .alert-sm{
  558. padding: .25rem .5rem;
  559. }
  560. .card-width{
  561. width:189px;
  562. }
  563. /*新闻页面*/
  564. .news-content .software-left{
  565. width:15%;
  566. }
  567. .news-content .local-install{
  568. width:85%;
  569. left:15%;
  570. }
  571. .news-list a{
  572. color:#212529;
  573. }
  574. .news-list a:hover{
  575. text-decoration: none;
  576. }
  577. .news-list .news-item{
  578. border:1px solid #fff;
  579. overflow: hidden;
  580. padding:20px;
  581. background:#fff;
  582. }
  583. .news-list .news-item:hover{
  584. border:1px solid rgba(255,101,5,0.3);
  585. box-shadow: 0 0 10px #ccc
  586. }
  587. /*培训*/
  588. .train-nav .nav-link{
  589. padding:5px 15px 0px;
  590. position: relative;
  591. color:#333;
  592. font-size: 14px
  593. }
  594. .train-nav .nav-link.active{
  595. color:#ff6501;
  596. font-weight: 600
  597. }
  598. .train-nav .nav-link:hover{
  599. color:#ff6501;
  600. }
  601. .train-nav .nav-link.active:before{
  602. position:absolute;
  603. content: "";
  604. top:34px;
  605. left:20px;
  606. height: 0px;
  607. width: 0px;
  608. border-left: 7px solid transparent;
  609. border-bottom: 8px solid #fbf6f3;
  610. border-right: 8px solid transparent
  611. }
  612. .train-content{
  613. position:relative;
  614. background:#fff;
  615. }
  616. .train-mode{
  617. position:absolute;
  618. right:0;
  619. top:-40px;
  620. color: #fff;
  621. font-size: 14px;
  622. line-height: 30px;
  623. height: 30px;
  624. padding: 0 30px;
  625. }
  626. .return{
  627. color:#007bff !important;
  628. }
  629. .train-table ul{
  630. margin:0;
  631. padding:0;
  632. }
  633. .train-table ul li{
  634. margin:15px 0 0 0;
  635. list-style-type: none;
  636. }
  637. .train-table .form-th{
  638. width: 80px;
  639. height: 34px;
  640. line-height: 34px;
  641. text-align: center;
  642. background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
  643. color: #fff;
  644. margin:0 0 10px 0;
  645. }
  646. .form-group{
  647. position:relative;
  648. }
  649. .erroT{
  650. border:1px solid #f00;
  651. }
  652. .form-group span.text-danger{
  653. position:absolute;
  654. top:40px;
  655. }
  656. .text-big{
  657. margin-top: -10px;
  658. font-size: 26px;
  659. }
  660. .new-function{
  661. padding:15px 0;
  662. display:none;
  663. }