添加计分本草稿功能

This commit is contained in:
kron
2025-11-27 12:02:57 +08:00
parent c697a7edd0
commit 82a0ee83b2
7 changed files with 165 additions and 49 deletions

View File

@@ -306,10 +306,10 @@ onBeforeUnmount(() => {
}
.hit {
position: absolute;
width: 22rpx;
height: 22rpx;
min-width: 22rpx;
min-height: 22rpx;
width: 10px;
height: 10px;
min-width: 10px;
min-height: 10px;
border-radius: 50%;
border: 1px solid #fff;
z-index: 1;
@@ -324,12 +324,12 @@ onBeforeUnmount(() => {
font-size: 16rpx;
font-family: "DINCondensed", "PingFang SC", "Helvetica Neue", Arial,
sans-serif;
line-height: 10px;
display: block;
width: 100%;
text-align: center;
line-height: 22rpx;
margin-top: 2px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 1px;
}
.header {
width: 100%;