Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into feature/web-list
Showing
3 changed files
with
65 additions
and
62 deletions
@@ -149,66 +149,5 @@ | @@ -149,66 +149,5 @@ | ||
149 | } | 149 | } |
150 | } | 150 | } |
151 | 151 | ||
152 | - .shop-entry { | ||
153 | - position: relative; | ||
154 | - background: #f5f7f6; | ||
155 | - border: 1px solid #eaeceb; | ||
156 | - padding: 12px 15px; | ||
157 | - margin-bottom: 10px; | ||
158 | - | ||
159 | - .logo { | ||
160 | - width: 80px; | ||
161 | - height: 50px; | ||
162 | - } | ||
163 | - | ||
164 | - .name { | ||
165 | - margin-left: 10px; | ||
166 | - } | ||
167 | - | ||
168 | - .shop-name { | ||
169 | - font-size: 16px; | ||
170 | - color: #222; | ||
171 | - line-height: 26px; | ||
172 | - } | ||
173 | - | ||
174 | - .sorts { | ||
175 | - color: #999; | ||
176 | - font-size: 12px; | ||
177 | - line-height: 18px; | ||
178 | - | ||
179 | - a { | ||
180 | - color: #999; | ||
181 | - } | ||
182 | - } | ||
183 | - | ||
184 | - .entry-btn { | ||
185 | - position: absolute; | ||
186 | - right: 15px; | ||
187 | - top: 50%; | ||
188 | - width: 110px; | ||
189 | - height: 32px; | ||
190 | - line-height: 32px; | ||
191 | - margin-top: -16px; | ||
192 | - background: #222; | ||
193 | - text-align: center; | ||
194 | - color: #fff; | ||
195 | - font-size: 12px; | ||
196 | - | ||
197 | - .iconfont { | ||
198 | - font-size: 12px; | ||
199 | - } | ||
200 | - } | ||
201 | - } | ||
202 | - | ||
203 | - .goods-container { | ||
204 | - height: auto; | ||
205 | - padding: 25px 0 0 0; | ||
206 | - position: relative; | ||
207 | - width: 970px + 10px;//每列增加右边距 | ||
208 | - | ||
209 | - .good-info { | ||
210 | - width: 235px; | ||
211 | - | ||
212 | - } | ||
213 | - } | 152 | + @import "shop-entry"; |
214 | } | 153 | } |
web-static/sass/product/_shop-entry.scss
0 → 100644
1 | +.shop-entry { | ||
2 | + position: relative; | ||
3 | + background: #f5f7f6; | ||
4 | + border: 1px solid #eaeceb; | ||
5 | + padding: 12px 15px; | ||
6 | + margin-bottom: 10px; | ||
7 | + | ||
8 | + .logo { | ||
9 | + width: 80px; | ||
10 | + height: 50px; | ||
11 | + } | ||
12 | + | ||
13 | + .name { | ||
14 | + margin-left: 10px; | ||
15 | + } | ||
16 | + | ||
17 | + .shop-name { | ||
18 | + font-size: 16px; | ||
19 | + color: #222; | ||
20 | + line-height: 26px; | ||
21 | + } | ||
22 | + | ||
23 | + .sorts { | ||
24 | + color: #999; | ||
25 | + font-size: 12px; | ||
26 | + line-height: 18px; | ||
27 | + | ||
28 | + a { | ||
29 | + color: #999; | ||
30 | + } | ||
31 | + } | ||
32 | + | ||
33 | + .entry-btn { | ||
34 | + position: absolute; | ||
35 | + right: 15px; | ||
36 | + top: 50%; | ||
37 | + width: 110px; | ||
38 | + height: 32px; | ||
39 | + line-height: 32px; | ||
40 | + margin-top: -16px; | ||
41 | + background: #222; | ||
42 | + text-align: center; | ||
43 | + color: #fff; | ||
44 | + font-size: 12px; | ||
45 | + | ||
46 | + .iconfont { | ||
47 | + font-size: 12px; | ||
48 | + } | ||
49 | + } | ||
50 | +} | ||
51 | + | ||
52 | +.goods-container { | ||
53 | + height: auto; | ||
54 | + padding: 25px 0 0 0; | ||
55 | + position: relative; | ||
56 | + width: 970px + 10px;//每列增加右边距 | ||
57 | + | ||
58 | + .good-info { | ||
59 | + width: 235px; | ||
60 | + | ||
61 | + } | ||
62 | +} |
-
Please register or login to post a comment