_good-slide.css
3.5 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.center-content {
width: 1150px;
margin-left: auto;
margin-right: auto;
}
.clearfix {
*zoom: 1;
&:after {
content: '';
display: block;
clear: both;
}
}
.bottom-tab-line {
position: relative;
height: 20px;
width: 970px;
line-height: 20px;
margin: 0 auto;
&:before {
content: " ";
width: 970px;
height: 1px;
background-color: #b0b0b0;
position: absolute;
top: 10px;
left: 0;
z-index: 19;
}
.bottom-title {
font-size: 18px;
color: #000;
padding-left: 20px;
padding-right: 20px;
background-color: #fff;
z-index: 20;
position: absolute;
top: 0;
left: 430px;
}
}
.goods-slide {
width: 970px;
height: 342px;
overflow: hidden;
margin: 0 auto;
.goods-slide-item {
position: relative;
width: 100%;
overflow: hidden;
font-size: 12px;
font-weight: 300;
.goods {
width: 970px;
/*height: 290px;*/
/*margin: 20px 0 10px;*/
overflow: hidden;
}
.good {
float: left;
margin-right: 20px;
width: 180px;
&:nth-child(5n) {
margin-right: 0;
}
&:hover {
.name {
color: #d0021b;
}
}
}
.good-img {
display: inline-block;
width: 180px;
height: 240px;
overflow: hidden;
}
img {
display: block;
width: 180px;
height: 240px;
}
.name {
display: block;
font-size: 12px;
font-weight: 300;
color: #222;
text-align: center;
height: 12px;
line-height: 12px;
margin-top: 15px;
/*margin: 15px 0 10px;*/
padding-left: 2px;
padding-right: 2px;
@mixin ellipsis;
}
.price {
text-align: center;
/*margin-bottom: 8px;*/
}
.sale-price,.market-price {
color: #000;
font-weight: normal;
}
.sale-price-new {
color: #d0021b;
margin-right: 15px;
}
.market-price {
text-decoration: line-through;
}
.img-brand-switch {
a {
position: absolute;
top: 130px;
font-size: 26px;
color: #3a3a3a;
width: 40px;
height: 40px;
padding: 0;
text-align: center;
background-color: #e1e1e1;
&:before {
display: inline-block;
margin-top: 8px;
}
&.active {
background-color: #e9e9e9;
border: none;
}
&.next {
&:before {
margin-top: 7px;
margin-left: 3px;
}
}
}
.next {
right: 0;
&:before {
content: "\e608";
}
}
.prev {
left: 0;
&:before {
content: "\e609";
}
}
}
}
}