Commit f5b0d5176ecbb577c97cd092316e160f9e112bd8
1 parent
d8e3eb5a
门店地点
Showing
3 changed files
with
12 additions
and
1 deletions
app.wxss
| ... | ... | @@ -307,6 +307,9 @@ color: #b9b9b9; |
| 307 | 307 | color: #000; |
| 308 | 308 | } |
| 309 | 309 | |
| 310 | +.xc-black3{ | |
| 311 | +color: #333; | |
| 312 | +} | |
| 310 | 313 | |
| 311 | 314 | .xc-fixed{ |
| 312 | 315 | position: fixed; |
| ... | ... | @@ -346,4 +349,7 @@ background: #ffe3e2; |
| 346 | 349 | } |
| 347 | 350 | .fs40 { |
| 348 | 351 | font-size: 40rpx; |
| 352 | +} | |
| 353 | +.ai_end{ | |
| 354 | + align-items: flex-end; | |
| 349 | 355 | } |
| 350 | 356 | \ No newline at end of file | ... | ... |
pages/goods/goodsInfo/goodsInfo.wxml
| ... | ... | @@ -313,7 +313,7 @@ |
| 313 | 313 | <text class="bg_jj"></text> |
| 314 | 314 | </view> |
| 315 | 315 | </view> |
| 316 | - <view class="flex-space-between address ai_and"> | |
| 316 | + <view class="flex-space-between address ai_end "> | |
| 317 | 317 | <view> |
| 318 | 318 | <text class="fs32 xc-black3 shop_name"> 泉州开源盛世</text> |
| 319 | 319 | <text class="fs20">暂无库存</text> | ... | ... |
pages/goods/goodsInfo/goodsInfo.wxss
| ... | ... | @@ -2264,12 +2264,17 @@ width: 40rpx; |
| 2264 | 2264 | } |
| 2265 | 2265 | .address{ |
| 2266 | 2266 | width: 87%; |
| 2267 | + margin-top: 5rpx; | |
| 2268 | + | |
| 2267 | 2269 | } |
| 2268 | 2270 | .distance{ |
| 2269 | 2271 | padding-left: 15rpx; |
| 2270 | 2272 | padding-right: 15rpx; |
| 2271 | 2273 | background: #eee; |
| 2272 | 2274 | border-radius: 20rpx; |
| 2275 | + height: 30rpx; | |
| 2276 | +line-height: 30rpx; | |
| 2277 | + | |
| 2273 | 2278 | } |
| 2274 | 2279 | /* 选择门店的弹窗 */ |
| 2275 | 2280 | .mongolia-layer{ | ... | ... |