global.css 7.9 KB

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