|
|
/* 婊氬姩鍐呭鏍峰紡 */
|
.scroll_main1 {
|
width:100%;
|
height:100%;
|
display: block;
|
background-color:#000000;
|
/*border:1px solid #9a9a9a;*/
|
}
|
|
/* 婊氬姩鍐呭鍖烘牱寮?*/
|
.scroll_wrap1 {
|
width:100%;
|
height:100%;
|
position: relative;
|
}
|
/* 婊氬姩鍐呭鏍峰紡 */
|
.scroll_wrap1 .scroll_cont1 {
|
height: 100%;
|
overflow: hidden;
|
}
|
|
/* 婊氬姩鏉?*/
|
.scroll_wrap1 .scroll_bar1 {
|
position: absolute;
|
top:0;
|
right:0;
|
width: 5px;
|
height: 100%;
|
background-color: #000000;
|
}
|
/* 婊氬姩鍧?*/
|
.scroll_wrap1 .scroll_slider1 {
|
position: absolute;
|
top: 0;
|
left: 0px;
|
width: 0px;
|
height: 48px;
|
background-color:none;
|
border-radius:5px;
|
opacity: .5
|
}
|
.scroll_wrap1 .scroll_slider1:hover{
|
opacity: 1
|
}
|
|
|
|
|
|
|
.scroll_main2 {
|
width:100%;
|
height:100%;
|
display: block;
|
background-color:#000000;
|
/*border:1px solid #9a9a9a;*/
|
}
|
|
|
.scroll_wrap2 {
|
width:100%;
|
height:100%;
|
position: relative;
|
}
|
|
.scroll_wrap2 .scroll_cont2 {
|
height: 100%;
|
overflow: hidden;
|
}
|
|
|
.scroll_wrap2 .scroll_bar2 {
|
position: absolute;
|
top:0;
|
right:0;
|
width: 5px;
|
height: 100%;
|
background-color: #000000;
|
}
|
|
.scroll_wrap2 .scroll_slider2 {
|
position: absolute;
|
top: 0;
|
left: 0px;
|
width: 0px;
|
height: 48px;
|
background-color:none;
|
border-radius:5px;
|
opacity: .5
|
}
|
.scroll_wrap2 .scroll_slider2:hover{
|
opacity: 1
|
}
|