修复样式问题

This commit is contained in:
dragon
2024-12-02 14:07:32 +08:00
parent eac76abd51
commit fad16b329f
3 changed files with 15 additions and 9 deletions

View File

@@ -83,10 +83,11 @@ body {
.lastWeek .top {
width: 100%;
height: 9.52rem;
height: 10rem;
background: url(../images/bgTop.png) no-repeat;
background-size: 100% 100%;
position: relative;
z-index: 2;
}
.lastWeek .top .title {
@@ -155,7 +156,7 @@ body {
width: 4.42667rem;
height: 3.28rem;
position: absolute;
top: 5.2rem;
top: 5.8rem;
left: 0.38667rem;
background: url(../images/top2.png) no-repeat;
background-size: 100% 100%;
@@ -200,7 +201,7 @@ body {
width: 4.42667rem;
height: 3.28rem;
position: absolute;
top: 5.2rem;
top: 5.8rem;
right: 0.38667rem;
background: url(../images/top3.png) no-repeat;
background-size: 100% 100%;
@@ -247,6 +248,7 @@ body {
background: url(../images/bgBottom.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: -0.8rem auto 0;
}
.lastWeek .content {

View File

@@ -86,10 +86,11 @@ body {
.top {
width: 100%;
height: px2rem(714);
height: 10rem;
background: url(../images/bgTop.png) no-repeat;
background-size: 100% 100%;
position: relative;
z-index: 2;
.title {
width: px2rem(580);
@@ -157,7 +158,7 @@ body {
width: px2rem(332);
height: px2rem(246);
position: absolute;
top: px2rem(390);
top: 5.8rem;
left: px2rem(29);
background: url(../images/top2.png) no-repeat;
background-size: 100% 100%;
@@ -202,7 +203,7 @@ body {
width: px2rem(332);
height: px2rem(246);
position: absolute;
top: px2rem(390);
top: 5.8rem;
right: px2rem(29);
background: url(../images/top3.png) no-repeat;
background-size: 100% 100%;
@@ -250,6 +251,7 @@ body {
background: url(../images/bgBottom.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: -0.8rem auto 0;
}
.content {
@@ -1352,9 +1354,11 @@ body {
.rewardBox2 .rule_in .box .img5 {
background: url(../images/5-ar.png) no-repeat;
background-size: 100% 100%;}
background-size: 100% 100%;
}
.rewardBox2 .rule_in .box .img4 {
background: url(../images/4-ar.png) no-repeat;
background-size: 100% 100%;}
background-size: 100% 100%;
}
}

View File

@@ -176,7 +176,7 @@ function giftRank() {
$('.page2 .myList .top .my .tx').attr('src', res.data.myRank.avatar);
$('.page2 .myList .top .my p').text(res.data.myRank.name);
$('.page2 .myList .top .my b').text(langReplace(localLang.demoModule.text5) + unitProcessingAr(res.data.myRank.totalNum, 1));
$('.page2 .myList .top .my span').text(langReplace(localLang.demoModule.text5) + unitProcessingAr(res.data.myRank.totalGoldNum, 1));
$('.page2 .myList .top .my span').text(langReplace(localLang.demoModule.text6) + unitProcessingAr(res.data.myRank.totalGoldNum, 1));
// 处理列表
$('.page2 .myList .content ul li').remove();
var str = '';