Commit e845c43a authored by 王炽's avatar 王炽

6666

parent 8bc6c8c1
No preview for this file type
......@@ -59,7 +59,7 @@
.invite_button {
width: 220rpx;
height: 62rpx;
background: linear-gradient(to right, #916633 0%, #AB7A44 100%);
background: linear-gradient(to right, #D1AF82 0%, #E6C7A3 100%); // itemIndex = 0
border-radius: 30rpx;
display: flex;
margin-top: 30rpx;
......@@ -80,11 +80,11 @@
}
&.item-1 {
background: linear-gradient(to right, #5089C1 0%, #6FA2D5 100%);
background: linear-gradient(to right, #8DBAE6 0%, #A0C9F1 100%);
}
&.item-2 {
background: linear-gradient(to right, #7253A5 0%, #9879CC 100%);
background: linear-gradient(to right, #9980C2 0%, #BEA8E2 100%);
}
&.item-3 {
......
......@@ -691,14 +691,14 @@
.signin_button {
width: 384rpx;
height: 86rpx;
background: linear-gradient(to left, #916633 0%, #AB7A44 100%); // 更丰富的金色渐变
background: linear-gradient(to left, #D1AF82 0%, #E6C7A3 100%); // itemIndex = 0
// background: #D3A458;
border-radius: 60rpx;
display: flex;
align-items: center;
margin-left: 151rpx;
justify-content: center;
box-shadow: 0 4rpx 15rpx rgba(178, 124, 30, 0.4); // 更明显的金色阴影
// box-shadow: 0 4rpx 15rpx rgba(178, 124, 30, 0.4); // 更明显的金色阴影
margin-top: 46rpx;
transition: transform 0.2s ease;
......@@ -714,12 +714,12 @@
// itemIndex = 1
&.item-1 {
background: linear-gradient(to left, #5089C1 0%, #6FA2D5 100%);
background: linear-gradient(to left, #8DBAE6 0%, #A0C9F1 100%);
}
// itemIndex = 2
&.item-2 {
background: linear-gradient(to left, #7253A5 0%, #9879CC 100%);
background: linear-gradient(to left, #9980C2 0%, #BEA8E2 100%);
}
// itemIndex = 3
......@@ -1222,17 +1222,17 @@
bottom: 20rpx;
width: 250rpx;
height: 62rpx;
background: linear-gradient(90deg, #916633 0%, #AB7A44 100%);
background: linear-gradient(90deg, #D1AF82 0%, #E6C7A3 100%); // itemIndex = 0
border-radius: 30rpx;
text-align: center;
line-height: 62rpx;
&.item-1 {
background: linear-gradient(90deg, #5089C1 0%, #6FA2D5 100%);
background: linear-gradient(90deg, #8DBAE6 0%, #A0C9F1 100%);
}
&.item-2 {
background: linear-gradient(90deg, #7253A5 0%, #9879CC 100%);
background: linear-gradient(90deg, #9980C2 0%, #BEA8E2 100%);
}
&.item-3 {
......@@ -1322,18 +1322,18 @@
.exchange_button {
width: 96%;
height: 60rpx;
background: linear-gradient(90deg, #916633 0%, #AB7A44 100%);
background: linear-gradient(90deg, #D1AF82 0%, #E6C7A3 100%); // itemIndex = 0
border-radius: 30rpx;
display: flex;
align-items: center;
justify-content: center;
&.item-1 {
background: linear-gradient(90deg, #5089C1 0%, #6FA2D5 100%);
background: linear-gradient(90deg, #8DBAE6 0%, #A0C9F1 100%);
}
&.item-2 {
background: linear-gradient(90deg, #7253A5 0%, #9879CC 100%);
background: linear-gradient(90deg, #9980C2 0%, #BEA8E2 100%);
}
&.item-3 {
......@@ -1657,13 +1657,21 @@
.exchange_button {
width: 100%;
height: 60rpx;
background: linear-gradient(90deg, #916633 0%, #AB7A44 100%);
background: linear-gradient(90deg, #D1AF82 0%, #E6C7A3 100%); // itemIndex = 0
border-radius: 30rpx;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s ease;
&.item-1 {
background: linear-gradient(90deg, #8DBAE6 0%, #A0C9F1 100%);
}
&.item-2 {
background: linear-gradient(90deg, #9980C2 0%, #BEA8E2 100%);
}
.credits_sale_button_text {
font-size: 28rpx;
}
......
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