提交领取积分页面切图

master
DESKTOP-SORBLEM\xuyay 2 years ago
parent 8a85db3f78
commit 78e4c6db1b

@ -1,32 +1,41 @@
<template> <template>
<view class="cotainer"> <view class="changecontainer">
<view class="showinfo"> <view class="exchangebox">
<view class="content"> <view class="exchange-top">
<view style="color:#BD3124"> <image src="../../static/exchangeword.png" mode="widthFix"></image>
恭喜您已经兑换成功 </view>
</view> <view class="exchange-content">
<view>关注公众号领取本单积分</view> <view class="exchange-tit">
<view style="font-size: 40rpx;">999积分</view> <image src="../../static/icon-xie.png" mode="widthFix"></image>
<view>10积分等于1元</view> <view class="exchange-ftit">
<view> <text>添加客服</text>
<u-image :src="require('@/static/share.jpg')" width="450" height="450"></u-image> <text>领取2024版大闸蟹食用指南</text>
</view> </view>
<view>
<u-image :src="require('@/static/share.jpg')" width="100" height="100"></u-image>
<view>长按图片进行识别</view>
</view>
<view>
<u-image :src="require('@/static/share.jpg')" width="100" height="100"></u-image>
<view>关注公众号可进行物流查询</view>
</view>
<view>
<u-image :src="require('@/static/share.jpg')" width="100" height="100"></u-image>
<view>关注公众号可进行积分兑换</view>
</view> </view>
<view class="back"> <view class="exchange-brief">
返回首页 <view class="qrCodebox">
<view class="codeimg">
<image src="../../static/ewmimg.jpg" mode="widthFix"></image>
</view>
</view>
<text class="taphold">长按扫码即可关注</text>
<view class="exchange-bottom">
<text class="whattext">客服能做什么</text>
<view class="exchangelist">
<view class="textitem">
<image src="../../static/icon-exchange1.png" mode="widthFix"></image>
<text>物流查询</text>
</view>
<view class="textitem">
<image src="../../static/icon-exchange2.png" mode="widthFix"></image>
<text>积分兑换</text>
</view>
</view>
</view>
<view class="returnhome">返回首页</view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</template> </template>
@ -34,44 +43,132 @@
<script> <script>
</script> </script>
<style lang="scss"> <style type="text/css" scoped>
.showinfo { .changecontainer{
position: fixed; width: 100%;
top: 0; background-image: url(../../static/bg-change.jpg);
right: 0; background-position: center top;
bottom: 0; background-size: cover;
left: 0; padding-top: 142rpx;
padding-bottom: 270rpx;
}
.exchangebox{
width: 87.33%;
margin: 0 auto;
}
.exchange-top{
text-align: center;
margin-bottom: 28rpx;
}
.exchange-top image{
width: 438rpx;
height: auto;
}
.exchange-content{
background: url(../../static/bg-exchange.png) no-repeat center top #fff;
background-size: 100% auto;
border-radius: 30rpx;
overflow: hidden;
}
.exchange-content .exchange-tit{
display: flex;
justify-content: center;
padding-top: 46rpx;
padding-bottom: 46rpx;
}
.exchange-tit image{
width: 68rpx;
height: auto;
}
.exchange-tit .exchange-ftit{
padding-left: 22rpx;
}
.exchange-ftit text{
display: block;
font-size: 24rpx;
line-height: 38rpx;
font-weight: bold;
color: #000;
}
.exchange-brief{
border-radius: 30rpx 30rpx 0 0;
background: #fff; background: #fff;
z-index: 9999999; padding-top: 45rpx;
padding-bottom: 45rpx;
}
.qrCodebox{
width: 380rpx;
margin: 0 auto;
border-radius: 30rpx;
overflow: hidden;
padding: 18rpx;
box-sizing: border-box;
background: #ededed;
text-align: center;
margin-bottom:20rpx;
}
.codeimg{
width: 345rpx;
height: 345rpx;
margin: 0 auto;
background: url(../../static/ewmbg.png) center center no-repeat;
background-size: cover;
padding: 12rpx;
}
.codeimg image{
width: 320rpx;
height: auto;
border-radius: 20rpx;
}
.taphold{
display: block;
text-align: center;
font-size: 24rpx;
color: #000;
}
.exchange-bottom{
margin-top: 86rpx;
}
.whattext{
display: block;
text-align: center;
font-size: 24rpx;
color:#000;
font-weight: bold;
}
.exchangelist{
display: flex; display: flex;
align-items: center;
justify-content: center; justify-content: center;
margin-top: 44rpx;
.content { margin-bottom: 75rpx;
width: 90%; }
height:100vh; .textitem{
padding:40rpx 0; display: flex;
box-sizing: border-box; flex-direction: column;
background: #fff; align-items: center;
overflow: scroll; padding: 0 58rpx 5rpx;
font-size: 32rpx; }
font-weight: bold; .textitem:first-child{
text-align: center; border-right: 1rpx solid #f6d9b6;
>view{ }
margin-bottom:20rpx; .textitem image{
} width: 56rpx;
u-image{ height: auto;
display: inline-block; margin-bottom: 16rpx;
margin-top:30rpx; }
} .textitem text{
.back{ font-size: 24rpx;
background-color: #A4ADB3; color: #323232;
color: #fff; }
border-radius: 10rpx; .returnhome{
padding: 10rpx 30rpx; width: 450rpx;
margin: 20rpx auto; height: 74rpx;
display: inline-block; line-height: 74rpx;
} text-align: center;
} color: #fff;
font-size: 29rpx;
margin: 0 auto;
border-radius: 74rpx;
background: #ba8b45;
} }
</style> </style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Loading…
Cancel
Save