修改公会信息 - 俄语翻译,以及公会信息新增翻译修改样式问题

This commit is contained in:
2025-09-17 14:52:31 +08:00
parent cceb7aab53
commit 274a9217ee
9 changed files with 555 additions and 644 deletions

View File

@@ -6,7 +6,7 @@ html {
.nav {
width: 100%;
height: 2.34667rem;
height: 2.3466666667rem;
background: #F4F4F4;
position: fixed;
top: 0;
@@ -14,23 +14,21 @@ html {
transform: translateX(-50%);
z-index: 100;
}
.nav .back {
width: 0.58667rem;
height: 0.58667rem;
width: 0.5866666667rem;
height: 0.5866666667rem;
position: absolute;
left: 0.4rem;
bottom: 0.29333rem;
bottom: 0.2933333333rem;
}
.nav p {
height: 0.58667rem;
line-height: 0.58667rem;
font-size: 0.42667rem;
height: 0.5866666667rem;
line-height: 0.5866666667rem;
font-size: 0.4266666667rem;
font-weight: 500;
color: #313131;
position: absolute;
bottom: 0.26667rem;
bottom: 0.2666666667rem;
left: 50%;
transform: translateX(-50%);
}
@@ -40,7 +38,7 @@ html {
height: 1rem;
background: #f4f4f4;
position: fixed;
top: 2.34667rem;
top: 2.3466666667rem;
left: 50%;
transform: translateX(-50%);
z-index: 100;
@@ -48,60 +46,53 @@ html {
align-items: center;
justify-content: space-evenly;
}
.income_expenses p {
height: 0.58667rem;
line-height: 0.58667rem;
font-size: 0.42667rem;
height: 0.5866666667rem;
line-height: 0.5866666667rem;
font-size: 0.4266666667rem;
font-weight: 500;
color: #afb1b3;
}
.income_expenses .act {
color: #313131;
}
.income_expenses .act::after {
content: "";
display: block;
width: 0.37333rem;
height: 0.10667rem;
border-radius: 0.37333rem;
width: 0.3733333333rem;
height: 0.1066666667rem;
border-radius: 0.3733333333rem;
background: #04D5C6;
vertical-align: bottom;
margin: 0.10667rem auto 0;
margin: 0.1066666667rem auto 0;
}
ul {
width: 9.14667rem;
margin: 3.46667rem auto 0;
width: 9.1466666667rem;
margin: 3.4666666667rem auto 0;
overflow: hidden;
}
ul li {
width: 100%;
height: 2.08rem;
background: #ffffff;
border-radius: 0.32rem;
margin-bottom: 0.37333rem;
margin-bottom: 0.3733333333rem;
box-sizing: border-box;
padding: 0 0.24rem;
}
ul li div {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
ul li div p {
font-weight: 600;
font-size: 0.4rem;
color: #313131;
margin-top: 0.4rem;
}
ul li div b {
font-weight: 600;
font-size: 0.48rem;
@@ -109,48 +100,41 @@ ul li div b {
white-space: nowrap;
margin-top: 0.4rem;
}
ul li div span {
font-weight: 400;
font-size: 0.34667rem;
font-size: 0.3466666667rem;
color: #7b7b7d;
line-height: 0.42667rem;
margin-top: 0.26667rem;
line-height: 0.4266666667rem;
margin-top: 0.2666666667rem;
}
ul .actLi {
height: 2.45333rem;
height: 2.4533333333rem;
position: relative;
overflow: hidden;
}
ul .actLi p,
ul .actLi b {
margin-top: 0.66667rem;
margin-top: 0.6666666667rem;
}
ul .actLi i {
font-style: normal;
position: absolute;
top: 0;
right: 0;
height: 0.50667rem;
line-height: 0.50667rem;
padding: 0 0.21333rem;
border-radius: 0px 0.26667rem 0px 0.26667rem;
height: 0.5066666667rem;
line-height: 0.5066666667rem;
padding: 0 0.2133333333rem;
border-radius: 0px 0.2666666667rem 0px 0.2666666667rem;
text-align: center;
color: #FFFFFF;
font-size: 0.32rem;
}
ul .actLi .sp0 {
background: #FCAC3A;
}
ul .actLi .sp1 {
background: #04D5C6;
}
ul .actLi .sp2 {
background: #FF605A;
}
@@ -160,3 +144,19 @@ ul .actLi .sp2 {
left: unset;
transform: rotate(180deg);
}
.Russian ul li {
height: auto;
padding-bottom: 0.2666666667rem;
}
.Russian ul li div {
display: flex;
align-items: center;
justify-content: space-between;
}
.Russian ul li div span {
flex: 1;
}
.Russian ul li div span:last-child {
text-align: right;
}

View File

@@ -171,4 +171,21 @@ ul {
transform: rotate(180deg);
}
}
}
.Russian{
ul li{
height: auto;
padding-bottom:px2rem(10);
}
ul li div{
display: flex;
align-items: center;
justify-content: space-between;
}
ul li div span{
flex: 1;
}
ul li div span:last-child{
text-align: right;
}
}

View File

@@ -1093,4 +1093,30 @@ body {
}
.arabic .weeklyRewards .weeklyRewards_in .go_weeklyRewards img {
transform: rotate(180deg);
}
.Russian .weeklyRewards .top {
height: auto;
display: flex;
align-items: center;
}
.Russian .weeklyRewards .weeklyRewards_in .box .left .get {
width: auto;
}
.Russian .headerBox .headerBox_in div span {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.Russian .headerBox .headerBox_in div, .Russian .headerBox .headerBox_in div b {
display: flex;
align-items: center;
}
.Russian .guildList ul li .administrator, .Russian .guildList ul li .chairman {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

View File

@@ -1268,4 +1268,31 @@ body {
.weeklyRewards .weeklyRewards_in .go_weeklyRewards img{
transform: rotate(180deg);
}
}
.Russian{
.weeklyRewards .top{
height: auto;
display: flex;
align-items: center;
}
.weeklyRewards .weeklyRewards_in .box .left .get{
width: auto;
}
.headerBox .headerBox_in div span{
display: -webkit-box;
-webkit-line-clamp: 2; // 显示2行
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.headerBox .headerBox_in div,.headerBox .headerBox_in div b{
display: flex;
align-items: center;
}
.guildList ul li .administrator,.guildList ul li .chairman{
-webkit-line-clamp: 2; // 显示2行
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
}

View File

@@ -980,4 +980,8 @@ html {
.english .transfer_method .official_withdraw .pop {
top: -0.8rem;
left: 2.9rem;
}
.Spanish .agent_pop .agent_pop_in .wrap li, .Russian .agent_pop .agent_pop_in .wrap li {
height: 2.6666666667rem;
}

View File

@@ -910,4 +910,9 @@ html {
top: -0.8rem;
left: 2.9rem;
}
}
.Spanish,.Russian{
.agent_pop .agent_pop_in .wrap li{
height: px2rem(100);
}
}

View File

@@ -717,4 +717,38 @@ body {
}
.brazil .box_en2 .contant_box .rewards_list .top_info .right .heitou {
top: 1.12rem;
}
.Russian .box ul li .left .get {
width: auto;
}
.Russian .back b {
width: 55%;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.Russian .tab {
margin-top: 3.0666666667rem;
}
.Russian .box .title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.Russian .box ul li .right .textTop .l {
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.Russian .box ul li .right .textTop {
height: auto;
}
.Russian .box ul li {
height: 2.4rem;
}
.Russian .back {
height: 2.8rem;
}

View File

@@ -824,4 +824,39 @@ body {
.box_en2 .contant_box .rewards_list .top_info .right .heitou {
top: px2rem(84);
}
}
.Russian{
.box ul li .left .get{
width: auto;
}
.back b{
width: 55%;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.tab{
margin-top: px2rem(230);
}
.box .title{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.box ul li .right .textTop .l{
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.box ul li .right .textTop{
height: auto;
}
.box ul li{
height: px2rem(180);
}
.back{
height: px2rem(210);
}
}

File diff suppressed because it is too large Load Diff