@charset "utf-8"; /*样式初始化*/ .container-width{ position:relative; width:900px; height:564px; position:relative; overflow: hidden; background:url(bg.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:380px; margin: 0 30px 45px 25px; } .detail-download{ min-width:400px; max-height: 450px; padding: 10px 15px; overflow-y:auto; } .software-left{ position: absolute; width:250px; background:#fff; 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{ background:#fff; 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; background:#fff; 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:0; } #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; }