Commit c61cea87 authored by spc's avatar spc

Merge branch 'feihesanqi_20251014' of http://gitlab.dui88.com/fh/20250528_FHQ1...

Merge branch 'feihesanqi_20251014' of http://gitlab.dui88.com/fh/20250528_FHQ1 into feihesanqi_20251014
parents 32f41f10 fa612873
......@@ -964,22 +964,6 @@
margin-bottom: 30rpx;
padding: 0 30rpx 0 30rpx;
display: block;
&.item-1 {
color: #284A6C;
}
&.item-2 {
color: #322D6F;
}
&.item-3 {
color: #814912;
}
&.item-4 {
color: #FFF0DF;
}
}
.yiyequan_card {
......@@ -1115,6 +1099,22 @@
margin-top: 17rpx;
font-size: 32rpx;
color: #D3A458;
&.item-1 {
color: #284A6C;
}
&.item-2 {
color: #322D6F;
}
&.item-3 {
color: #814912;
}
&.item-4 {
color: #FFF0DF;
}
}
}
......@@ -1199,6 +1199,21 @@
color: #333333;
width: 100%;
margin-bottom: 16rpx;
&.item-1 {
color: #284A6C;
}
&.item-2 {
color: #322D6F;
}
&.item-3 {
color: #814912;
}
&.item-4 {
color: #FFF0DF;
}
}
.exchange_button {
......
......@@ -289,10 +289,10 @@
</swiper>
</view>
<!-- 异业券权益区域 -->
<view class="yiyequan_area" :class="`item-${itemIndex}`">
<!-- 主标题 -->
<text class="yiyequan_title" :class="`item-${itemIndex}`">异业券权益</text>
<!-- 异业券权益区域 -->
<view class="yiyequan_area" v-if="benefitList?.length > 0">
<!-- 主标题 -->
<text class="yiyequan_title" :class="`item-${itemIndex}`">异业券权益</text>
<!-- 权益卡片 -->
<view class="yiyequan_card" :class="`item-${itemIndex}`">
......@@ -319,7 +319,7 @@
<!-- 积分价格容器 -->
<view class="benefit_points_container">
<text class="benefit_points">{{ benefit.credits }}积分</text>
<text class="benefit_points" :class="`item-${itemIndex}`">{{ benefit.credits }}积分</text>
</view>
<!-- 兑换按钮 -->
......@@ -335,7 +335,7 @@
<text class="benefit_name" :class="`item-${itemIndex}`">{{ benefit.goodsName }}</text>
<!-- 积分价格 -->
<text class="benefit_points">{{ benefit.credits }}积分</text>
<text class="benefit_points" :class="`item-${itemIndex}`">{{ benefit.credits }}积分</text>
<!-- 兑换按钮 -->
<view class="exchange_button" :class="`item-${itemIndex}`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment