正在显示
1 个修改的文件
包含
19 行增加
和
8 行删除
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | background-color: rgba(0,0,0,0.5); | 21 | background-color: rgba(0,0,0,0.5); |
22 | position: fixed; | 22 | position: fixed; |
23 | z-index: 2; | 23 | z-index: 2; |
24 | - top:36px; | 24 | + top:30px; |
25 | } | 25 | } |
26 | /*到店堂食弹层*/ | 26 | /*到店堂食弹层*/ |
27 | .eat_popup{ | 27 | .eat_popup{ |
@@ -230,7 +230,8 @@ | @@ -230,7 +230,8 @@ | ||
230 | justify-content: center; | 230 | justify-content: center; |
231 | border-bottom: 1px solid #E4E4E4; | 231 | border-bottom: 1px solid #E4E4E4; |
232 | padding: 0.18rem 0; | 232 | padding: 0.18rem 0; |
233 | - /*padding-bottom: 0.8rem;*/ | 233 | + |
234 | + | ||
234 | } | 235 | } |
235 | .head_tab{ | 236 | .head_tab{ |
236 | width: 3.62rem; | 237 | width: 3.62rem; |
@@ -239,7 +240,7 @@ | @@ -239,7 +240,7 @@ | ||
239 | background-color: #FFFFFF; | 240 | background-color: #FFFFFF; |
240 | line-height: 0.64rem; | 241 | line-height: 0.64rem; |
241 | border: 1px solid #E4E4E4; | 242 | border: 1px solid #E4E4E4; |
242 | - line-height: 0.32rem; | 243 | + /*line-height: 0.32rem;*/ |
243 | display: flex; | 244 | display: flex; |
244 | align-items: center; | 245 | align-items: center; |
245 | justify-content: center; | 246 | justify-content: center; |
@@ -272,6 +273,7 @@ | @@ -272,6 +273,7 @@ | ||
272 | display: flex; | 273 | display: flex; |
273 | font-size: 0.26rem; | 274 | font-size: 0.26rem; |
274 | margin-top: 0.27rem; | 275 | margin-top: 0.27rem; |
276 | + | ||
275 | } | 277 | } |
276 | .head_add .icon-hdxq_icon{ | 278 | .head_add .icon-hdxq_icon{ |
277 | margin-right: 0.13rem; | 279 | margin-right: 0.13rem; |
@@ -282,7 +284,6 @@ | @@ -282,7 +284,6 @@ | ||
282 | display: flex; | 284 | display: flex; |
283 | font-size: 0.28rem; | 285 | font-size: 0.28rem; |
284 | line-height: 0.3rem; | 286 | line-height: 0.3rem; |
285 | - justify-content: center; | ||
286 | margin-top: 0.38rem; | 287 | margin-top: 0.38rem; |
287 | } | 288 | } |
288 | 289 | ||
@@ -293,15 +294,25 @@ | @@ -293,15 +294,25 @@ | ||
293 | } | 294 | } |
294 | 295 | ||
295 | .nav_list li { | 296 | .nav_list li { |
296 | - margin-right: 0.6rem; | ||
297 | - padding-bottom: 0.16rem; | 297 | + |
298 | + width:auto; | ||
299 | + text-align: center; | ||
300 | + padding: 0 0.12rem 0.16rem 0.12rem; | ||
301 | + white-space:nowrap; | ||
302 | + | ||
298 | } | 303 | } |
299 | 304 | ||
300 | .nav_list li:last-child { | 305 | .nav_list li:last-child { |
301 | - margin-right: 0; | 306 | + padding: 0 0 0.16rem 0.12rem; |
307 | + | ||
302 | } | 308 | } |
309 | +.nav_list li:first-child{ | ||
310 | + padding: 0 0.12rem 0.16rem 0.12rem; | ||
311 | + margin-left: 0.14rem; | ||
303 | 312 | ||
304 | 313 | ||
314 | +} | ||
315 | + | ||
305 | /*swiper*/ | 316 | /*swiper*/ |
306 | 317 | ||
307 | .banner { | 318 | .banner { |
@@ -310,7 +321,7 @@ | @@ -310,7 +321,7 @@ | ||
310 | 321 | ||
311 | .banner img { | 322 | .banner img { |
312 | width: 100%; | 323 | width: 100%; |
313 | - /*height: 3.48rem;*/ | 324 | + height: 3.48rem; |
314 | } | 325 | } |
315 | 326 | ||
316 | .swiper-pagination { | 327 | .swiper-pagination { |
-
请 注册 或 登录 后发表评论