Compare commits

...

2 Commits

1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<view class="text">可享一年返回<span>{{item.refundAmount}}</span>话费</view> <view class="text">可享一年返回<span>{{item.refundAmount}}</span>话费</view>
</view> </view>
<view class="tips"> <view class="tips">
三个活动可同时参与每个手机号仅限一次最高可反1920元话费 三个活动可同时参与每个手机号仅限一次最高可反<span>1920</span>话费
</view> </view>
<view class="service-phone">{{tenantInfo.serviceMobile}}</view> <view class="service-phone">{{tenantInfo.serviceMobile}}</view>
<view class="tenant-info-wrap"> <view class="tenant-info-wrap">
@ -200,6 +200,10 @@
.tips { .tips {
font-size: 28rpx; font-size: 28rpx;
color: #000; color: #000;
span{
color: #C80D00;
font-weight: bold;
}
} }
.item-wrap { .item-wrap {