Fix:3293 【礼品功能】礼品按钮位置布局按下图调整一下

This commit is contained in:
linxi
2025-02-26 10:37:19 +08:00
parent d3622f4cff
commit c964cf3376
+5 -3
View File
@@ -2,7 +2,7 @@
<view class="dialog-conent" v-if="isLogin"> <view class="dialog-conent" v-if="isLogin">
<view class="gift-card-modal" > <view class="gift-card-modal" >
<image class="bg-image" :src="card.cover" mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image> <image class="bg-image" :src="card.cover" mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image>
<view class="image-wrap" v-if="!card.isReceive"> <view class="image-wrap">
<image class="pro-image" :src="card.giftProducts[0].productImage" mode="aspectFit|aspectFill|widthFix" lazy-load="false" @error="" @load=""> <image class="pro-image" :src="card.giftProducts[0].productImage" mode="aspectFit|aspectFill|widthFix" lazy-load="false" @error="" @load="">
</image> </image>
@@ -10,7 +10,7 @@
<view class="wrap-box"> <view class="wrap-box">
</view> </view>
<view class="auto-text-color" v-if="!card.isReceive"> <view class="auto-text-color">
{{ card.message || '礼笺轻启,礼藏心意' }} {{ card.message || '礼笺轻启,礼藏心意' }}
</view> </view>
@@ -231,7 +231,7 @@ export default {
} }
.auto-text-color { .auto-text-color {
color: #fff; color: #fff;
font-size: 26rpx; font-size: 28rpx;
opacity: 0.8; opacity: 0.8;
margin-top: 150rpx; margin-top: 150rpx;
width: 400rpx; width: 400rpx;
@@ -247,6 +247,8 @@ export default {
border: 1rpx solid #C52733 ; border: 1rpx solid #C52733 ;
margin-left: 10rpx; margin-left: 10rpx;
font-weight: bold; font-weight: bold;
height: 70rpx;
line-height: 70rpx;
} }
.share-btn::before{ .share-btn::before{
border: none; border: none;