Fix:3346 【礼品】礼包领取状态,“查看订单详情”与“去商城看看”样式调整
This commit is contained in:
@@ -24,17 +24,17 @@
|
|||||||
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
<u-icon :name="webUrl + '/icon/share.png'" ></u-icon>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="myGift.isCurrentUser === 1" @click="toOrder" style="z-index: 10">
|
<view v-if="myGift.isCurrentUser === 1" @click="toOrder" style="z-index: 10; display: flex;flex-direction: column;align-items: center;">
|
||||||
<view class="address-btn v12-white-text v12-primary">
|
<view class="address-btn v12-white-text v12-primary">
|
||||||
您已领取礼包
|
您已领取礼包
|
||||||
</view>
|
</view>
|
||||||
<view class="v12-text-center v12-font-26 v12-primary-text v12-mt-3">查看礼包详情>></view>
|
<view class="info-btn v12-text-center v12-font-32 v12-mt-3">查看礼包详情>></view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isReceive && myGift.isCurrentUser !== 1" @click="toHome" style="z-index: 10">
|
<view v-if="isReceive && myGift.isCurrentUser !== 1" @click="toHome" style="z-index: 10; display: flex;flex-direction: column;align-items: center;">
|
||||||
<view class="address-btn v12-white-text v12-primary">
|
<view class="address-btn v12-white-text v12-primary">
|
||||||
礼包已被领取
|
礼包已被领取
|
||||||
</view>
|
</view>
|
||||||
<view class="v12-text-center v12-font-26 v12-primary-text v12-mt-3" style="z-index: 10">去商城看看>></view>
|
<view class="info-btn v12-text-center v12-font-32 v12-mt-3" style="z-index: 10">去商城看看>></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tips">
|
<view class="tips">
|
||||||
<view class="tip-text v12-mr-1" @click="showTips">
|
<view class="tip-text v12-mr-1" @click="showTips">
|
||||||
@@ -176,6 +176,16 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.info-btn{
|
||||||
|
border: 1px solid #C52733;
|
||||||
|
color: #C52733;
|
||||||
|
border-radius: 100rpx;
|
||||||
|
padding: 5rpx 40rpx;
|
||||||
|
line-height: 60rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 32rpx;
|
||||||
|
}
|
||||||
.dialog-conent{
|
.dialog-conent{
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -263,12 +273,12 @@ export default {
|
|||||||
}
|
}
|
||||||
.address-btn{
|
.address-btn{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding: 10rpx 40rpx;
|
padding: 5rpx 40rpx;
|
||||||
border-radius: 100rpx;
|
border-radius: 100rpx;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 80rpx;
|
height: 60rpx;
|
||||||
line-height: 80rpx;
|
line-height: 60rpx;
|
||||||
/* margin-top: 40rpx; */
|
/* margin-top: 40rpx; */
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user