13693261870
2024-04-02 2a1b873b4b78b508d5d53c57992e734c56619df8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 
 
/* 婊氬姩鍐呭鏍峰紡 */
.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
}