Commit 7815241fcd247478b88fb34e67f001bdaaef6658
1 parent
cff0e191
自定义模板商品分组,界面大小的样式调整
Showing
1 changed file
with
7 additions
and
8 deletions
components/diy_goodsGroup/diy_goodsGroup.wxss
| ... | ... | @@ -294,25 +294,24 @@ top: 234rpx; |
| 294 | 294 | display: flex; |
| 295 | 295 | /* padding-left: 2rpx; */ |
| 296 | 296 | margin-bottom: 12rpx; |
| 297 | - width: 50%; | |
| 297 | + width: 48.5%; | |
| 298 | 298 | float: left; |
| 299 | 299 | background: #fff; |
| 300 | + margin-left: 1% | |
| 300 | 301 | } |
| 301 | 302 | |
| 302 | 303 | |
| 303 | 304 | .zs_goods_2l{ |
| 304 | 305 | width: 94%; |
| 305 | 306 | min-height: 300rpx; |
| 306 | - border: 2rpx #ddd solid; | |
| 307 | + /* border: 2rpx #ddd solid; */ | |
| 307 | 308 | margin: 0 auto; |
| 308 | -padding: 2rpx; | |
| 309 | + padding: 2rpx; | |
| 309 | 310 | } |
| 310 | 311 | |
| 311 | 312 | .zs_top_2l{ |
| 312 | - width: 300rpx; | |
| 313 | - height: 300rpx; | |
| 314 | - | |
| 315 | - | |
| 313 | + width: 340rpx; | |
| 314 | + height: 340rpx; | |
| 316 | 315 | } |
| 317 | 316 | |
| 318 | 317 | .button-wrapper button { |
| ... | ... | @@ -323,7 +322,7 @@ padding: 2rpx; |
| 323 | 322 | |
| 324 | 323 | .zs_t_img_2l { |
| 325 | 324 | width: 100%; |
| 326 | - height: 300rpx; | |
| 325 | + height: 100%; | |
| 327 | 326 | margin: 0 auto; |
| 328 | 327 | } |
| 329 | 328 | ... | ... |