Commit 106e7846 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_20251014t pu:
parents ee263c3a c38cce16
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
left: 50rpx; left: 50rpx;
right: 50rpx; right: 50rpx;
top: 0; top: 0;
bottom: -2rpx; bottom: -18rpx;
// 背景色通过内联样式动态设置 // 背景色通过内联样式动态设置
} }
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
display: inline-block; display: inline-block;
width: 36rpx; width: 36rpx;
height: 36rpx; height: 36rpx;
background-color: #B27C1E; // 背景色通过内联样式动态设置
color: #fff; color: #fff;
border-radius: 4rpx; border-radius: 4rpx;
text-align: center; text-align: center;
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
} }
.countdown_colon { .countdown_colon {
color: #B27C1E; // 颜色通过内联样式动态设置
font-size: 16rpx; font-size: 16rpx;
font-weight: bold; font-weight: bold;
margin: 0 2rpx; margin: 0 2rpx;
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
.good_name { .good_name {
font-size: 24rpx; font-size: 24rpx;
color: #3C3C3C; // 颜色通过内联样式动态设置
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
...@@ -358,30 +358,13 @@ ...@@ -358,30 +358,13 @@
.credits_sale_button { .credits_sale_button {
width: 100%; width: 100%;
height: 50rpx; height: 50rpx;
background: #b27c1e;
border-radius: 25rpx; border-radius: 25rpx;
color: #fff; color: #fff;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
transition: all 0.3s ease; transition: all 0.3s ease;
// 背景色通过内联样式动态设置
// 不同等级的按钮颜色 - 基于Integral模块的jifen颜色
&.item-0 {
background: linear-gradient(90deg, #5f3c27 0%, #d7aa72 100%);
}
&.item-1 {
background: linear-gradient(90deg, #385e85 0%, #6c9bc9 100%);
}
&.item-2 {
background: linear-gradient(90deg, #403294 0%, #756ae0 100%);
}
&.item-3 {
background: linear-gradient(90deg, #5f3c27 0%, #d4a468 100%);
}
&.item-4 {
background: linear-gradient(90deg, #f6c79c 0%, #d4a468 100%);
}
&.disabled { &.disabled {
background: #B9B9B9; background: #B9B9B9;
...@@ -541,7 +524,7 @@ ...@@ -541,7 +524,7 @@
display: inline-block; display: inline-block;
width: 34rpx; width: 34rpx;
height: 34rpx; height: 34rpx;
background-color: #B27C1E; // 背景色通过内联样式动态设置
color: #fff; color: #fff;
border-radius: 6rpx; border-radius: 6rpx;
text-align: center; text-align: center;
...@@ -551,7 +534,7 @@ ...@@ -551,7 +534,7 @@
} }
.countdown_colon { .countdown_colon {
color: #B27C1E; // 颜色通过内联样式动态设置
font-size: 20rpx; font-size: 20rpx;
font-weight: bold; font-weight: bold;
margin: 0 4rpx; margin: 0 4rpx;
......
This diff is collapsed.
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