global.css 11 KB

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