_photoslider.scss
1.02 KB
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
/*变脸特效样式*/
.photoslider
{
position: relative;
max-width:100%;
max-height:100%;
cursor:w-resize;
.photoslider_image_wrapper{
/*width: 625px;
height: 700px;*/
max-width:100%;
max-height:100%;
position: absolute;z-index: 5;left: 0;
.photoslider_left_image{
width: 50%;overflow: hidden;border-right: 4px solid #252525;
img{max-width:none;max-height:100%;}
}
.photoslider_drag_message{
display: block;
width: 103px;
height: 30px;
/*background-color: #f4e3b1;*/
background-color: #fff;
filter:alpha(Opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
position: absolute;
left: 50%;
top: 50%;
margin: -15px 0 0 -51px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
line-height: 30px;
text-align: center;
color: #000000;
text-decoration:none;
font-family:'Helvetica';font-family:'Arial';
font-size: 14px;
font-weight: bold;
}
}
}