样坏修改

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;
}
// 箭头样式优化

View File

@@ -118,7 +118,7 @@ export default {
width: 382px;
height: 205px;
background: #F9FCFF;
padding: 16px 0 0 16px;
padding: 16px 0 0 10px;
.title {
// width: 190px;
@@ -137,7 +137,7 @@ export default {
.number {
display: flex;
align-items: center;
gap: 30px;
gap: 6px;
// width: 190px;
height: 32px;
font-family: YouSheBiaoTiHei;
@@ -147,10 +147,11 @@ export default {
letter-spacing: 2px;
text-align: left;
font-style: normal;
white-space: nowrap;
}
.mom {
width: 97px;
width: 120px;
height: 18px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@@ -160,6 +161,7 @@ export default {
letter-spacing: 1px;
text-align: left;
font-style: normal;
z-index: 1000;
}
}

View File

@@ -167,7 +167,7 @@ export default {
width: 310px;
height: 205px;
background: #F9FCFF;
padding: 16px 0 0 16px;
padding: 16px 0 0 10px;
.title {
height: 18px;
@@ -197,7 +197,7 @@ export default {
}
.mom {
width: 97px;
width: 120px;
height: 18px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@@ -207,6 +207,7 @@ export default {
letter-spacing: 1px;
text-align: left;
font-style: normal;
z-index: 1000;
}
}
</style>

View File

@@ -153,7 +153,7 @@ getRateFlag(rate, real, target) {
width: 264px;
height: 205px;
background: #F9FCFF;
padding: 16px 0 0 16px;
padding: 16px 0 0 10px;
.title {
// width: 190px;
@@ -172,7 +172,7 @@ getRateFlag(rate, real, target) {
.number {
display: flex;
align-items: center;
gap: 30px;
gap: 6px;
// width: 190px;
height: 32px;
font-family: YouSheBiaoTiHei;
@@ -182,6 +182,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px;
text-align: left;
font-style: normal;
white-space: nowrap;
}
.mom {
@@ -195,6 +196,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px;
text-align: left;
font-style: normal;
z-index: 1000;
}
}

View File

@@ -118,7 +118,7 @@ export default {
width: 382px;
height: 205px;
background: #F9FCFF;
padding: 16px 0 0 16px;
padding: 16px 0 0 10px;
.title {
// width: 190px;
@@ -137,7 +137,7 @@ export default {
.number {
display: flex;
align-items: center;
gap: 30px;
gap: 6px;
// width: 190px;
height: 32px;
font-family: YouSheBiaoTiHei;
@@ -147,10 +147,11 @@ export default {
letter-spacing: 2px;
text-align: left;
font-style: normal;
white-space: nowrap;
}
.mom {
width: 97px;
width: 120px;
height: 18px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@@ -160,6 +161,7 @@ export default {
letter-spacing: 1px;
text-align: left;
font-style: normal;
z-index: 1000;
}
}