global.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  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;
  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. padding:15px;
  334. overflow-y:auto;
  335. }
  336. .software-content .tab-pane{
  337. padding:0 15px;
  338. }
  339. .software-nav{
  340. position:absolute;
  341. right:15px;
  342. top:0;
  343. border-color: #fff;
  344. }
  345. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  346. border-color: #fff;
  347. }
  348. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  349. border-color: #fff;
  350. background:#fff;
  351. }
  352. .nav-link{
  353. padding:13px 25px;
  354. }
  355. .iconbg{
  356. display:block;
  357. width:30px;
  358. padding:7px 0;
  359. margin:0 0 5px 9px;
  360. text-align: center;
  361. }
  362. .iconbg-purple{
  363. background:#8a7bfd;
  364. color:#fff;
  365. }
  366. .iconbg-green{
  367. background:#0fb890;
  368. color:#fff;
  369. }
  370. .iconbg-yellow{
  371. background:#bfad6a;
  372. color:#fff;
  373. }
  374. .details{
  375. background:#fbf6f3;
  376. padding:15px;
  377. border: 2px solid #fff;
  378. border-radius: 3px;
  379. margin:0 0 15px;
  380. color:#888;
  381. font-size: 14px;
  382. }
  383. .software-tab-pane .details:last-child{
  384. margin-bottom: 0;
  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. .details .w-25{
  401. font-size: 16px;
  402. font-weight: bold;
  403. color:#333;
  404. }
  405. .local-software-content{
  406. height:364px;
  407. overflow-y:auto;
  408. padding-right: 15px;
  409. }
  410. #dropdownMenuButton{
  411. cursor:pointer;
  412. }
  413. .dropdown-toggle::after{
  414. border: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-orange {
  474. color: #fff;
  475. background-color: #ff6501;
  476. border-color: #ff6501;
  477. }
  478. .btn-orange:hover {
  479. color: #fff;
  480. background-color: #e55a00;
  481. border-color: #e55a00;
  482. }
  483. .btn-orange:focus, .btn-orange.focus {
  484. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  485. }
  486. .btn-orange.disabled, .btn-orange:disabled {
  487. color: #fff;
  488. background-color: #e55a00;
  489. border-color: #e55a00;
  490. }
  491. .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  492. .show > .btn-orange.dropdown-toggle {
  493. color: #fff;
  494. background-color: #e55a00;
  495. border-color: #e55a00;
  496. }
  497. .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
  498. .show > .btn-orange.dropdown-toggle:focus {
  499. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  500. }
  501. .btn-blue {
  502. color: #fff;
  503. background-color: #14a5e8;
  504. border-color: #14a5e8;
  505. }
  506. .btn-blue:hover {
  507. color: #fff;
  508. background-color: #0e90cc;
  509. border-color: #0e90cc;
  510. }
  511. .btn-blue:focus, .btn-blue.focus {
  512. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  513. }
  514. .btn-blue.disabled, .btn-blue:disabled {
  515. color: #fff;
  516. background-color: #0e90cc;
  517. border-color: #0e90cc;
  518. }
  519. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  520. .show > .btn-blue.dropdown-toggle {
  521. color: #fff;
  522. background-color: #0e90cc;
  523. border-color: #0e90cc;
  524. }
  525. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  526. .show > .btn-blue.dropdown-toggle:focus {
  527. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  528. }
  529. .badge-orange{
  530. background:#ff9900;
  531. }
  532. .badge-red{
  533. background:#f00;
  534. }
  535. .modal-dialog{
  536. margin: 3.7rem auto 0 auto !important;
  537. }
  538. .modal-body{
  539. max-height:356px;
  540. overflow-y:auto;
  541. }
  542. .head-img{
  543. margin-top: -5px;
  544. width:26px;
  545. height:26px;
  546. border-radius: 13px;
  547. }
  548. .downloading .dropdown-item{
  549. color:#007bff;
  550. }
  551. .modal-online .media{
  552. background:#fbf6f3;
  553. margin:0 0 15px 0;
  554. padding:15px;
  555. border: 2px solid #fbf6f3;
  556. border-radius: 3px;
  557. }
  558. .modal-online .media:hover{
  559. border:2px solid rgba(255,101,5,0.2);
  560. }
  561. .alert-sm{
  562. padding: .25rem .5rem;
  563. }
  564. .card-width{
  565. width:189px;
  566. }
  567. /*新闻页面*/
  568. .news-content .software-left{
  569. width:15%;
  570. }
  571. .news-content .local-install{
  572. width:85%;
  573. left:15%;
  574. }
  575. .news-list a{
  576. color:#212529;
  577. }
  578. .news-list a:hover{
  579. text-decoration: none;
  580. }
  581. .news-list .software-tab-pane{
  582. border:1px solid #fff;
  583. }
  584. .news-list .software-tab-pane:hover{
  585. border:1px solid rgba(255,101,5,0.3);
  586. box-shadow: 0 0 10px #ccc
  587. }