global.css 2.5 KB

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