global.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  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. .no-drop::after{
  410. border:none;
  411. content:none;
  412. }
  413. .vide-title{
  414. margin:0 0 20px 0;
  415. font-size: 16px;
  416. }
  417. .bolangbanner {
  418. top: 98px;
  419. height: 100px;
  420. position: absolute;
  421. width: 100%;
  422. z-index:1;
  423. overflow:hidden;
  424. }
  425. #banner_bolang_bg_1{
  426. position: absolute;
  427. height:85px;
  428. background: url(wave01.png) repeat-x;
  429. width:300%;
  430. bottom:0;
  431. }
  432. #banner_bolang_bg_2{
  433. position: absolute;
  434. height:100px;
  435. background: url(wave02.png) repeat-x;
  436. width:300%;
  437. top:0;
  438. }
  439. .colorblack{
  440. color:#212529;
  441. }
  442. .colorblack:hover{
  443. color:#333;
  444. }
  445. .downloaded{
  446. background:#fbf6f3;
  447. border-radius: 3px;
  448. padding:10px;
  449. font-size: 14px;
  450. border:2px solid #fbf6f3;
  451. margin:10px 0 10px 0;
  452. }
  453. .downloaded:hover{
  454. border:2px solid rgba(255,101,5,0.2);
  455. }
  456. .progress-content .float-right{
  457. font-size: 16px;
  458. }
  459. .progress-width{
  460. width:85%;
  461. }
  462. .dropdown-wrap{
  463. min-width: 0;
  464. }
  465. .btn-white {
  466. color: #333;
  467. background-color: #fff;
  468. border-color: #ddd;
  469. }
  470. .btn-orange {
  471. color: #fff;
  472. background-color: #ff6501;
  473. border-color: #ff6501;
  474. }
  475. .btn-orange:hover {
  476. color: #fff;
  477. background-color: #e55a00;
  478. border-color: #e55a00;
  479. }
  480. .btn-orange:focus, .btn-orange.focus {
  481. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  482. }
  483. .btn-orange.disabled, .btn-orange:disabled {
  484. color: #fff;
  485. background-color: #e55a00;
  486. border-color: #e55a00;
  487. }
  488. .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  489. .show > .btn-orange.dropdown-toggle {
  490. color: #fff;
  491. background-color: #e55a00;
  492. border-color: #e55a00;
  493. }
  494. .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
  495. .show > .btn-orange.dropdown-toggle:focus {
  496. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  497. }
  498. .btn-blue {
  499. color: #fff;
  500. background-color: #14a5e8;
  501. border-color: #14a5e8;
  502. }
  503. .btn-blue:hover {
  504. color: #fff;
  505. background-color: #0e90cc;
  506. border-color: #0e90cc;
  507. }
  508. .btn-blue:focus, .btn-blue.focus {
  509. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  510. }
  511. .btn-blue.disabled, .btn-blue:disabled {
  512. color: #fff;
  513. background-color: #0e90cc;
  514. border-color: #0e90cc;
  515. }
  516. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  517. .show > .btn-blue.dropdown-toggle {
  518. color: #fff;
  519. background-color: #0e90cc;
  520. border-color: #0e90cc;
  521. }
  522. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  523. .show > .btn-blue.dropdown-toggle:focus {
  524. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  525. }
  526. .badge-orange{
  527. background:#ff9900;
  528. }
  529. .badge-red{
  530. background:#f00;
  531. }
  532. .modal-dialog{
  533. margin: 3.7rem auto 0 auto !important;
  534. }
  535. .modal-body{
  536. max-height:385px;
  537. overflow-y:auto;
  538. }
  539. .head-img{
  540. margin-top: -5px;
  541. width:26px;
  542. height:26px;
  543. border-radius: 13px;
  544. }
  545. .downloading .dropdown-item{
  546. color:#007bff;
  547. }
  548. .modal-online .media{
  549. background:#fbf6f3;
  550. margin:0 0 15px 0;
  551. padding:15px;
  552. border: 2px solid #fbf6f3;
  553. border-radius: 3px;
  554. }
  555. .modal-online .media:hover{
  556. border:2px solid rgba(255,101,5,0.2);
  557. }
  558. .alert-sm{
  559. padding: .25rem .5rem;
  560. }
  561. .card-width{
  562. width:189px;
  563. }
  564. /*新闻页面*/
  565. .news-content .software-left{
  566. width:15%;
  567. }
  568. .news-content .local-install{
  569. width:85%;
  570. left:15%;
  571. }
  572. .news-list a{
  573. color:#212529;
  574. }
  575. .news-list a:hover{
  576. text-decoration: none;
  577. }
  578. .news-list .news-item{
  579. border:1px solid #fff;
  580. overflow: hidden;
  581. padding:20px;
  582. background:#fff;
  583. }
  584. .news-list .news-item:hover{
  585. border:1px solid rgba(255,101,5,0.3);
  586. box-shadow: 0 0 10px #ccc
  587. }
  588. /*培训*/
  589. .train-nav .nav-link{
  590. padding:5px 15px 0px;
  591. position: relative;
  592. color:#333;
  593. font-size: 14px
  594. }
  595. .train-nav .nav-link.active{
  596. color:#ff6501;
  597. font-weight: 600
  598. }
  599. .train-nav .nav-link:hover{
  600. color:#ff6501;
  601. }
  602. .train-nav .nav-link.active:before{
  603. position:absolute;
  604. content: "";
  605. top:34px;
  606. left:20px;
  607. height: 0px;
  608. width: 0px;
  609. border-left: 7px solid transparent;
  610. border-bottom: 8px solid #fbf6f3;
  611. border-right: 8px solid transparent
  612. }
  613. .train-content{
  614. position:relative;
  615. background:#fff;
  616. }
  617. .train-mode{
  618. position:absolute;
  619. right:0;
  620. top:-40px;
  621. color: #fff;
  622. font-size: 14px;
  623. line-height: 30px;
  624. height: 30px;
  625. padding: 0 30px;
  626. }
  627. .return{
  628. color:#007bff !important;
  629. }
  630. .train-table ul{
  631. margin:0;
  632. padding:0;
  633. }
  634. .train-table ul li{
  635. margin:15px 0 0 0;
  636. list-style-type: none;
  637. }
  638. .train-table .form-th{
  639. width: 80px;
  640. height: 34px;
  641. line-height: 34px;
  642. text-align: center;
  643. background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
  644. color: #fff;
  645. margin:0 0 10px 0;
  646. }
  647. .form-group{
  648. position:relative;
  649. }
  650. .erroT{
  651. border:1px solid #f00;
  652. }
  653. .form-group span.text-danger{
  654. position:absolute;
  655. top:40px;
  656. }
  657. .text-big{
  658. margin-top: -10px;
  659. font-size: 26px;
  660. }
  661. .new-function{
  662. padding:15px 0;
  663. display:none;
  664. }