global.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. .bg{
  12. position:absolute;
  13. top:0;
  14. left:0;
  15. width:900px;
  16. height:564px;
  17. z-index: -2;
  18. background:url(gradient.jpg);
  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:#f7f7f7
  31. }
  32. ::-webkit-scrollbar-thumb
  33. {
  34. background-color: #e0e0e0;
  35. }
  36. .header{
  37. background-color:rgba(255,255,255,0.5);
  38. }
  39. .lock-detail{
  40. position:absolute;
  41. bottom:0;
  42. left:0;
  43. right:0;
  44. width:100%;
  45. max-height:250px;
  46. overflow-y:auto;
  47. }
  48. .info-list{
  49. width:100%;
  50. }
  51. .info-list ul{
  52. margin:0;
  53. padding:0;
  54. }
  55. .info-list ul li{
  56. float:left;
  57. width:100%;
  58. border-bottom: 1px dotted #ccc;
  59. list-style-type: none;
  60. padding:10px 15px;
  61. }
  62. /*.info-list ul li:last-child{
  63. border-bottom: none;
  64. }*/
  65. .info-list ul li:hover{
  66. border-bottom: 1px solid #ff6501;
  67. }
  68. .software-wrapscroll{
  69. width:100%;
  70. height:497px;
  71. overflow-y:auto;
  72. }
  73. .software-list{
  74. float:left;
  75. width:390px;
  76. background:#fefaf9;
  77. border:1px solid #ddd;
  78. border-radius: 7px;
  79. padding:15px;
  80. margin: 10px 25px 25px 30px;
  81. }
  82. .software-list:hover{
  83. background:#fdf5f2;
  84. border:1px solid #ff6501;
  85. }
  86. .software-list a{}
  87. .software-list a:hover{
  88. text-decoration: none;
  89. }
  90. .detail-download{
  91. min-width:400px;
  92. max-height: 450px;
  93. padding: 10px 15px;
  94. overflow-y:auto;
  95. }
  96. .software-left{
  97. position: absolute;
  98. width:250px;
  99. top:56px;
  100. bottom:0;
  101. left:0;
  102. }
  103. .local-software{
  104. position:absolute;
  105. width:100%;
  106. top:0;
  107. left:0;
  108. bottom:50px;
  109. overflow-y:auto;
  110. }
  111. .software:hover{
  112. background:#fefaf9;
  113. }
  114. .software a{
  115. text-decoration: none;
  116. }
  117. .software.active{
  118. background:#fdf5f2;
  119. border-left: 3px solid #ff6501;
  120. }
  121. .software.active a{
  122. color:#333;
  123. }
  124. .software-left-bottom{
  125. background:#fff;
  126. z-index: 999;
  127. position:absolute;
  128. width:100%;
  129. bottom:0;
  130. left:0;
  131. }
  132. .local-install{
  133. position:absolute;
  134. top: 80px;
  135. right:0;
  136. bottom:0;
  137. width:648px;
  138. overflow-y:auto;
  139. }
  140. .software-content{
  141. height:371px;
  142. overflow-y:auto;
  143. padding-right: 15px;
  144. }
  145. .details{
  146. padding:15px 0;
  147. border-bottom: 1px dotted #ccc;
  148. }
  149. .details:hover{
  150. border-bottom:1px solid #ff6501;
  151. }
  152. .local-software-content{
  153. height:364px;
  154. overflow-y:auto;
  155. padding-right: 15px;
  156. }
  157. #dropdownMenuButton{
  158. cursor:pointer;
  159. }
  160. .dropdown-toggle::after{
  161. border:none;
  162. }
  163. .bolangbanner {
  164. bottom: 0;
  165. height: 100px;
  166. position: absolute;
  167. width: 100%;
  168. z-index:-1;
  169. }
  170. #banner_bolang_bg_1{
  171. position: absolute;
  172. height:85px;
  173. background: url(wave1.png) repeat-x;
  174. width:300%;
  175. bottom:0;
  176. }
  177. #banner_bolang_bg_2{
  178. position: absolute;
  179. height:100px;
  180. background: url(wave2.png) repeat-x;
  181. width:300%;
  182. top:0;
  183. }
  184. .colorblack{
  185. color:#212529;
  186. }
  187. .colorblack:hover{
  188. color:#333;
  189. };