global.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. @charset "utf-8";
  2. /*样式初始化*/
  3. .container-width{
  4. position:relative;
  5. width:900px;
  6. height:564px;
  7. position:relative;
  8. overflow: hidden;
  9. /*background:url(bg.jpg);*/
  10. }
  11. .border{
  12. border-color: rgba(0,153,204,0.8) !important;
  13. }
  14. .bg{
  15. position:absolute;
  16. top:0;
  17. left:0;
  18. width:900px;
  19. height:564px;
  20. z-index: -2;
  21. background:url(bg.jpg);
  22. /*background:url(gradient.jpg);*/
  23. }
  24. ::-webkit-scrollbar-track
  25. {
  26. background-color: #fff;
  27. }
  28. ::-webkit-scrollbar
  29. {
  30. width: 5px;
  31. height:5px;
  32. }
  33. ::-webkit-scrollbar:hover{
  34. background:#f7f7f7;
  35. }
  36. ::-webkit-scrollbar-thumb
  37. {
  38. background-color: #f0f0f0;
  39. }
  40. .header{
  41. /*background-color:rgba(255,255,255,0.5);*/
  42. background-color:rgba(0,153,204,1);
  43. color:#fff;
  44. }
  45. .header i{
  46. color:#fff;
  47. }
  48. .lock-detail{
  49. position:absolute;
  50. bottom:0;
  51. left:0;
  52. right:0;
  53. width:100%;
  54. max-height:250px;
  55. overflow-y:auto;
  56. background-color:rgba(255,173,51,0.1);
  57. }
  58. .info-list{
  59. width:100%;
  60. }
  61. .info-list ul{
  62. margin:0;
  63. padding:0;
  64. }
  65. .info-list ul li{
  66. float:left;
  67. width:100%;
  68. border-bottom: 1px dotted #ccc;
  69. list-style-type: none;
  70. padding:10px 15px;
  71. }
  72. .info-list ul li:hover{
  73. border-bottom: 1px solid #ff9900;
  74. }
  75. .software-wrapscroll{
  76. width:100%;
  77. height:497px;
  78. overflow-y:auto;
  79. }
  80. .software-list{
  81. float:left;
  82. width:835px;
  83. background:rgba(255,173,51,0.1);
  84. border:1px solid #ddd;
  85. border-radius: 7px;
  86. padding:15px;
  87. margin: 5px 25px 15px 30px;
  88. }
  89. .software-list:hover{
  90. background:rgba(255,153,0,0.1);
  91. border:1px solid #ff9900;
  92. }
  93. .software-list a{
  94. color:#333;
  95. }
  96. .software-list a:hover{
  97. text-decoration: none;
  98. }
  99. .software-obtian{
  100. float:left;
  101. width:835px;
  102. padding:15px 0;
  103. border-bottom: 1px dotted #ccc;
  104. margin: 5px 25px 15px 30px;
  105. }
  106. .obtian-top{
  107. float:left;
  108. width:835px;
  109. background:rgba(255,173,51,0.1);
  110. border:1px solid #ddd;
  111. border-radius: 7px;
  112. padding:15px;
  113. margin: 5px 25px 15px 30px;
  114. }
  115. .software-title{
  116. font-size: 16px;
  117. font-weight: bold;
  118. }
  119. .software-body{
  120. width:50%;
  121. }
  122. .detail-download{
  123. min-width:400px;
  124. max-height: 450px;
  125. padding: 10px 15px;
  126. overflow-y:auto;
  127. }
  128. .software-left{
  129. position: absolute;
  130. width:250px;
  131. top:56px;
  132. bottom:0;
  133. left:0;
  134. }
  135. .local-software{
  136. position:absolute;
  137. width:100%;
  138. top:0;
  139. left:0;
  140. bottom:50px;
  141. /*background:#f9f9f9;*/
  142. background-color: rgba(254,250,249,0.3);
  143. overflow-y:auto;
  144. }
  145. .software:hover{
  146. background:rgba(255,153,0,0.1);
  147. }
  148. .software a{
  149. text-decoration: none;
  150. }
  151. .software.active{
  152. background:rgba(255,173,51,0.1);
  153. border-left: 3px solid #ff9900;
  154. }
  155. .software.active a{
  156. color:#333;
  157. }
  158. .software-left-bottom{
  159. background-color:rgba(255,173,51,0.1);
  160. z-index: 999;
  161. position:absolute;
  162. width:100%;
  163. bottom:0;
  164. left:0;
  165. }
  166. .local-install{
  167. position:absolute;
  168. top: 80px;
  169. right:0;
  170. bottom:0;
  171. width:648px;
  172. overflow-y:auto;
  173. }
  174. .software-content{
  175. height:371px;
  176. overflow-y:auto;
  177. padding-right: 15px;
  178. }
  179. .details{
  180. padding:15px 0;
  181. border-bottom: 1px dotted #ccc;
  182. }
  183. .details:hover{
  184. border-bottom:1px solid #ff9900;
  185. }
  186. .local-software-content{
  187. height:364px;
  188. overflow-y:auto;
  189. padding-right: 15px;
  190. }
  191. #dropdownMenuButton{
  192. cursor:pointer;
  193. }
  194. .dropdown-toggle::after{
  195. border:none;
  196. }
  197. .bolangbanner {
  198. bottom: 0;
  199. height: 100px;
  200. position: absolute;
  201. width: 100%;
  202. z-index:-1;
  203. }
  204. #banner_bolang_bg_1{
  205. position: absolute;
  206. height:85px;
  207. background: url(wave1.png) repeat-x;
  208. width:300%;
  209. bottom:0;
  210. }
  211. #banner_bolang_bg_2{
  212. position: absolute;
  213. height:100px;
  214. background: url(wave2.png) repeat-x;
  215. width:300%;
  216. top:0;
  217. }
  218. .colorblack{
  219. color:#212529;
  220. }
  221. .colorblack:hover{
  222. color:#333;
  223. }
  224. .downloaded{
  225. border: 1px solid #dee2e6;
  226. background:#fefaf9;
  227. border-radius: 7px;
  228. padding:10px;
  229. margin: 15px 0;
  230. }
  231. .dropdown-wrap{
  232. min-width: 0;
  233. }
  234. .btn-blue {
  235. color: #fff;
  236. background-color: #2daebf;
  237. border-color: #2daebf;
  238. }
  239. .btn-blue:hover {
  240. color: #fff;
  241. background-color: #219aaa;
  242. border-color: #219aaa;
  243. }
  244. .btn-blue:focus, .btn-blue.focus {
  245. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  246. }
  247. .btn-blue.disabled, .btn-blue:disabled {
  248. color: #fff;
  249. background-color: #2daebf;
  250. border-color: #2daebf;
  251. }
  252. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  253. .show > .btn-blue.dropdown-toggle {
  254. color: #fff;
  255. background-color: #219aaa;
  256. border-color: #219aaa;
  257. }
  258. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  259. .show > .btn-blue.dropdown-toggle:focus {
  260. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  261. }
  262. .badge-orange{
  263. background:#ff9900;
  264. }
  265. .modal-dialog{
  266. margin: 3rem auto !important;
  267. }