Commit f4fdc955 authored by 王炽's avatar 王炽

6666

parent f0ce81fb
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
margin-bottom: 30rpx; margin-bottom: 30rpx;
.invite_gift_title { .invite_gift_title {
font-size: 36rpx; font-size: 30rpx;
font-weight: bold; font-weight: bold;
color: #333333; color: #000000;
margin-bottom: 20rpx; margin-bottom: 20rpx;
display: block; display: block;
...@@ -59,11 +59,11 @@ ...@@ -59,11 +59,11 @@
.invite_button { .invite_button {
width: 172rpx; width: 172rpx;
height: 62rpx; height: 62rpx;
background: linear-gradient(to right, #A07B4D 0%, #C09A60 100%); background: linear-gradient(to right, #916633 0%, #AB7A44 100%);
border-radius: 30rpx; border-radius: 30rpx;
display: flex; display: flex;
margin-top: 30rpx; margin-top: 30rpx;
margin-left: 30rpx; margin-left: 0rpx;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
box-shadow: 0 2rpx 8rpx rgba(160, 123, 77, 0.3); box-shadow: 0 2rpx 8rpx rgba(160, 123, 77, 0.3);
...@@ -121,13 +121,8 @@ ...@@ -121,13 +121,8 @@
} }
.record_arrow { .record_arrow {
font-size: 20rpx; width: 11rpx;
color: #999999; height: 18rpx;
font-weight: bold;
&.item-4 {
color: #D7D7D7;
}
} }
&.item-4 { &.item-4 {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<!-- 邀请记录按钮 --> <!-- 邀请记录按钮 -->
<view class="record_button" :class="`item-${itemIndex}`" @click="handleRecordClick"> <view class="record_button" :class="`item-${itemIndex}`" @click="handleRecordClick">
<text class="record_text" :class="`item-${itemIndex}`">邀请记录</text> <text class="record_text" :class="`item-${itemIndex}`">邀请记录</text>
<text class="record_arrow" :class="`item-${itemIndex}`">{{`>`}}</text> <image class="record_arrow" :class="`item-${itemIndex}`" :src="$baseUrl + 'integral/1023/yaoqingjiluIcon.png'" mode="aspectFit" />
</view> </view>
<!-- 3D星星角色 --> <!-- 3D星星角色 -->
......
...@@ -986,7 +986,7 @@ ...@@ -986,7 +986,7 @@
display: flex; display: flex;
// justify-content: space-between; // justify-content: space-between;
align-items: center; align-items: center;
margin-bottom: 30rpx; margin-bottom: 24rpx;
.card_title { .card_title {
font-size: 32rpx; font-size: 32rpx;
...@@ -1017,7 +1017,7 @@ ...@@ -1017,7 +1017,7 @@
.benefits_container { .benefits_container {
display: flex; display: flex;
gap: 12rpx; gap: 24rpx;
margin-top: 0; margin-top: 0;
// 当商品数量小于等于2时,调整gap并居中 // 当商品数量小于等于2时,调整gap并居中
...@@ -1123,7 +1123,7 @@ ...@@ -1123,7 +1123,7 @@
bottom: 20rpx; bottom: 20rpx;
width: 250rpx; width: 250rpx;
height: 62rpx; height: 62rpx;
background: linear-gradient(90deg, #D3A458 0%, #B8941F 100%); background: linear-gradient(90deg, #916633 0%, #AB7A44 100%);
border-radius: 30rpx; border-radius: 30rpx;
text-align: center; text-align: center;
line-height: 62rpx; line-height: 62rpx;
...@@ -1190,14 +1190,14 @@ ...@@ -1190,14 +1190,14 @@
} }
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
width: 100%; width: 95%;
} }
.benefit_points { .benefit_points {
text-align: left; text-align: left;
font-size: 22rpx; font-size: 22rpx;
color: #333333; color: #333333;
width: 100%; width: 95%;
margin-bottom: 16rpx; margin-bottom: 16rpx;
&.item-1 { &.item-1 {
color: #284A6C; color: #284A6C;
...@@ -1217,9 +1217,9 @@ ...@@ -1217,9 +1217,9 @@
} }
.exchange_button { .exchange_button {
width: 100%; width: 96%;
height: 60rpx; height: 60rpx;
background: #D3A458; background: linear-gradient(90deg, #916633 0%, #AB7A44 100%);
border-radius: 30rpx; border-radius: 30rpx;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -1550,7 +1550,7 @@ ...@@ -1550,7 +1550,7 @@
.exchange_button { .exchange_button {
width: 100%; width: 100%;
height: 60rpx; height: 60rpx;
background: #D3A458; background: linear-gradient(90deg, #916633 0%, #AB7A44 100%);
border-radius: 30rpx; border-radius: 30rpx;
display: flex; display: flex;
align-items: center; align-items: center;
......
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