123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- @charset "utf-8";
- /*样式初始化*/
- .container-width{
- position:relative;
- width:900px;
- height:564px;
- position:relative;
- overflow: hidden;
- /*background:url(bg.jpg);*/
- }
- .bg{
- position:absolute;
- top:0;
- left:0;
- width:900px;
- height:564px;
- z-index: -2;
- background:url(gradient.jpg);
- }
- ::-webkit-scrollbar-track
- {
- background-color: #fff;
- }
- ::-webkit-scrollbar
- {
- width: 5px;
- height:5px;
- }
- ::-webkit-scrollbar:hover{
- background:#f7f7f7
- }
- ::-webkit-scrollbar-thumb
- {
- background-color: #e0e0e0;
- }
- .header{
- background-color:rgba(255,255,255,0.5);
- }
- .lock-detail{
- position:absolute;
- bottom:0;
- left:0;
- right:0;
- width:100%;
- max-height:250px;
- overflow-y:auto;
- }
- .info-list{
- width:100%;
- }
- .info-list ul{
- margin:0;
- padding:0;
- }
- .info-list ul li{
- float:left;
- width:100%;
- border-bottom: 1px dotted #ccc;
- list-style-type: none;
- padding:10px 15px;
- }
- /*.info-list ul li:last-child{
- border-bottom: none;
- }*/
- .info-list ul li:hover{
- border-bottom: 1px solid #ff6501;
- }
- .software-wrapscroll{
- width:100%;
- height:497px;
- overflow-y:auto;
- }
- .software-list{
- float:left;
- width:390px;
- background:#fefaf9;
- border:1px solid #ddd;
- border-radius: 7px;
- padding:15px;
- margin: 10px 25px 25px 30px;
- }
- .software-list:hover{
- background:#fdf5f2;
- border:1px solid #ff6501;
- }
- .software-list a{}
- .software-list a:hover{
- text-decoration: none;
- }
- .detail-download{
- min-width:400px;
- max-height: 450px;
- padding: 10px 15px;
- overflow-y:auto;
- }
- .software-left{
- position: absolute;
- width:250px;
- top:56px;
- bottom:0;
- left:0;
- }
- .local-software{
- position:absolute;
- width:100%;
- top:0;
- left:0;
- bottom:50px;
- overflow-y:auto;
- }
- .software:hover{
- background:#fefaf9;
- }
- .software a{
- text-decoration: none;
- }
- .software.active{
- background:#fdf5f2;
- border-left: 3px solid #ff6501;
- }
- .software.active a{
- color:#333;
- }
- .software-left-bottom{
- background:#fff;
- z-index: 999;
- position:absolute;
- width:100%;
- bottom:0;
- left:0;
- }
- .local-install{
- position:absolute;
- top: 80px;
- right:0;
- bottom:0;
- width:648px;
- overflow-y:auto;
- }
- .software-content{
- height:371px;
- overflow-y:auto;
- padding-right: 15px;
- }
- .details{
- padding:15px 0;
- border-bottom: 1px dotted #ccc;
- }
- .details:hover{
- border-bottom:1px solid #ff6501;
- }
- .local-software-content{
- height:364px;
- overflow-y:auto;
- padding-right: 15px;
- }
- #dropdownMenuButton{
- cursor:pointer;
- }
- .dropdown-toggle::after{
- border:none;
- }
- .bolangbanner {
- bottom: 0;
- height: 100px;
- position: absolute;
- width: 100%;
- z-index:-1;
- }
- #banner_bolang_bg_1{
- position: absolute;
- height:85px;
- background: url(wave1.png) repeat-x;
- width:300%;
- bottom:0;
- }
- #banner_bolang_bg_2{
- position: absolute;
- height:100px;
- background: url(wave2.png) repeat-x;
- width:300%;
- top:0;
- }
- .colorblack{
- color:#212529;
- }
- .colorblack:hover{
- color:#333;
- };
|