global.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  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. .lock-detail{
  97. width:100%;
  98. }
  99. .text-orange{
  100. color:#ff6501;
  101. padding:0 10px;
  102. }
  103. .info-title{
  104. width:100%;
  105. height:60px;
  106. line-height: 60px;
  107. text-align: center;
  108. font-size: 16px;
  109. z-index: 10;
  110. }
  111. .info-list{
  112. width:100%;
  113. overflow-y:auto;
  114. }
  115. .software-info{
  116. padding-top: 5px;
  117. font-size: 14px;
  118. }
  119. .software-wrapscroll{
  120. width:100%;
  121. overflow-y:auto;
  122. }
  123. .software-list{
  124. background:#fff;
  125. border:2px solid #fff;
  126. border-radius: 3px;
  127. padding:12px;
  128. margin:0 15px 15px;
  129. }
  130. .software-list .software-body{
  131. width:85% !important;
  132. }
  133. .software-list:hover,.details:hover{
  134. border:2px solid rgba(255,101,5,0.2);
  135. }
  136. .software-list:hover .btn-white,.details:hover .btn-white{
  137. background:#ff6501;
  138. color:#fff;
  139. border:1px solid #ff6501;
  140. }
  141. .software-list a{
  142. color:#333;
  143. }
  144. .software-list a:hover{
  145. text-decoration: none;
  146. }
  147. .freewrap{
  148. background:#eee5df;
  149. margin:0 15px 15px 15px;
  150. padding:0 0 5px 0;
  151. border-radius: 3px;
  152. }
  153. .free-title{
  154. padding:10px 15px;
  155. font-size: 18px;
  156. border-radius: 3px 3px 0 0;
  157. }
  158. .free-content{
  159. position:relative;
  160. background:#fff;
  161. padding:15px;
  162. margin:0 15px 15px;
  163. height:90px;
  164. border:2px solid #fff;
  165. border-radius: 3px;
  166. }
  167. .free-content:hover{
  168. border:2px solid rgba(255,101,5,0.2);
  169. }
  170. .free-content:hover .btn-white{
  171. background:#ff6501;
  172. color:#fff;
  173. border:1px solid #ff6501;
  174. }
  175. .free-right{
  176. position:absolute;
  177. right:15px;
  178. bottom:10px;
  179. }
  180. .obtian-list{
  181. width:100%;
  182. overflow-y:auto;
  183. }
  184. .obtian-top{
  185. background:rgba(107,91,89,0.4);
  186. color:#333;
  187. border:1px solid #ddd;
  188. border-radius: 7px;
  189. padding:15px;
  190. margin:15px 15px 16px 15px;
  191. font-size: 16px;
  192. }
  193. .software-title{
  194. font-size: 16px;
  195. font-weight: bold;
  196. }
  197. .software-version{
  198. font-size: 14px;
  199. color:#888;
  200. }
  201. .software-stitle{
  202. font-size: 14px;
  203. color:#888;
  204. }
  205. .details-title a{
  206. color:#333;
  207. }
  208. .details-title a:hover{
  209. background:#fff;
  210. text-decoration: none;
  211. }
  212. .detail-download{
  213. width:530px;
  214. padding: 10px 15px;
  215. font-size: 14px;
  216. overflow-y:auto;
  217. }
  218. .detail-content ul{
  219. margin:10px 0 0 0;
  220. padding:0;
  221. }
  222. .detail-content ul li{
  223. list-style-type: none;
  224. width:100%;
  225. padding:10px 0;
  226. }
  227. .detail-content ul li .float-right{
  228. margin-top: -4px;
  229. }
  230. .color-gray{
  231. color:#888;
  232. }
  233. .software-left{
  234. position: absolute;
  235. width:27%;
  236. top:0;
  237. bottom:0;
  238. left:0;
  239. background:#fff;
  240. }
  241. .local-software{
  242. position:absolute;
  243. width:100%;
  244. top:0;
  245. left:0;
  246. bottom:47px;
  247. overflow-y:auto;
  248. }
  249. .software{
  250. position:relative;
  251. padding:12px 0;
  252. margin:0 15px;
  253. border-bottom: 1px solid #f5ede7;
  254. cursor:pointer;
  255. }
  256. .software a{
  257. color:#333;
  258. text-decoration: none;
  259. }
  260. .software:hover a{
  261. color:#ff6501;
  262. }
  263. .software.active{
  264. font-weight: bold;
  265. color:#ff6501;
  266. }
  267. .software.active:before{
  268. position:absolute;
  269. content: "";
  270. top:20px;
  271. right:-15px;
  272. height: 0px;
  273. width: 0px;
  274. border-top: 7px solid transparent;
  275. border-right: 8px solid #fbf6f3;
  276. border-bottom: 8px solid transparent;
  277. }
  278. .software.active a{
  279. color:#ff6501;
  280. }
  281. .software.active .software-num,.software:hover .software-num{
  282. background:#ff6501;
  283. color:#fff;
  284. }
  285. .open-left{
  286. position:absolute;
  287. top:0;
  288. right:0;
  289. z-index: 999;
  290. }
  291. .open-left span{
  292. display:inline-block;
  293. font-size: 12px;
  294. width:12px;
  295. text-align: center;
  296. padding:5px 0;
  297. background:#5A4A47;
  298. color:#fff;
  299. border-radius: 0 0 0 4px;
  300. cursor:pointer;
  301. }
  302. .software-num{
  303. position:absolute;
  304. top:15px;
  305. right:0;
  306. background:#e9e9e9;
  307. color:#555;
  308. display:inline-block;
  309. padding:3px 8px;
  310. }
  311. .software-left-bottomV1,.software-left-bottomV2{
  312. z-index: 999;
  313. position:absolute;
  314. width:100%;
  315. bottom:0;
  316. left:0;
  317. background:#fff;
  318. height:55px;
  319. }
  320. .local-install{
  321. position:absolute;
  322. top: 0;
  323. left:27%;
  324. bottom:0;
  325. width:73%;
  326. overflow-y:hidden;
  327. }
  328. .software-content{
  329. width:100%;
  330. }
  331. .software-tab-pane{
  332. background:#fff;
  333. overflow-y:auto;
  334. }
  335. .software-content .tab-pane{
  336. padding:0 15px;
  337. }
  338. .software-nav{
  339. position:absolute;
  340. right:15px;
  341. top:0;
  342. border-color: #fff;
  343. }
  344. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  345. border-color: #fff;
  346. }
  347. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  348. border-color: #fff;
  349. background:#fff;
  350. }
  351. .nav-link{
  352. padding:13px 25px;
  353. }
  354. .iconbg{
  355. display:block;
  356. width:30px;
  357. padding:7px 0;
  358. margin:0 0 5px 9px;
  359. text-align: center;
  360. }
  361. .iconbg-purple{
  362. background:#8a7bfd;
  363. color:#fff;
  364. }
  365. .iconbg-green{
  366. background:#0fb890;
  367. color:#fff;
  368. }
  369. .iconbg-yellow{
  370. background:#bfad6a;
  371. color:#fff;
  372. }
  373. .details{
  374. background:#fbf6f3;
  375. padding:15px;
  376. border: 2px solid #fff;
  377. border-radius: 3px;
  378. margin:15px;
  379. color:#888;
  380. font-size: 14px;
  381. }
  382. .details-title{
  383. width:85%;
  384. font-size: 16px;
  385. color:#333;
  386. }
  387. .details .w-25{
  388. font-size: 16px;
  389. font-weight: bold;
  390. color:#333;
  391. }
  392. .details .details-title .w-25{
  393. width:62%!important;
  394. font-weight: 500;
  395. }
  396. .details .w-25{
  397. font-size: 16px;
  398. font-weight: bold;
  399. color:#333;
  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:356px;
  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. }