样坏修改

This commit is contained in:
2026-03-13 14:03:58 +08:00
parent acc327212e
commit 0e6caec8d8
78 changed files with 292 additions and 185 deletions

View File

@@ -142,7 +142,7 @@ getRateFlag(rate, real, target) {
width: 264px;
height: 205px;
background: #F9FCFF;
padding: 16px 0 0 16px;
padding: 16px 0 0 10px;
.title {
height: 18px;
@@ -157,13 +157,14 @@ getRateFlag(rate, real, target) {
.number {
display: flex;
align-items: center;
gap: 30px;
gap: 6px;
height: 32px;
font-family: YouSheBiaoTiHei;
font-size: 32px;
color: #0B58FF;
line-height: 32px;
letter-spacing: 2px;
white-space: nowrap;
}
.mom {
@@ -178,6 +179,7 @@ getRateFlag(rate, real, target) {
display: flex;
align-items: center; // 箭头和文字垂直居中
gap: 4px; // 文字和箭头间距
z-index: 1000;
}
// 箭头样式优化