|
@@ -62,7 +62,7 @@
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<!-- 花材批发和零售 -->
|
|
<!-- 花材批发和零售 -->
|
|
|
- <view class="action-btn" style="border-top:1upx solid #2bb931;margin-top:20upx;">
|
|
|
|
|
|
|
+ <view class="action-btn" style="border-top:2upx solid #2bb931;margin-top:20upx;">
|
|
|
<text style="font-size: 30upx;font-weight: bold;">【花材】跑腿费计算方式</text>
|
|
<text style="font-size: 30upx;font-weight: bold;">【花材】跑腿费计算方式</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="display: flex; align-items: center; margin-left:30upx;">
|
|
<view style="display: flex; align-items: center; margin-left:30upx;">
|
|
@@ -92,7 +92,7 @@
|
|
|
<view class="warning-text">如不符合以上情况的,按实际跑腿费计算</view>
|
|
<view class="warning-text">如不符合以上情况的,按实际跑腿费计算</view>
|
|
|
|
|
|
|
|
<!-- 花束 -->
|
|
<!-- 花束 -->
|
|
|
- <view class="section-title" style="border-top:1upx solid #2bb931;">【花束】跑腿费计算方式</view>
|
|
|
|
|
|
|
+ <view class="section-title" style="border-top:2upx solid #2bb931;">【花束】跑腿费计算方式</view>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">包运费的</view>
|
|
<view class="tui-title">包运费的</view>
|
|
@@ -423,7 +423,7 @@ export default {
|
|
|
|
|
|
|
|
.warning-text {
|
|
.warning-text {
|
|
|
color: #FF0000;
|
|
color: #FF0000;
|
|
|
- font-size: 32upx;
|
|
|
|
|
|
|
+ font-size: 34upx;
|
|
|
padding: 0 30upx 15upx;
|
|
padding: 0 30upx 15upx;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|