细节优化
This commit is contained in:
@@ -234,10 +234,10 @@ onMounted(() => {
|
||||
}
|
||||
.hit {
|
||||
position: absolute;
|
||||
width: 3.4%;
|
||||
height: 3.4%;
|
||||
min-width: 3.4%;
|
||||
min-height: 3.4%;
|
||||
width: 22rpx;
|
||||
height: 22rpx;
|
||||
min-width: 22rpx;
|
||||
min-height: 22rpx;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #fff;
|
||||
z-index: 1;
|
||||
@@ -251,11 +251,12 @@ onMounted(() => {
|
||||
/* transform: translate(-50%, -50%); */
|
||||
}
|
||||
.hit > text {
|
||||
transform: scaleX(0.7) translateY(-0.5px);
|
||||
transform: scaleX(0.7);
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 22rpx;
|
||||
}
|
||||
.header {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user