This commit is contained in:
weipengfei 2024-01-27 18:30:56 +08:00
parent 4dab876322
commit 4a305a8284

View File

@ -56,6 +56,7 @@
<text v-if="red_type==0">100-2000</text> <text v-if="red_type==0">100-2000</text>
<text v-if="red_type==1">2001-4000</text> <text v-if="red_type==1">2001-4000</text>
<text v-if="red_type==2">4001-20000</text> <text v-if="red_type==2">4001-20000</text>
!
</view> </view>
<view class="ref_center"> <view class="ref_center">
赠送红包变为 赠送红包变为
@ -868,7 +869,7 @@
} }
} }
.ref_ref{ .ref_ref{
width: 620rpx; width: 630rpx;
height: 200rpx; height: 200rpx;
background-color: #fff; background-color: #fff;
border-radius: 20rpx; border-radius: 20rpx;
@ -877,6 +878,17 @@
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.ref_top{
color: #ffc53d;
}
.ref_center{
font-size: 24rpx;
border: 5rpx solid #ffc53d;
margin-left: 20rpx;
padding: 5rpx 15rpx;
border-radius: 60rpx;
color: #7C5906;
}
.ref_bottom{ .ref_bottom{
font-size: 28rpx; font-size: 28rpx;
display: flex; display: flex;