Commit c6182262 authored by 王炽's avatar 王炽

66666

parent 667472c8
......@@ -57,7 +57,7 @@
}
.invite_button {
width: 172rpx;
width: 220rpx;
height: 62rpx;
background: linear-gradient(to right, #916633 0%, #AB7A44 100%);
border-radius: 30rpx;
......@@ -92,7 +92,11 @@
}
&.item-4 {
background: linear-gradient(to right, #000000 0%, #2C1500 100%);
background: linear-gradient(to right, #E7CA9F 0%, #EBD9C9 100%);
.invite_button_text {
color: #030200;
}
}
}
}
......
......@@ -599,7 +599,7 @@
// itemIndex = 4 只修改 signed 状态
&.item-4.signed {
background: #030200;
background: #E7CCA4;
}
// 奖励标签样式
......@@ -721,7 +721,11 @@
// itemIndex = 4
&.item-4 {
background: linear-gradient(to left, #000000 0%, #2C1500 100%);
background: linear-gradient(to left, #E7CA9F 0%, #EBD9C9 100%);
.signin_button_text {
color: #030200;
}
}
}
......@@ -1192,7 +1196,11 @@
}
&.item-4 {
background: linear-gradient(90deg, #000000 0%, #2C1500 100%);
background: linear-gradient(90deg, #E7CA9F 0%, #EBD9C9 100%);
.exchange_text {
color: #030200;
}
}
.exchange_text {
......@@ -1289,7 +1297,11 @@
}
&.item-4 {
background: linear-gradient(90deg, #000000 0%, #2C1500 100%);
background: linear-gradient(90deg, #E7CA9F 0%, #EBD9C9 100%);
.exchange_text {
color: #030200;
}
}
.exchange_text {
......
......@@ -292,7 +292,7 @@
<!-- 异业券权益区域 -->
<view class="yiyequan_area" v-if="benefitList?.length > 0">
<!-- 主标题 -->
<text class="yiyequan_title" :class="`item-${itemIndex}`">异业券权益</text>
<!-- <text class="yiyequan_title" :class="`item-${itemIndex}`">异业券权益</text> -->
<!-- 权益卡片 -->
<view class="yiyequan_card" :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