@@ -51,7 +51,7 @@
<b>{{item.monthlyRentCard.price}}</b><text>元/月</text>
<!-- -->
- <p v-if="item.monthlyRentCard.buyNum">已有{{item.monthlyRentCard.buyNum}}人次购买</p>
+ <p v-if="item.monthlyRentCard.buyNum">{{item.monthlyRentCard.buyNum}}人次购买</p>
</view>
@@ -907,11 +907,11 @@
position: absolute;
background-color: rgba(255, 61, 0, 100);
color: #ffffff;
- font-size: 12px;
+ font-size: 24rpx;
text-align: center;
- line-height: 20px;
- padding: 0 6px;
- left: 496rpx;
+ line-height: 40rpx;
+ padding: 0 12rpx;
+ right: 24rpx;
top: 0rpx;
border-radius: 0 12px 0 12px;