公会信息 - 修改土耳其区样式问题
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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));
|
||||
|
Reference in New Issue
Block a user