global.css 8.2 KB

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