会员相关功能更新

This commit is contained in:
GaoHao
2024-08-14 10:47:16 +08:00
parent 05c7b85a75
commit 5550649e8a
17 changed files with 2343 additions and 197 deletions

View File

@@ -5,7 +5,7 @@
<view class="towcontentlistxitembox flex-colum"
:class="towcontentclickindex == index?'towcontentlistxitemboxopacity':''"
v-for="(item,index) in listbox" :key="index" @click="towcontentclick(index,item)">
<text>{{item.name}}</text>
<text class="title">{{item.name}}</text>
<image v-if="towcontentclickindex == index"
src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/index/today/dg.png" mode="widthFix">
</image>
@@ -144,7 +144,7 @@
};
</script>
<style scoped lang="scss">
<style lang="scss">
page {
background: #fff;
}
@@ -152,8 +152,7 @@
.container {
.towcontent {
padding: 0 28rpx;
border-top: 16rpx solid #F9F9F9;
border-top: 16rpx solid #f7f7f7;
.towcontentlistxitem {
width: 100%;
margin-top: 32rpx;
@@ -176,9 +175,9 @@
width: 33%;
font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 32rpx;
color: #333333;
text{
color: #E3AD7F;
}
image {
width: 38.83rpx;
height: 8.62rpx;
@@ -191,7 +190,6 @@
.containertop {
padding: 40rpx 32rpx;
.containertopbox {
.containertopboxitem::after {
position: absolute;