global.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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(255,101,1,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(255,101,1,0.8);
  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(251,231,216,0.5);
  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 #ff6501;
  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:#fefaf9;
  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:#fdf5f2;
  91. border:1px solid #ff6501;
  92. }
  93. .software-list a{
  94. color:#333;
  95. }
  96. .software-list a:hover{
  97. text-decoration: none;
  98. }
  99. .software-title{
  100. font-size: 16px;
  101. font-weight: bold;
  102. }
  103. .software-body{
  104. width:50%;
  105. }
  106. .detail-download{
  107. min-width:400px;
  108. max-height: 450px;
  109. padding: 10px 15px;
  110. overflow-y:auto;
  111. }
  112. .software-left{
  113. position: absolute;
  114. width:250px;
  115. top:56px;
  116. bottom:0;
  117. left:0;
  118. }
  119. .local-software{
  120. position:absolute;
  121. width:100%;
  122. top:0;
  123. left:0;
  124. bottom:50px;
  125. /*background:#f9f9f9;*/
  126. background-color: rgba(254,250,249,0.3);
  127. overflow-y:auto;
  128. }
  129. .software:hover{
  130. background:#fefaf9;
  131. }
  132. .software a{
  133. text-decoration: none;
  134. }
  135. .software.active{
  136. background:#fdf5f2;
  137. border-left: 3px solid #ff6501;
  138. }
  139. .software.active a{
  140. color:#333;
  141. }
  142. .software-left-bottom{
  143. background-color: rgba(251,231,216,0.5);
  144. z-index: 999;
  145. position:absolute;
  146. width:100%;
  147. bottom:0;
  148. left:0;
  149. }
  150. .local-install{
  151. position:absolute;
  152. top: 80px;
  153. right:0;
  154. bottom:0;
  155. width:648px;
  156. overflow-y:auto;
  157. }
  158. .software-content{
  159. height:371px;
  160. overflow-y:auto;
  161. padding-right: 15px;
  162. }
  163. .details{
  164. padding:15px 0;
  165. border-bottom: 1px dotted #ccc;
  166. }
  167. .details:hover{
  168. border-bottom:1px solid #ff6501;
  169. }
  170. .local-software-content{
  171. height:364px;
  172. overflow-y:auto;
  173. padding-right: 15px;
  174. }
  175. #dropdownMenuButton{
  176. cursor:pointer;
  177. }
  178. .dropdown-toggle::after{
  179. border:none;
  180. }
  181. .bolangbanner {
  182. bottom: 0;
  183. height: 100px;
  184. position: absolute;
  185. width: 100%;
  186. z-index:-1;
  187. }
  188. #banner_bolang_bg_1{
  189. position: absolute;
  190. height:85px;
  191. background: url(wave1.png) repeat-x;
  192. width:300%;
  193. bottom:0;
  194. }
  195. #banner_bolang_bg_2{
  196. position: absolute;
  197. height:100px;
  198. background: url(wave2.png) repeat-x;
  199. width:300%;
  200. top:0;
  201. }
  202. .colorblack{
  203. color:#212529;
  204. }
  205. .colorblack:hover{
  206. color:#333;
  207. }
  208. .downloaded{
  209. border: 1px solid #dee2e6;
  210. background:#fefaf9;
  211. border-radius: 7px;
  212. padding:10px;
  213. margin: 15px 0;
  214. }
  215. .btn-blue {
  216. color: #fff;
  217. background-color: #2daebf;
  218. border-color: #2daebf;
  219. }
  220. .btn-blue:hover {
  221. color: #fff;
  222. background-color: #219aaa;
  223. border-color: #219aaa;
  224. }
  225. .btn-blue:focus, .btn-blue.focus {
  226. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  227. }
  228. .btn-blue.disabled, .btn-blue:disabled {
  229. color: #fff;
  230. background-color: #2daebf;
  231. border-color: #2daebf;
  232. }
  233. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  234. .show > .btn-blue.dropdown-toggle {
  235. color: #fff;
  236. background-color: #219aaa;
  237. border-color: #219aaa;
  238. }
  239. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  240. .show > .btn-blue.dropdown-toggle:focus {
  241. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  242. }