样坏修改

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

@@ -164,7 +164,7 @@ export default {
width: 250px;
height: 205px;
background: #F9FCFF;
padding: 16px 0 0 16px;
padding: 16px 0 0 10px;
box-sizing: border-box; // 防止内边距撑大容器
.title {
@@ -187,13 +187,14 @@ export default {
.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 {
@@ -205,6 +206,7 @@ export default {
color: #000000;
line-height: 18px;
letter-spacing: 1px;
z-index: 1000;
}
}
</style>