公会信息 - 修改土耳其区样式问题

This commit is contained in:
2025-08-13 17:33:36 +08:00
parent 92ffffc25c
commit 5c7be5f5e4
3 changed files with 4 additions and 4 deletions

View File

@@ -230,7 +230,7 @@
}
.timeBox .timeBox_in {
width: 10rem;
height: 6rem;
height: 8rem;
border-radius: 0.4266666667rem 0.4266666667rem 0 0;
background: #fff;
position: absolute;

View File

@@ -252,14 +252,14 @@
.timeBox_in {
width: px2rem(750);
height: px2rem(450);
height: 8rem;
border-radius: px2rem(32) px2rem(32) 0 0;
background: #fff;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
// padding-bottom: px2rem(50);
.title {
width: 100%;
height: px2rem(44);
@@ -290,7 +290,6 @@
height: 6rem;
margin-top: px2rem(120);
overflow-y: scroll;
&::-webkit-scrollbar {
display: none;
}

View File

@@ -155,6 +155,7 @@ function get() {
if (partitionId == 8) {
$('.weeklyRewards').hide();
$('.agencylevel').hide();
$('.guildList ul').css('height','9.7rem')
}
if (partitionId == 2) {
$('.weeklyRewardsText2').text(langReplace(localLang.demoModule.weeklyRewardsText2));