替换奖励ss公会

This commit is contained in:
dragon
2024-09-05 19:11:06 +08:00
parent 507d27a8b9
commit 897be9dd99
7 changed files with 15 additions and 9 deletions

View File

@@ -434,7 +434,7 @@ body::-webkit-scrollbar {
.page1 .rule {
display: block;
width: 9.33333rem;
height: 17.96rem;
height: 20.08rem;
margin: 0 auto 0.4rem;
position: relative;
}
@@ -579,12 +579,12 @@ body::-webkit-scrollbar {
margin-bottom: 2.8rem;
}
.english {
.english .header {
background: url(../images/header-en.png) no-repeat;
background-size: 100% 100%;
}
.arabic {
.arabic .header {
background: url(../images/header-ar.png) no-repeat;
background-size: 100% 100%;
}

View File

@@ -440,7 +440,7 @@ body {
.rule {
display: block;
width: px2rem(700);
height: px2rem(1347);
height: px2rem(1506);
margin: 0 auto px2rem(30);
position: relative;
}
@@ -588,13 +588,17 @@ body {
}
.english {
background: url(../images/header-en.png) no-repeat;
background-size: 100% 100%;
.header {
background: url(../images/header-en.png) no-repeat;
background-size: 100% 100%;
}
}
.arabic {
background: url(../images/header-ar.png) no-repeat;
background-size: 100% 100%;
.header {
background: url(../images/header-ar.png) no-repeat;
background-size: 100% 100%;
}
.page1 .my {
.grade {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 508 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 537 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 237 KiB

View File

@@ -65,6 +65,8 @@ $(function () {
function translateFun() {
var langReplace = window.lang.replace;
var localLang = window.lang;
$('.page1 .rule').attr('src', langReplace(localLang.demoModule.img1));
$('.page2 .rule').attr('src', langReplace(localLang.demoModule.img2));
$('.text1').text(langReplace(localLang.demoModule.text1));
$('.text2').text(langReplace(localLang.demoModule.text2));
$('.text3').text(langReplace(localLang.demoModule.text3));
@@ -148,7 +150,7 @@ function getConfig() {
$('.page1 .my .grade').attr('src', `./images/${me.markScore}.png`);
}
$('.page1 .my .user p').text(me.guildName);
$('.page1 .my .user b').text('ID:'+me.ownerErbanNo);
$('.page1 .my .user b').text('ID:' + me.ownerErbanNo);
var memberVo = res.data.memberVo;
$('.page2 .my .tx').attr('src', memberVo.avatar);