Commit 821133b4bd76e193b9a11f7a23fb77a66183fa7f
1 parent
1d3825f1
文字修改 和门店样式的修复
Showing
2 changed files
with
3 additions
and
3 deletions
packageC/pages/presell/goodsInfo/goodsInfo.wxml
... | ... | @@ -527,7 +527,7 @@ |
527 | 527 | <view class="">{{filters.format_time(presellForm.end_time,2)}} 预售结束</view> |
528 | 528 | <!-- <view class="">08.30 23:59:59 开始发货</view> --> |
529 | 529 | <view class="" wx:if="{{presellForm.delivery_type==1}}">{{filters.format_time(presellForm.delivery_date,2)}} 开始发货</view> |
530 | - <view class="" wx:else>付款{{presellForm.delivery_daynum}} 天后发货</view> | |
530 | + <view class="" wx:else>付款{{presellForm.delivery_daynum}} 天内发货</view> | |
531 | 531 | </view> |
532 | 532 | |
533 | 533 | <view class="line" bindtap="openSpecModel" data-ind="2" style="margin-left: 10rpx; padding-left: 10rpx"> | ... | ... |
pages/store/index.wxss
1 | -/* .box{ | |
1 | +.box{ | |
2 | 2 | padding: 10px; |
3 | 3 | border-bottom: 10px solid #f5f5f5; |
4 | 4 | color: #000000; |
... | ... | @@ -44,7 +44,7 @@ position: relative; |
44 | 44 | .sear_inp{width: 490rpx; background-color:#eaeaea; height: 80rpx; border-radius:5rpx; margin: 25rpx;} |
45 | 45 | .sear_inp input{width: 400rpx;} |
46 | 46 | .select{height: 80rpx; width: 220rpx;background-color:#eaeaea; margin:25rpx; font-size: 28rpx; line-height: 80rpx;text-align: center } |
47 | -.sear_btn{ width: 50rpx; height: 100%; display: flex; align-items: center;} */ | |
47 | +.sear_btn{ width: 50rpx; height: 100%; display: flex; align-items: center;} | |
48 | 48 | |
49 | 49 | .border-bottom { |
50 | 50 | border-bottom: 2rpx solid #e0e0e0; | ... | ... |