_shop-recommand.css
2.24 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.shop-recom {
&-swiper-container {
position: relative;
width: 100%;
height: 407px;
.top {
float: left;
height: 174px;
width: 100%;
}
.bottom {
float: left;
height: 183px;
width: 50%;
background: #f5f7f6;
&.left {
border-right: 1px solid #e0e0e0;
}
img {
width: 138px;
height: 100%;
margin: 0 auto;
}
}
.fav-container {
position: absolute;
top: 12px;
left: 15px;
span {
font-size: 18px;
color: #fff;
}
}
.shop-fav {
display: inline-block;
height: 21px;
width: 24px;
background: resolve("channel/faved.png");
background-size: 100% 100%;
vertical-align: middle;
margin-right: 8px;
}
.shop-notfav {
display: inline-block;
height: 21px;
width: 24px;
background: resolve("channel/notfav.png");
background-size: 100% 100%;
vertical-align: middle;
margin-right: 8px;
}
.faved-num {
position: absolute;
top: 12px;
right: 12px;
color: #fff;
font-size: 18px;
}
}
.swiper-wrapper {
white-space: nowrap;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
}
.recom-shop {
position: relative;
display: inline-block;
height: 354px;
width: 358px;
margin: 26px 26px 0;
border-radius: 5px;
vertical-align: top;
transition: all 0.3s;
.shop-top {
position: absolute;
top: 0;
left: 0;
height: 45px;
width: 358px;
background: resolve('channel/shop-top.png');
background-size: 100% 100%;
}
}
.recom-active {
transform: scale(1.15);
transform-origin: 50% 0 0;
margin-top: 0;
}
}