This commit is contained in:
Dragon
2023-08-04 11:00:43 +08:00
parent 9e82ab9cfc
commit b13763b0b3
3 changed files with 8 additions and 8 deletions

View File

@@ -198,8 +198,8 @@ body {
top: 0.2rem;
}
.magpieBridge .birdNum {
height: 0.3466666667rem;
line-height: 0.3466666667rem;
height: 0.4533333333rem;
line-height: 0.4533333333rem;
position: absolute;
right: 0.5866666667rem;
top: 1.3466666667rem;
@@ -207,8 +207,8 @@ body {
}
.magpieBridge .birdNum .bird {
display: inline-block;
width: 0.3466666667rem;
height: 0.3466666667rem;
width: 0.4533333333rem;
height: 0.4266666667rem;
margin-right: 0rem;
}
.magpieBridge .birdNum b {

View File

@@ -227,8 +227,8 @@ body {
}
.birdNum {
height: px2rem(26, );
line-height: px2rem(26, );
height: px2rem(34, );
line-height: px2rem(34, );
position: absolute;
right: px2rem(44, );
top: px2rem(101, );
@@ -236,8 +236,8 @@ body {
.bird {
display: inline-block;
width: px2rem(26, );
height: px2rem(26, );
width: px2rem(34, );
height: px2rem(32, );
margin-right: px2rem(0, );
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB