更新成数据覆盖同步

This commit is contained in:
kron
2025-11-07 16:28:52 +08:00
parent 28bcfbb00a
commit 738614d724
4 changed files with 88 additions and 81 deletions

View File

@@ -117,10 +117,10 @@ onBeforeUnmount(() => {
display: flex;
flex-direction: column;
align-items: center;
font-size: 16px;
font-size: 32rpx;
}
.round-end-tip > text:first-child {
font-size: 18px;
font-size: 36rpx;
color: #fff;
}
.point-view1 {
@@ -137,7 +137,7 @@ onBeforeUnmount(() => {
}
.point-view2 {
margin: 12px 0;
font-size: 24px;
font-size: 48rpx;
display: flex;
align-items: center;
justify-content: center;
@@ -155,7 +155,7 @@ onBeforeUnmount(() => {
align-items: center;
justify-content: center;
margin-top: 10px;
font-size: 14px;
font-size: 28rpx;
}
.final-shoot > text:nth-child(1) {
width: 20px;
@@ -163,7 +163,7 @@ onBeforeUnmount(() => {
}
.final-shoot > text:nth-child(1),
.final-shoot > text:nth-child(3) {
font-size: 18px;
font-size: 32rpx;
color: #fed847;
margin-left: 10px;
margin-right: 5px;