修复样式问题

This commit is contained in:
dragon
2024-08-27 16:35:36 +08:00
parent 3cf68e463e
commit e2301327df
8 changed files with 59 additions and 39 deletions

View File

@@ -75,18 +75,21 @@ html {
ul {
width: 9.14667rem;
margin: 3.46667rem auto 0;
overflow: hidden;
}
ul li {
width: 100%;
height: 2.08rem;
background: #ffffff;
border-radius: 0.32rem;
margin-bottom: 0.37333rem;
box-sizing: border-box;
padding: 0 0.24rem;
}
ul li div {
width: 8.66667rem;
padding: 0.26667rem 0.24rem;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
@@ -96,6 +99,7 @@ ul li div p {
font-weight: 600;
font-size: 0.4rem;
color: #313131;
margin-top: 0.4rem;
}
ul li div b {
@@ -103,6 +107,7 @@ ul li div b {
font-size: 0.48rem;
color: #04D5C6;
white-space: nowrap;
margin-top: 0.4rem;
}
ul li div span {
@@ -110,6 +115,7 @@ ul li div span {
font-size: 0.34667rem;
color: #7b7b7d;
line-height: 0.42667rem;
margin-top: 0.26667rem;
}
.arLang .nav .back {

View File

@@ -79,17 +79,19 @@ html {
ul {
width: px2rem(343);
margin: px2rem(130) auto 0;
overflow: hidden;
li {
width: 100%;
// height: px2rem(78);
height: px2rem(78);
background: #ffffff;
border-radius: px2rem(12);
margin-bottom: px2rem(14);
box-sizing: border-box;
padding: 0 px2rem(9);
div {
width: px2rem(325);
padding: px2rem(10) px2rem(9);
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
@@ -98,6 +100,7 @@ ul {
font-weight: 600;
font-size: px2rem(15);
color: #313131;
margin-top: px2rem(15);
}
b {
@@ -105,6 +108,7 @@ ul {
font-size: px2rem(18);
color: #04D5C6;
white-space: nowrap;
margin-top: px2rem(15);
}
span {
@@ -112,6 +116,7 @@ ul {
font-size: px2rem(13);
color: #7b7b7d;
line-height: px2rem(16);
margin-top: px2rem(10);
}
// .time {

View File

@@ -387,9 +387,9 @@ body {
}
.guildList ul li .tx {
width: 1.06667rem;
height: 1.06667rem;
border-radius: 1.06667rem;
width: 1.46667rem;
height: 1.46667rem;
border-radius: 50%;
float: left;
margin-right: 0.14667rem;
margin-left: 0.13333rem;
@@ -408,13 +408,13 @@ body {
font-weight: bold;
display: inline-block;
margin-right: 0.10667rem;
margin-bottom: 0.18667rem;
margin-bottom: 0.06667rem;
max-width: 2.7rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
box-sizing: border-box;
padding-top: 0.45333rem;
padding-top: 0.6rem;
}
.guildList ul li .user b {
@@ -427,7 +427,7 @@ body {
width: 0.24rem;
height: 0.24rem;
display: inline-block;
margin-top: 0.45333rem;
margin-top: 0.6rem;
margin-right: 0.10667rem;
}
@@ -436,7 +436,7 @@ body {
display: inline-block;
width: 0.96rem;
height: 0.48rem;
margin-top: 0.33333rem;
margin-top: 0.49333rem;
}
.guildList ul li .but {
@@ -455,17 +455,17 @@ body {
}
.guildList ul li .chairman {
width: 1.25333rem;
height: 0.56rem;
line-height: 0.56rem;
border-radius: 0.56rem;
width: 1.2rem;
height: 0.45333rem;
line-height: 0.45333rem;
border-radius: 0.45333rem;
text-align: center;
color: #fff;
font-size: 0.29333rem;
font-weight: 400;
position: absolute;
right: 0.24rem;
top: 0.69333rem;
left: 0.37333rem;
top: 1.30667rem;
background: #04D5C6;
display: none;
}
@@ -579,8 +579,8 @@ body {
.arabic .guildList ul li .chairman,
.arabic .guildList ul li .administrator {
left: 0.24rem;
right: auto;
right: 0.37333rem;
left: auto;
}
.arabic .guildList ul li .tx,

View File

@@ -399,9 +399,9 @@ body {
border-radius: px2rem(24);
.tx {
width: px2rem(80);
height: px2rem(80);
border-radius: px2rem(80);
width: px2rem(110);
height: px2rem(110);
border-radius: 50%;
float: left;
margin-right: px2rem(11);
margin-left: px2rem(10);
@@ -419,13 +419,13 @@ body {
font-weight: bold;
display: inline-block;
margin-right: px2rem(8);
margin-bottom: px2rem(14);
margin-bottom: px2rem(5);
max-width: 2.7rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
box-sizing: border-box;
padding-top: px2rem(34);
padding-top: px2rem(45);
}
b {
@@ -438,7 +438,7 @@ body {
width: px2rem(18);
height: px2rem(18);
display: inline-block;
margin-top: px2rem(34);
margin-top: px2rem(45);
margin-right: px2rem(8);
}
@@ -447,7 +447,7 @@ body {
display: inline-block;
width: px2rem(72);
height: px2rem(36);
margin-top: px2rem(25);
margin-top: px2rem(37);
}
}
@@ -467,17 +467,17 @@ body {
}
.chairman {
width: px2rem(94);
height: px2rem(42);
line-height: px2rem(42);
border-radius: px2rem(42);
width: px2rem(90);
height: px2rem(34);
line-height: px2rem(34);
border-radius: px2rem(34);
text-align: center;
color: #fff;
font-size: px2rem(22);
font-weight: 400;
position: absolute;
right: px2rem(18);
top: px2rem(52);
left: px2rem(28);
top: px2rem(98);
background: #04D5C6;
display: none;
}
@@ -596,8 +596,8 @@ body {
.guildList ul li .chairman,
.guildList ul li .administrator {
left: px2rem(18);
right: auto;
right: px2rem(28);
left: auto;
}
.guildList ul li .tx,

View File

@@ -478,6 +478,10 @@ body {
font-weight: 400;
}
.page2 .agentSalaryInfo .bottom .act {
background: #DBF6FF;
}
.page2 .agentSalary2 {
width: 9.14667rem;
height: 0.66667rem;

View File

@@ -483,6 +483,10 @@ body {
font-weight: 400;
}
}
.act {
background: #DBF6FF;
}
}
}

View File

@@ -510,8 +510,9 @@ html {
font-size: 0.32rem;
color: #7b7b7d;
line-height: 0.45333rem;
padding-left: 1.46667rem;
padding-left: 2.13333rem;
padding-top: 0.13333rem;
box-sizing: border-box;
}
.custom_pop .custom_pop_in .ipt {
@@ -548,7 +549,6 @@ html {
font-weight: 400;
font-size: 0.37333rem;
color: #24cf9e;
text-decoration: underline;
}
.custom_pop .custom_pop_in .btn_wrap {

View File

@@ -457,8 +457,9 @@ html {
font-size: px2rem(12);
color: #7b7b7d;
line-height: px2rem(17);
padding-left: px2rem(55);
padding-left: px2rem(80);
padding-top: px2rem(5);
box-sizing: border-box;
}
.ipt {
@@ -494,7 +495,7 @@ html {
font-weight: 400;
font-size: px2rem(14);
color: #24cf9e;
text-decoration: underline;
// text-decoration: underline;
}
}