添加计分本草稿功能
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user