global.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  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. background:url(header-bg.png) no-repeat 140px 0;
  42. }
  43. .header i{
  44. color:#fff;
  45. }
  46. .header-return{
  47. display:inline-block;
  48. font-size: 20px;
  49. font-weight: bold;
  50. padding:13px 5px 0 0;
  51. }
  52. .header i{
  53. cursor:pointer;
  54. }
  55. .version-name{
  56. margin-left: 15px;
  57. color:#ddd;
  58. font-size: 12px;
  59. }
  60. .software-wrap{
  61. position:relative;
  62. background:#fbf6f3;
  63. overflow:hidden;
  64. }
  65. .software-down{
  66. padding: 50px 0;
  67. }
  68. .lock-detail{
  69. width:100%;
  70. position:relative;
  71. }
  72. .text-orange{
  73. color:#ff6501;
  74. padding:0 10px;
  75. }
  76. .info-title{
  77. position:absolute;
  78. width:100%;
  79. height:60px;
  80. line-height: 60px;
  81. text-align: center;
  82. font-size: 16px;
  83. z-index: 10;
  84. }
  85. .info-list{
  86. position:absolute;
  87. top:67px;
  88. width:100%;
  89. overflow-y:auto;
  90. }
  91. .software-info{
  92. padding-top: 5px;
  93. font-size: 14px;
  94. }
  95. .software-wrapscroll{
  96. position:absolute;
  97. width:100%;
  98. overflow-y:auto;
  99. }
  100. .software-list{
  101. background:#fff;
  102. border:2px solid #fff;
  103. border-radius: 3px;
  104. padding:12px;
  105. margin:0 15px 15px;
  106. }
  107. .software-list .software-body{
  108. width:85% !important;
  109. }
  110. .software-list:hover,.details:hover{
  111. border:2px solid rgba(255,101,5,0.2);
  112. }
  113. .software-list:hover .btn-white,.details:hover .btn-white{
  114. background:#ff6501;
  115. color:#fff;
  116. border:1px solid #ff6501;
  117. }
  118. .software-list a{
  119. color:#333;
  120. }
  121. .software-list a:hover{
  122. text-decoration: none;
  123. }
  124. .freewrap{
  125. background:#eee5df;
  126. margin:0 15px 15px 15px;
  127. border-radius: 3px;
  128. }
  129. .freewrap .col{
  130. padding:0;
  131. }
  132. .free-title{
  133. padding:10px 15px;
  134. font-size: 18px;
  135. border-radius: 3px 3px 0 0;
  136. }
  137. .free-content{
  138. position:relative;
  139. background:#fff;
  140. padding:15px;
  141. margin:0 15px 15px;
  142. height:90px;
  143. border:2px solid #fff;
  144. border-radius: 3px;
  145. }
  146. .free-content:hover{
  147. border:2px solid rgba(255,101,5,0.2);
  148. }
  149. .free-content:hover .btn-white{
  150. background:#ff6501;
  151. color:#fff;
  152. border:1px solid #ff6501;
  153. }
  154. .freewrap .col:first-child{
  155. margin-left: 15px;
  156. }
  157. .freewrap .col:last-child{
  158. margin-right: 15px;
  159. }
  160. .freewrap .col:first-child .free-content{
  161. margin-right: 0;
  162. }
  163. .free-right{
  164. position:absolute;
  165. right:15px;
  166. bottom:10px;
  167. }
  168. .obtian-list{
  169. position:absolute;
  170. width:100%;
  171. overflow-y:auto;
  172. }
  173. .obtian-top{
  174. background:rgba(107,91,89,0.4);
  175. color:#333;
  176. border:1px solid #ddd;
  177. border-radius: 7px;
  178. padding:15px;
  179. margin:15px;
  180. font-size: 16px;
  181. }
  182. .software-title{
  183. font-size: 16px;
  184. font-weight: bold;
  185. }
  186. .software-version{
  187. font-size: 14px;
  188. color:#888;
  189. }
  190. .software-stitle{
  191. font-size: 14px;
  192. color:#888;
  193. }
  194. .detail-download{
  195. width:530px;
  196. padding: 10px 15px;
  197. font-size: 14px;
  198. overflow-y:auto;
  199. }
  200. .detail-download button{
  201. font-size: 12px;
  202. }
  203. .detail-content ul{
  204. margin:10px 0 0 0;
  205. padding:0;
  206. }
  207. .detail-content ul li{
  208. list-style-type: none;
  209. width:100%;
  210. padding:10px 0;
  211. }
  212. .detail-content ul li .float-right{
  213. margin-top: -4px;
  214. }
  215. .color-gray{
  216. color:#888;
  217. }
  218. .software-left{
  219. position: absolute;
  220. width:27%;
  221. top:0;
  222. bottom:0;
  223. left:0;
  224. background:#fff;
  225. }
  226. .local-software{
  227. position:absolute;
  228. width:100%;
  229. top:0;
  230. left:0;
  231. bottom:47px;
  232. overflow-y:auto;
  233. }
  234. .software{
  235. position:relative;
  236. padding:12px 0;
  237. margin:0 15px;
  238. border-bottom: 1px solid #f5ede7;
  239. cursor:pointer;
  240. }
  241. .software a{
  242. color:#333;
  243. text-decoration: none;
  244. }
  245. .software:hover a{
  246. color:#ff6501;
  247. }
  248. .software.active{
  249. font-weight: bold;
  250. color:#ff6501;
  251. }
  252. .software.active:before{
  253. position:absolute;
  254. content: "";
  255. top:20px;
  256. right:-15px;
  257. height: 0px;
  258. width: 0px;
  259. border-top: 7px solid transparent;
  260. border-right: 8px solid #fbf6f3;
  261. border-bottom: 8px solid transparent;
  262. }
  263. .software.active a{
  264. color:#ff6501;
  265. }
  266. .software.active .software-num,.software:hover .software-num{
  267. background:#ff6501;
  268. color:#fff;
  269. }
  270. .open-left{
  271. position:absolute;
  272. top:0;
  273. right:0;
  274. z-index: 999;
  275. }
  276. .open-left span{
  277. display:inline-block;
  278. font-size: 12px;
  279. width:12px;
  280. text-align: center;
  281. padding:5px 0;
  282. background:#5A4A47;
  283. color:#fff;
  284. border-radius: 0 0 0 4px;
  285. cursor:pointer;
  286. }
  287. .software-num{
  288. position:absolute;
  289. top:15px;
  290. right:0;
  291. background:#e9e9e9;
  292. color:#555;
  293. display:inline-block;
  294. padding:3px 8px;
  295. }
  296. .software-left-bottomV1,.software-left-bottomV2{
  297. z-index: 999;
  298. position:absolute;
  299. width:100%;
  300. bottom:0;
  301. left:0;
  302. background:#fff;
  303. height:55px;
  304. }
  305. .local-install{
  306. position:absolute;
  307. top: 0;
  308. left:27%;
  309. bottom:0;
  310. width:73%;
  311. overflow-y:auto;
  312. }
  313. .software-content{
  314. position:absolute;
  315. width:100%;
  316. }
  317. .software-tab-pane{
  318. background:#fff;
  319. padding:15px;
  320. overflow-y:auto;
  321. }
  322. .software-content .tab-pane{
  323. padding:0 15px;
  324. }
  325. .software-nav{
  326. position:absolute;
  327. right:15px;
  328. top:0;
  329. border-color: #fff;
  330. }
  331. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  332. border-color: #fff;
  333. }
  334. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  335. border-color: #fff;
  336. background:#fff;
  337. }
  338. .nav-link{
  339. padding:13px 25px;
  340. }
  341. .iconbg{
  342. display:block;
  343. width:30px;
  344. padding:10px 0;
  345. margin:0 0 5px 9px;
  346. text-align: center;
  347. }
  348. .iconbg-purple{
  349. background:#8a7bfd;
  350. color:#fff;
  351. }
  352. .iconbg-green{
  353. background:#0fb890;
  354. color:#fff;
  355. }
  356. .details{
  357. background:#fbf6f3;
  358. padding:15px;
  359. border: 2px solid #fff;
  360. border-radius: 3px;
  361. margin:0 0 15px;
  362. color:#888;
  363. font-size: 14px;
  364. }
  365. .software-tab-pane .details:last-child{
  366. margin-bottom: 0;
  367. }
  368. .details-title{
  369. width:72%;
  370. font-size: 16px;
  371. color:#333;
  372. }
  373. .details .w-25{
  374. font-size: 16px;
  375. font-weight: bold;
  376. color:#333;
  377. }
  378. .details .details-title .w-25{
  379. width:62%!important;
  380. font-weight: 500;
  381. }
  382. .details .w-25{
  383. font-size: 16px;
  384. font-weight: bold;
  385. color:#333;
  386. }
  387. /*.w-25{
  388. width:60%!important;
  389. }*/
  390. .local-software-content{
  391. height:364px;
  392. overflow-y:auto;
  393. padding-right: 15px;
  394. }
  395. #dropdownMenuButton{
  396. cursor:pointer;
  397. }
  398. .dropdown-toggle::after{
  399. border:none;
  400. }
  401. .bolangbanner {
  402. top: 98px;
  403. height: 100px;
  404. position: absolute;
  405. width: 100%;
  406. z-index:1;
  407. overflow:hidden;
  408. }
  409. #banner_bolang_bg_1{
  410. position: absolute;
  411. height:85px;
  412. background: url(wave01.png) repeat-x;
  413. width:300%;
  414. bottom:0;
  415. }
  416. #banner_bolang_bg_2{
  417. position: absolute;
  418. height:100px;
  419. background: url(wave02.png) repeat-x;
  420. width:300%;
  421. top:0;
  422. }
  423. .colorblack{
  424. color:#212529;
  425. }
  426. .colorblack:hover{
  427. color:#333;
  428. }
  429. .downloaded{
  430. background:#fbf6f3;
  431. border-radius: 3px;
  432. padding:10px;
  433. font-size: 14px;
  434. border:2px solid #fbf6f3;
  435. margin:10px 0 10px 0;
  436. }
  437. .downloaded:hover{
  438. border:2px solid rgba(255,101,5,0.2);
  439. }
  440. .progress-content .float-right{
  441. font-size: 16px;
  442. }
  443. .progress-width{
  444. width:85%;
  445. }
  446. .dropdown-wrap{
  447. min-width: 0;
  448. }
  449. .btn-white {
  450. color: #333;
  451. background-color: #fff;
  452. border-color: #ddd;
  453. }
  454. .btn-orange {
  455. color: #fff;
  456. background-color: #ff6501;
  457. border-color: #ff6501;
  458. }
  459. .btn-orange:hover {
  460. color: #fff;
  461. background-color: #e55a00;
  462. border-color: #e55a00;
  463. }
  464. .btn-orange:focus, .btn-orange.focus {
  465. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  466. }
  467. .btn-orange.disabled, .btn-orange:disabled {
  468. color: #fff;
  469. background-color: #e55a00;
  470. border-color: #e55a00;
  471. }
  472. .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  473. .show > .btn-orange.dropdown-toggle {
  474. color: #fff;
  475. background-color: #e55a00;
  476. border-color: #e55a00;
  477. }
  478. .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
  479. .show > .btn-orange.dropdown-toggle:focus {
  480. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  481. }
  482. .btn-blue {
  483. color: #fff;
  484. background-color: #14a5e8;
  485. border-color: #14a5e8;
  486. }
  487. .btn-blue:hover {
  488. color: #fff;
  489. background-color: #0e90cc;
  490. border-color: #0e90cc;
  491. }
  492. .btn-blue:focus, .btn-blue.focus {
  493. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  494. }
  495. .btn-blue.disabled, .btn-blue:disabled {
  496. color: #fff;
  497. background-color: #0e90cc;
  498. border-color: #0e90cc;
  499. }
  500. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  501. .show > .btn-blue.dropdown-toggle {
  502. color: #fff;
  503. background-color: #0e90cc;
  504. border-color: #0e90cc;
  505. }
  506. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  507. .show > .btn-blue.dropdown-toggle:focus {
  508. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  509. }
  510. .badge-orange{
  511. background:#ff9900;
  512. }
  513. .modal-dialog{
  514. margin: 3.7rem auto 0 auto !important;
  515. }
  516. .modal-body{
  517. height:356px;
  518. overflow-y:auto;
  519. }