积分公示,我的积分入口

This commit is contained in:
liuye
2023-04-18 14:46:00 +08:00
parent 020439f8e8
commit caf9f2da13

View File

@@ -28,6 +28,14 @@
<div class="jfsc" @click="toPages('/mods/AppRedemptionPoints/AppRedemptionPoints')"> <div class="jfsc" @click="toPages('/mods/AppRedemptionPoints/AppRedemptionPoints')">
<p>积分商城</p> <p>积分商城</p>
<h4>兑换得好物</h4> <h4>兑换得好物</h4>
</div>
<div class="jfgs" @click="toPages('/mods/AppRedemptionPoints/pointsPublicity')">
<p>积分公示</p>
<h4>积分获取规则</h4>
</div>
<div class="wdjf" @click="toPages('/mods/AppRedemptionPoints/myOrderList')">
<p>我的积分</p>
<h4>积分获取一目了然</h4>
</div> </div>
</div> </div>
<div class="handpick" v-if="list.length"> <div class="handpick" v-if="list.length">
@@ -222,10 +230,36 @@ export default {
padding: 0 32px; padding: 0 32px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
.jfsq, .jfsq {
.jsrw, background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenshenqing.png') no-repeat ;
.jfph, color: #DF863E;
}
.jsrw {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenrenwu.png') no-repeat;
color: #2D7DFF;
}
.jfph {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenpaihang.png') no-repeat;
color: #338A77;
}
.jfsc { .jfsc {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenshangcheng.png') no-repeat;
color: #D9606E;
}
.jfgs {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifengongshi.png') no-repeat;
color: #8686EB;
}
.wdjf {
background: url('https://cdn.cunwuyun.cn/fengdu/img-wodejifen.png') no-repeat;
color: #FEC95D;
}
& > div:nth-child(2n+1) {
margin-right: 30px;
}
div {
background-size: 100% 100%;
width: 328px; width: 328px;
height: 144px; height: 144px;
margin-bottom: 32px; margin-bottom: 32px;
@@ -241,30 +275,6 @@ export default {
margin-top: 8px; margin-top: 8px;
} }
} }
.jfsq {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenshenqing.png') no-repeat;
background-size: 100% 100%;
color: #DF863E;
}
.jsrw {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenrenwu.png') no-repeat;
background-size: 100% 100%;
color: #2D7DFF;
}
.jfph {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenpaihang.png') no-repeat;
background-size: 100% 100%;
color: #338A77;
}
.jfsc {
background: url('https://cdn.cunwuyun.cn/fengdu/img-jifenshangcheng.png') no-repeat;
background-size: 100% 100%;
color: #D9606E;
}
& > div:nth-child(2n+1) {
margin-right: 30px;
}
} }
.handpick { .handpick {