样坏修改

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -9,7 +9,7 @@
<el-dropdown class="avatar-container right-menu-item hover-effect" trigger="click"> <el-dropdown class="avatar-container right-menu-item hover-effect" trigger="click">
<div class="avatar-wrapper"> <div class="avatar-wrapper">
<img :src="avatar" class="user-avatar"> <img :src="require(`../../assets/images/choicepart/avatar.png`)" class="user-avatar">
<span v-if="nickname" class="user-nickname">{{ nickname }}</span> <span v-if="nickname" class="user-nickname">{{ nickname }}</span>
<i class="el-icon-caret-bottom" /> <i class="el-icon-caret-bottom" />
</div> </div>
@@ -188,7 +188,7 @@ export default {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: -20px; right: -20px;
top: 25px; top: 18px;
font-size: 12px; font-size: 12px;
} }
} }

View File

@@ -125,7 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -144,7 +144,7 @@ export default {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -154,6 +154,7 @@ export default {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
@@ -167,6 +168,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -157,7 +157,7 @@ getRateFlag(rate, real, target) {
max-width: 300px; // 最大宽度,限制过宽 max-width: 300px; // 最大宽度,限制过宽
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -201,6 +201,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }
</style> </style>

View File

@@ -125,7 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -167,6 +167,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -158,7 +158,7 @@ getRateFlag(rate, real, target) {
max-width: 300px; // 最大宽度,限制过宽 max-width: 300px; // 最大宽度,限制过宽
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -202,6 +202,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }
</style> </style>

View File

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

View File

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

View File

@@ -202,8 +202,7 @@ getRateFlag(rate, real, target) {
width: 310px; width: 310px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
height: 18px; height: 18px;
@@ -221,7 +220,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -231,10 +230,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -244,6 +244,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

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

View File

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

View File

@@ -126,7 +126,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -145,7 +145,7 @@ export default {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -155,6 +155,7 @@ export default {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
@@ -168,6 +169,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -153,7 +153,7 @@ getRateFlag(rate, real, target) {
min-width: 300px; min-width: 300px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -196,6 +196,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

@@ -125,7 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -167,6 +167,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -157,7 +157,7 @@ export default {
min-width: 300px; // 最小宽度,防止挤压 min-width: 300px; // 最小宽度,防止挤压
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; // 左右内边距一致 padding: 16px 0 0 10px;// 左右内边距一致
margin: 0 4px; // 左右间距 margin: 0 4px; // 左右间距
.title { .title {
@@ -201,6 +201,7 @@ export default {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

@@ -125,7 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -144,7 +144,7 @@ export default {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -154,6 +154,7 @@ export default {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
@@ -167,6 +168,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -143,7 +143,7 @@ getRateFlag(rate, real, target) {
min-width: 300px; // 最小宽度限制 min-width: 300px; // 最小宽度限制
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -187,6 +187,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

@@ -125,8 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
height: 18px; height: 18px;
@@ -167,6 +166,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -143,7 +143,7 @@ getRateFlag(rate, real, target) {
min-width: 300px; // 最小宽度限制 min-width: 300px; // 最小宽度限制
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -187,6 +187,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

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

View File

@@ -160,7 +160,7 @@ getRateFlag(rate, real, target) {
width: 382px; width: 382px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -179,7 +179,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -189,10 +189,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -202,6 +203,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

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

View File

@@ -155,7 +155,7 @@ getRateFlag(rate, real, target) {
width: 382px; width: 382px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -174,7 +174,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -184,10 +184,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -197,6 +198,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -125,7 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -144,7 +144,7 @@ export default {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -154,6 +154,7 @@ export default {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
@@ -167,6 +168,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -152,7 +152,7 @@ getRateFlag(rate, real, target) {
min-width: 300px; min-width: 300px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -195,6 +195,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

@@ -125,8 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
height: 18px; height: 18px;
@@ -167,6 +166,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -148,7 +148,7 @@ getRateFlag(rate, real, target) {
min-width: 300px; min-width: 300px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -191,6 +191,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

@@ -115,8 +115,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
@@ -130,13 +129,14 @@ export default {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
font-size: 32px; font-size: 32px;
color: #0B58FF; color: #0B58FF;
line-height: 32px; line-height: 32px;
letter-spacing: 2px; letter-spacing: 2px;
white-space: nowrap;
} }
.mom { .mom {
@@ -151,6 +151,7 @@ export default {
display: flex; display: flex;
align-items: center; // 箭头和文字垂直居中 align-items: center; // 箭头和文字垂直居中
gap: 4px; // 文字和箭头间距 gap: 4px; // 文字和箭头间距
z-index: 1000;
} }
// 箭头样式优化 // 箭头样式优化

View File

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

View File

@@ -222,7 +222,7 @@ export default {
width: 258px; width: 258px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
/* 固定宽度,避免组件变形 */ /* 固定宽度,避免组件变形 */
flex-shrink: 0; flex-shrink: 0;
@@ -256,7 +256,7 @@ export default {
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -266,6 +266,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
.line { .line {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -187,7 +187,7 @@ export default {
width: 390px; width: 390px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
flex-shrink: 0; // 固定宽度,不被挤压(与第二个组件一致) flex-shrink: 0; // 固定宽度,不被挤压(与第二个组件一致)
cursor: pointer; // 鼠标悬浮手型(保留原点击反馈) cursor: pointer; // 鼠标悬浮手型(保留原点击反馈)
transition: all 0.2s ease; // 过渡动画(保留原样式) transition: all 0.2s ease; // 过渡动画(保留原样式)

View File

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

View File

@@ -206,7 +206,7 @@ export default {
width: 310px; width: 310px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
flex-shrink: 0; // 固定宽度,不被挤压(与第二个组件一致) flex-shrink: 0; // 固定宽度,不被挤压(与第二个组件一致)
cursor: pointer; // 鼠标悬浮手型(保留原点击反馈) cursor: pointer; // 鼠标悬浮手型(保留原点击反馈)
transition: all 0.2s ease; // 过渡动画(保留原样式) transition: all 0.2s ease; // 过渡动画(保留原样式)

View File

@@ -211,7 +211,7 @@ export default {
width: 310px; width: 310px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
// 核心:添加点击反馈样式 // 核心:添加点击反馈样式
cursor: pointer; // 鼠标悬浮显示手型 cursor: pointer; // 鼠标悬浮显示手型
transition: all 0.2s ease; // 过渡动画 transition: all 0.2s ease; // 过渡动画

View File

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

View File

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

View File

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

View File

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

View File

@@ -221,7 +221,7 @@ export default {
width: 310px; width: 310px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
flex-shrink: 0; // 固定宽度,不被挤压(与第二个组件一致) flex-shrink: 0; // 固定宽度,不被挤压(与第二个组件一致)
.title { .title {
@@ -258,6 +258,7 @@ export default {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
// .line { // .line {

View File

@@ -138,7 +138,7 @@ getRateFlag(rate, real, target) {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -157,7 +157,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -167,10 +167,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -180,6 +181,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -125,8 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
height: 18px; height: 18px;
@@ -144,7 +143,7 @@ export default {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -154,6 +153,7 @@ export default {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
@@ -167,6 +167,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -143,7 +143,7 @@ getRateFlag(rate, real, target) {
min-width: 300px; // 最小宽度限制 min-width: 300px; // 最小宽度限制
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -187,6 +187,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

@@ -125,8 +125,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
height: 18px; height: 18px;
@@ -167,6 +166,7 @@ export default {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -143,7 +143,7 @@ getRateFlag(rate, real, target) {
min-width: 300px; // 最小宽度限制 min-width: 300px; // 最小宽度限制
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 16px 0; padding: 16px 0 0 10px;
margin: 0 4px; margin: 0 4px;
.title { .title {
@@ -187,6 +187,7 @@ getRateFlag(rate, real, target) {
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
z-index: 1000;
} }
} }

View File

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

View File

@@ -144,7 +144,7 @@ getRateFlag(rate, real, target) {
width: 382px; width: 382px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -163,7 +163,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -173,10 +173,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -186,6 +187,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -156,8 +156,7 @@ getRateFlag(rate, real, target) {
width: 250px; width: 250px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
height: 18px; height: 18px;
@@ -175,7 +174,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -185,10 +184,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -198,6 +198,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

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

View File

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

View File

@@ -139,7 +139,7 @@ getRateFlag(rate, real, target) {
width: 382px; width: 382px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -158,7 +158,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -168,10 +168,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -181,6 +182,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -151,7 +151,7 @@ getRateFlag(rate, real, target) {
width: 250px; width: 250px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
// width: 190px; // width: 190px;
@@ -170,7 +170,7 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
// width: 190px; // width: 190px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
@@ -180,10 +180,11 @@ getRateFlag(rate, real, target) {
letter-spacing: 2px; letter-spacing: 2px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
white-space: nowrap;
} }
.mom { .mom {
width: 97px; width: 120px;
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
@@ -193,6 +194,7 @@ getRateFlag(rate, real, target) {
letter-spacing: 1px; letter-spacing: 1px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
z-index: 1000;
} }
} }

View File

@@ -115,8 +115,7 @@ export default {
width: 264px; width: 264px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
.title { .title {
height: 18px; height: 18px;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
@@ -151,6 +150,7 @@ export default {
display: flex; display: flex;
align-items: center; // 箭头和文字垂直居中 align-items: center; // 箭头和文字垂直居中
gap: 4px; // 文字和箭头间距 gap: 4px; // 文字和箭头间距
z-index: 1000;
} }
// 箭头样式优化 // 箭头样式优化

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -164,7 +164,7 @@ export default {
width: 250px; width: 250px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
box-sizing: border-box; // 防止内边距撑大容器 box-sizing: border-box; // 防止内边距撑大容器
.title { .title {
@@ -187,13 +187,14 @@ export default {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
font-size: 32px; font-size: 32px;
color: #0B58FF; color: #0B58FF;
line-height: 32px; line-height: 32px;
letter-spacing: 2px; letter-spacing: 2px;
white-space: nowrap;
} }
.mom { .mom {
@@ -205,6 +206,7 @@ export default {
color: #000000; color: #000000;
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
z-index: 1000;
} }
} }
</style> </style>

View File

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

View File

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

View File

@@ -159,7 +159,7 @@ getRateFlag(rate, real, target) {
width: 250px; width: 250px;
height: 205px; height: 205px;
background: #F9FCFF; background: #F9FCFF;
padding: 16px 0 0 16px; padding: 16px 0 0 10px;
box-sizing: border-box; // 防止内边距撑大容器 box-sizing: border-box; // 防止内边距撑大容器
.title { .title {
@@ -182,13 +182,14 @@ getRateFlag(rate, real, target) {
.number { .number {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 30px; gap: 6px;
height: 32px; height: 32px;
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
font-size: 32px; font-size: 32px;
color: #0B58FF; color: #0B58FF;
line-height: 32px; line-height: 32px;
letter-spacing: 2px; letter-spacing: 2px;
white-space: nowrap;
} }
.mom { .mom {
@@ -200,6 +201,7 @@ getRateFlag(rate, real, target) {
color: #000000; color: #000000;
line-height: 18px; line-height: 18px;
letter-spacing: 1px; letter-spacing: 1px;
z-index: 1000;
} }
} }
</style> </style>