月充值 - 增加英文土耳其图片

This commit is contained in:
2025-09-28 11:54:56 +08:00
parent ff742251d9
commit 1b8caf0eaf
16 changed files with 110 additions and 1 deletions

View File

@@ -1283,4 +1283,54 @@ body {
}
.arabic .recharges .content .topTitle {
direction: ltr;
}
.english .header {
background: url(../images/header-en.png) no-repeat;
background-size: 100% 100%;
}
.english .recharge3000 .content .rewardImg {
background: url(../images/recharge3000-en.png) no-repeat;
background-size: 100% 100%;
}
.english .recharge5000 .content .rewardImg {
background: url(../images/recharge5000-en.png) no-repeat;
background-size: 100% 100%;
}
.english .recharge8000 .content .rewardImg {
background: url(../images/recharge8000-en.png) no-repeat;
background-size: 100% 100%;
}
.english .recharge10000 .content .rewardImg {
background: url(../images/recharge10000-en.png) no-repeat;
background-size: 100% 100%;
}
.english .recharge20000 .content .rewardImg {
background: url(../images/recharge20000-en.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .header {
background: url(../images/header-tr.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .recharge3000 .content .rewardImg {
background: url(../images/recharge3000-tr.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .recharge5000 .content .rewardImg {
background: url(../images/recharge5000-tr.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .recharge8000 .content .rewardImg {
background: url(../images/recharge8000-tr.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .recharge10000 .content .rewardImg {
background: url(../images/recharge10000-tr.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .recharge20000 .content .rewardImg {
background: url(../images/recharge20000-tr.png) no-repeat;
background-size: 100% 100%;
}

View File

@@ -1509,4 +1509,55 @@ body {
direction: ltr;
}
}
.english{
.header{
background: url(../images/header-en.png) no-repeat;
background-size: 100% 100%;
}
.recharge3000 .content .rewardImg{
background: url(../images/recharge3000-en.png) no-repeat;
background-size: 100% 100%;
}
.recharge5000 .content .rewardImg{
background: url(../images/recharge5000-en.png) no-repeat;
background-size: 100% 100%;
}
.recharge8000 .content .rewardImg{
background: url(../images/recharge8000-en.png) no-repeat;
background-size: 100% 100%;
}
.recharge10000 .content .rewardImg{
background: url(../images/recharge10000-en.png) no-repeat;
background-size: 100% 100%;
}
.recharge20000 .content .rewardImg{
background: url(../images/recharge20000-en.png) no-repeat;
background-size: 100% 100%;
}
}
.Turkiye{
.header{
background: url(../images/header-tr.png) no-repeat;
background-size: 100% 100%;
}
.recharge3000 .content .rewardImg{
background: url(../images/recharge3000-tr.png) no-repeat;
background-size: 100% 100%;
}
.recharge5000 .content .rewardImg{
background: url(../images/recharge5000-tr.png) no-repeat;
background-size: 100% 100%;
}
.recharge8000 .content .rewardImg{
background: url(../images/recharge8000-tr.png) no-repeat;
background-size: 100% 100%;
}
.recharge10000 .content .rewardImg{
background: url(../images/recharge10000-tr.png) no-repeat;
background-size: 100% 100%;
}
.recharge20000 .content .rewardImg{
background: url(../images/recharge20000-tr.png) no-repeat;
background-size: 100% 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

View File

@@ -998,6 +998,10 @@ body {
direction: ltr;
}
.Turkiye .header {
background: url(../images/header-tr.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .recharge100 .content .rewardImg {
background: url(../images/recharge100-tr.png) no-repeat;
background-size: 100% 100%;

View File

@@ -1153,6 +1153,10 @@ body {
}
}
.Turkiye{
.header {
background: url(../images/header-tr.png) no-repeat;
background-size: 100% 100%;
}
.recharge100 .content .rewardImg {
background: url(../images/recharge100-tr.png) no-repeat;
background-size: 100% 100%;