修改靶点颜色和字体

This commit is contained in:
kron
2025-11-26 17:49:09 +08:00
parent da7816bb88
commit c697a7edd0
3 changed files with 25 additions and 18 deletions

View File

@@ -295,20 +295,23 @@ onMounted(async () => {
text-align: center;
line-height: 10px;
box-sizing: border-box;
background-color: #ff4444;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
background-color: #00bf04;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
transition: all 0.1s linear;
position: relative;
}
.point > text {
display: block;
font-size: 12rpx;
font-size: 16rpx;
line-height: 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scaleX(0.7);
font-family: "DINCondensed", "PingFang SC", "Helvetica Neue", Arial,
sans-serif;
transform: translate(-50%, -50%);
margin-top: 1px;
}
.edit-buttons {