样式优化
This commit is contained in:
@@ -34,7 +34,7 @@ function initLocalLang() {
|
||||
window.lang.code = 'id'
|
||||
window.lang.defaults = false
|
||||
} else if (lang === 'tr' || window.location.href.match('=tr')) {
|
||||
if (window.location.href.match('dailyConsumption') ||window.location.href.match('2024-cpActive') || window.location.href.match('newRank') || window.location.href.match('roomLevel') || window.location.href.match('rechargeNew') || window.location.href.match('2024-newYear') || window.location.href.match('guild-ar') || window.location.href.match('2024-invitationFission') || window.location.href.match('inform') || window.location.href.match('superId') || window.location.href.match('newWeekStar') || window.location.href.match('home') || window.location.href.match('pay')) {
|
||||
if (window.location.href.match('superLucky') || window.location.href.match('newRank') || window.location.href.match('roomLevel') || window.location.href.match('rechargeNew') || window.location.href.match('2024-newYear') || window.location.href.match('guild-ar') || window.location.href.match('2024-invitationFission') || window.location.href.match('inform') || window.location.href.match('superId') || window.location.href.match('newWeekStar') || window.location.href.match('home') || window.location.href.match('pay')) {
|
||||
// 土耳其
|
||||
console.log("langHandler" + '土耳其')
|
||||
window.lang = langTr
|
||||
|
@@ -77,7 +77,7 @@ body {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin: 0.37333rem 0;
|
||||
margin: 0.30667rem auto 0.37333rem;
|
||||
}
|
||||
|
||||
.header .time div span {
|
||||
@@ -343,12 +343,14 @@ body {
|
||||
|
||||
.page1 .content ul li .user {
|
||||
float: left;
|
||||
margin-top: 0.65333rem;
|
||||
margin-top: 0.52rem;
|
||||
}
|
||||
|
||||
.page1 .content ul li .user p {
|
||||
display: flex;
|
||||
margin-bottom: 0.08rem;
|
||||
height: 0.48rem;
|
||||
line-height: 0.48rem;
|
||||
}
|
||||
|
||||
.page1 .content ul li .user p b {
|
||||
@@ -386,18 +388,17 @@ body {
|
||||
}
|
||||
|
||||
.page1 .content .more {
|
||||
width: 1.65333rem;
|
||||
width: fit-content;
|
||||
border-radius: 0.58667rem;
|
||||
min-width: 1.65333rem;
|
||||
height: 0.58667rem;
|
||||
line-height: 0.58667rem;
|
||||
text-align: center;
|
||||
padding: 0 0.44rem;
|
||||
border: 0.02667rem solid #FDF565;
|
||||
color: #FDF565;
|
||||
font-size: 0.32rem;
|
||||
font-weight: 500;
|
||||
margin: 0.21333rem auto 0;
|
||||
padding: 0 0.44rem;
|
||||
}
|
||||
|
||||
.page1 .bottom {
|
||||
@@ -444,12 +445,14 @@ body {
|
||||
|
||||
.page1 .my .user {
|
||||
float: left;
|
||||
margin-top: 0.65333rem;
|
||||
margin-top: 0.52rem;
|
||||
}
|
||||
|
||||
.page1 .my .user p {
|
||||
display: flex;
|
||||
margin-bottom: 0.08rem;
|
||||
height: 0.48rem;
|
||||
line-height: 0.48rem;
|
||||
}
|
||||
|
||||
.page1 .my .user p b {
|
||||
@@ -703,12 +706,14 @@ body {
|
||||
|
||||
.lastRank .lastRank_in .box ul li .user {
|
||||
float: left;
|
||||
margin-top: 0.65333rem;
|
||||
margin-top: 0.52rem;
|
||||
}
|
||||
|
||||
.lastRank .lastRank_in .box ul li .user p {
|
||||
display: flex;
|
||||
margin-bottom: 0.08rem;
|
||||
height: 0.48rem;
|
||||
line-height: 0.48rem;
|
||||
}
|
||||
|
||||
.lastRank .lastRank_in .box ul li .user p b {
|
||||
|
@@ -79,7 +79,7 @@ body {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin: px2rem(28) 0;
|
||||
margin: px2rem(23) auto px2rem(28);
|
||||
}
|
||||
|
||||
span {
|
||||
@@ -348,11 +348,13 @@ body {
|
||||
|
||||
.user {
|
||||
float: left;
|
||||
margin-top: px2rem(49);
|
||||
margin-top: px2rem(39);
|
||||
|
||||
p {
|
||||
display: flex;
|
||||
margin-bottom: px2rem(6);
|
||||
height: px2rem(36);
|
||||
line-height: px2rem(36);
|
||||
|
||||
b {
|
||||
display: block;
|
||||
@@ -393,18 +395,17 @@ body {
|
||||
}
|
||||
|
||||
.more {
|
||||
width: px2rem(124);
|
||||
width: fit-content;
|
||||
border-radius: px2rem(44);
|
||||
min-width: px2rem(124);
|
||||
height: px2rem(44);
|
||||
line-height: px2rem(44);
|
||||
text-align: center;
|
||||
padding: 0 px2rem(33);
|
||||
border: px2rem(2) solid #FDF565;
|
||||
color: #FDF565;
|
||||
font-size: px2rem(24);
|
||||
font-weight: 500;
|
||||
margin: px2rem(16) auto 0;
|
||||
padding: 0 px2rem(33);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -451,11 +452,13 @@ body {
|
||||
|
||||
.user {
|
||||
float: left;
|
||||
margin-top: px2rem(49);
|
||||
margin-top: px2rem(39);
|
||||
|
||||
p {
|
||||
display: flex;
|
||||
margin-bottom: px2rem(6);
|
||||
height: px2rem(36);
|
||||
line-height: px2rem(36);
|
||||
|
||||
b {
|
||||
display: block;
|
||||
@@ -708,11 +711,13 @@ body {
|
||||
|
||||
.user {
|
||||
float: left;
|
||||
margin-top: px2rem(49);
|
||||
margin-top: px2rem(39);
|
||||
|
||||
p {
|
||||
display: flex;
|
||||
margin-bottom: px2rem(6);
|
||||
height: px2rem(36);
|
||||
line-height: px2rem(36);
|
||||
|
||||
b {
|
||||
display: block;
|
||||
|
@@ -21,7 +21,7 @@ langAr = {
|
||||
text11: `النشاط ليس له علاقة بـ Apple`,
|
||||
text12: `ترتيب الأسبوع الماضي`,
|
||||
text13: `شاغر`,
|
||||
text14: `متأخر`,
|
||||
text14: `متأخر: `,
|
||||
text15: `إرسال`,
|
||||
text16: `فوز`,
|
||||
text17: `عملات`
|
||||
|
@@ -13,7 +13,7 @@ langEn = {
|
||||
text6: `Ranking`,
|
||||
text7: `Rewards`,
|
||||
text8: `History`,
|
||||
text9: `more`,
|
||||
text9: `More`,
|
||||
text10: ` <p>Ranking: Ranking based on the number of coins invested by users who participate in the lucky gift each
|
||||
week.</p>
|
||||
<p style="margin-bottom: 0;">The top three users in the ranking will receive a ranking medal, and the top
|
||||
@@ -24,7 +24,7 @@ langEn = {
|
||||
text11: `Activity has nothing to do with Apple`,
|
||||
text12: `Last Week's Ranking`,
|
||||
text13: `Vacant`,
|
||||
text14: `Behind`,
|
||||
text14: `Behind: `,
|
||||
text15: `Send`,
|
||||
text16: `Win`,
|
||||
text17: `Coins`,
|
||||
|
@@ -6,10 +6,10 @@ langTr = {
|
||||
layerIndex2: 'İşlem tamamlandı',
|
||||
layerIndex3: 'Ağ hatası, lütfen çıkın ve tekrar girin',
|
||||
text1: `Süper Şanslı`,
|
||||
text2: `Günler`,
|
||||
text3: `Saatler`,
|
||||
text4: `Dakikalar`,
|
||||
text5: `Saniyeler`,
|
||||
text2: `Gün`,
|
||||
text3: `Saat`,
|
||||
text4: `Dakika`,
|
||||
text5: `Saniye`,
|
||||
text6: `Sıralama`,
|
||||
text7: `Ödüller`,
|
||||
text8: `Geçmiş`,
|
||||
@@ -21,7 +21,7 @@ langTr = {
|
||||
text11: `Etkinlik Apple ile ilgili değildir`,
|
||||
text12: `Geçen Haftanın Sıralaması`,
|
||||
text13: `Boş`,
|
||||
text14: `Geride`,
|
||||
text14: `Geride: `,
|
||||
text15: `Gönder`,
|
||||
text16: `Kazan`,
|
||||
text17: `Jetonlar`
|
||||
|
@@ -6,10 +6,10 @@ langZh = {
|
||||
layerIndex2: '操作完成',
|
||||
layerIndex3: '網絡錯誤,請退出並重新進入',
|
||||
text1: `超級幸運`,
|
||||
text2: `天數`,
|
||||
text3: `小時`,
|
||||
text4: `分鐘`,
|
||||
text5: `秒數`,
|
||||
text2: `天`,
|
||||
text3: `時`,
|
||||
text4: `分`,
|
||||
text5: `秒`,
|
||||
text6: `排名`,
|
||||
text7: `獎勳`,
|
||||
text8: `歷史`,
|
||||
@@ -21,7 +21,7 @@ langZh = {
|
||||
text11: `活動與蘋果無關`,
|
||||
text12: `上週排名`,
|
||||
text13: `空缺`,
|
||||
text14: `落後`,
|
||||
text14: `落後: `,
|
||||
text15: `發送`,
|
||||
text16: `獲勝`,
|
||||
text17: `硬幣`
|
||||
|
Reference in New Issue
Block a user