File tree 2 files changed +4
-3
lines changed
eaterplanet_ecommerce/moduleB
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ invote {
57
57
}
58
58
59
59
.recharge-money {
60
- color: #ce3c39;
60
+ font-family: DIN;
61
+ color: #ff758c;
61
62
font-size: 50rpx;
62
63
}
63
64
Original file line number Diff line number Diff line change 89
89
<!-- 核销弹窗 -->
90
90
<i-modal scrollUp="{{true}}" visible="{{showHexiaoModal}}" bind:cancel="handleHexiaoModal">
91
91
<view class="sku-card">
92
- <view class="weight fsz-32 pb10 text-center">门店选择</view>
92
+ <view class="weight fsz-32 pb10 text-center changehead ">门店选择</view>
93
93
<scroll-view scroll-y style="height: 60vh;">
94
- <view class="border-bottom i-flex i-aic py10" wx:for="{{salesroom_list}}" wx:key="index" bindtap="changeMendian" data-idx="{{index}}">
94
+ <view class="border-bottom i-flex i-aic py10 changemendian " wx:for="{{salesroom_list}}" wx:key="index" bindtap="changeMendian" data-idx="{{index}}">
95
95
<view class="i-flex-item">
96
96
<view class="fsz-28 weight mb5">{{item.room_name}}</view>
97
97
<view class="fsz-22">{{item.room_address}}</view>
You can’t perform that action at this time.
0 commit comments