global.css 7.1 KB

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