修改靶点颜色和字体
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user