_show.scss
1.75 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
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
.show-title {
line-height: 98px;
font-size: 32px;
color: #0099bb;
text-align: center;
}
.show-wrap {
width: 1180px;
margin: 0 auto;
padding-bottom: 50px;
.layout-item {
height: 450px;
.image-box {
height: 342px;
overflow: visible;
img {
width: 100%;
height: 100%;
}
}
.content {
p {
font-size: 20px;
font-weight: bold;
color: #282828;
}
.time {
font-size: 12px;
font-weight: normal;
color: #8c8c8c;
}
}
}
}
.img-zoom {
.close-btn {
position: absolute;
top: 6px;
right: -58px;
width: 27px;
height: 27px;
background-image: url("../images/yohood/close-btn.png");
background-size: 100% 100%;
}
}
.pic-tip {
display: block;
position: absolute;
left: 80px;
top: 80px;
background: rgba(255, 255, 255, 0.9);
color: #009abe;
text-decoration: none;
height: 18px;
line-height: 18px;
padding: 0 5px;
border-radius: 11px;
font-family: 'Helvetica';
font-weight: bold;
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
background: #fff\9;
filter: alpha(opacity=90);
white-space: nowrap;
z-index: 1;
cursor: default;
}
.pic-tip:hover {
display: block;
}
.pic-tip:after {
display: none\9;
position: absolute;
content: "";
background-image: url("../images/yohood/vedio-btn.png");
background-repeat: no-repeat;
background-position: 0 -55px;
background-size: 30px 310px;
width: 7px;
height: 5px;
top: 13px;
left: -2px;
}