优化样式

This commit is contained in:
dragon
2024-12-06 17:27:29 +08:00
parent 96eb7648e1
commit 52be806311
2 changed files with 12 additions and 12 deletions

View File

@@ -721,17 +721,17 @@ body {
}
.guildList ul li .administrator {
width: 1.04rem;
height: 0.34667rem;
line-height: 0.34667rem;
border-radius: 0.34667rem;
width: 1.2rem;
height: 0.45333rem;
line-height: 0.45333rem;
border-radius: 0.45333rem;
text-align: center;
color: #333;
font-size: 0.29333rem;
font-weight: 400;
position: absolute;
left: 0.26667rem;
top: 0.94667rem;
left: 0.37333rem;
top: 1.30667rem;
background: linear-gradient(-90deg, #FBE1FF, #F090FF);
display: none;
}

View File

@@ -737,17 +737,17 @@ body {
}
.administrator {
width: px2rem(78);
height: px2rem(26);
line-height: px2rem(26);
border-radius: px2rem(26);
width: px2rem(90);
height: px2rem(34);
line-height: px2rem(34);
border-radius: px2rem(34);
text-align: center;
color: #333;
font-size: px2rem(22);
font-weight: 400;
position: absolute;
left: px2rem(20);
top: px2rem(71);
left: px2rem(28);
top: px2rem(98);
background: linear-gradient(-90deg, #FBE1FF, #F090FF);
display: none;
}