|
@@ -68,7 +68,9 @@
|
|
|
<view :class="{ 'actave': tabindex == 1 }" class="let-line"></view>
|
|
|
</view>
|
|
|
<view @click="getACoupon()" class="let-box1">
|
|
|
- <text class="let-txt">去领券</text>
|
|
|
+ <view style="display: flex;align-items: center;" class="tag">
|
|
|
+ <text class="let-txt " style="color: #FD6716;">去领券</text><image style="width: 55rpx;height: 40rpx;" src="/pages/merchant/static/images/yhq.png" ></image>
|
|
|
+ </view>
|
|
|
<view class="let-line"></view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -2087,4 +2089,15 @@
|
|
|
|
|
|
/* 移出视图 */
|
|
|
}
|
|
|
+ .tag{
|
|
|
+ background-color: #FFF6F6;
|
|
|
+ color: #FF4B4B;
|
|
|
+ border: 2rpx solid #FF4B4B;
|
|
|
+ border-radius: 24rpx;
|
|
|
+ // font-size: 23rpx;
|
|
|
+ padding: 0rpx 10rpx;
|
|
|
+ // margin-right: 20rpx;
|
|
|
+ // margin-bottom: 20rpx;
|
|
|
+ // margin: 0rpx 20rpx 0rpx 10rpx;
|
|
|
+ }
|
|
|
</style>
|