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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
 
 
/* 婊氬姩鍐呭鏍峰紡 */
.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
}