Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4de5396927 | ||
![]() |
fbe1d1614f | ||
![]() |
1696956367 | ||
![]() |
d62839a9af | ||
![]() |
ca5571cf76 |
@@ -845,6 +845,7 @@ body {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: -0.45333rem;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page1 .congratulations .congratulations_in .but {
|
||||
@@ -1490,7 +1491,7 @@ body {
|
||||
|
||||
.page2 .todayCoinsPool {
|
||||
width: 10rem;
|
||||
height: 3.73333rem;
|
||||
height: 5.12rem;
|
||||
background: url(../images/page3Bg1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin: -2.66667rem auto 0;
|
||||
@@ -1515,36 +1516,41 @@ body {
|
||||
|
||||
.page2 .todayCoinsPool .num {
|
||||
width: 100%;
|
||||
height: 0.77333rem;
|
||||
line-height: 0.77333rem;
|
||||
height: 0.82667rem;
|
||||
line-height: 0.82667rem;
|
||||
text-align: center;
|
||||
color: #FFED26;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.90667rem;
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
top: 1.22667rem;
|
||||
top: 1.73333rem;
|
||||
left: 0;
|
||||
background: -webkit-linear-gradient(left, #fff, #FFED26);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.page2 .todayCoinsPool .num img {
|
||||
display: inline-block;
|
||||
width: 0.77333rem;
|
||||
height: 0.77333rem;
|
||||
width: 0.82667rem;
|
||||
height: 0.82667rem;
|
||||
margin: 0.02667rem 0.06667rem 0;
|
||||
}
|
||||
|
||||
.page2 .todayCoinsPool p {
|
||||
width: 7.8rem;
|
||||
height: 0.69333rem;
|
||||
width: 8.26667rem;
|
||||
line-height: 0.45333rem;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 2.36rem;
|
||||
top: 3.26667rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
color: #FFED26;
|
||||
font-size: 0.32rem;
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
border-radius: 0.13333rem;
|
||||
padding: 0.17333rem 0;
|
||||
}
|
||||
|
||||
.page2 .ramadanGifts .t {
|
||||
|
@@ -83,7 +83,7 @@ body {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
.my_container_in {
|
||||
max-width: 7.3rem;
|
||||
@@ -859,6 +859,7 @@ body {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: px2rem(-34);
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1520,7 +1521,7 @@ body {
|
||||
|
||||
.todayCoinsPool {
|
||||
width: px2rem(750);
|
||||
height: px2rem(280);
|
||||
height: px2rem(384);
|
||||
background: url(../images/page3Bg1.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin: px2rem(-200) auto 0;
|
||||
@@ -1544,36 +1545,43 @@ body {
|
||||
|
||||
.num {
|
||||
width: 100%;
|
||||
height: px2rem(58);
|
||||
line-height: px2rem(58);
|
||||
height: px2rem(62);
|
||||
line-height: px2rem(62);
|
||||
text-align: center;
|
||||
color: #FFED26;
|
||||
font-size: px2rem(60);
|
||||
font-size: px2rem(68);
|
||||
font-weight: 600;
|
||||
position: absolute;
|
||||
top: px2rem(92);
|
||||
top: px2rem(130);
|
||||
left: 0;
|
||||
background: -webkit-linear-gradient(left, #fff, #FFED26);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
width: px2rem(58);
|
||||
height: px2rem(58);
|
||||
width: px2rem(62);
|
||||
height: px2rem(62);
|
||||
margin: px2rem(2) px2rem(5) 0;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
width: px2rem(585);
|
||||
height: px2rem(52);
|
||||
width: px2rem(620);
|
||||
// height: px2rem(80);
|
||||
line-height: px2rem(34);
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: px2rem(177);
|
||||
top: px2rem(245);
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
color: #FFED26;
|
||||
font-size: px2rem(24);
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
border-radius: px2rem(10);
|
||||
// box-sizing: border-box;
|
||||
padding: px2rem(13) 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2402,7 +2410,8 @@ body {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.page1 .c .page1_2 .calendar .calendar_in{
|
||||
|
||||
.page1 .c .page1_2 .calendar .calendar_in {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 505 KiB |
@@ -425,7 +425,7 @@ function bless(bless) {
|
||||
$('.ramadanBlessings .send').click(function () {
|
||||
var text = $('.ramadanBlessings input').val();
|
||||
if (text.length > 20 || text.length == 0) {
|
||||
toastMsg('内容不能为空,并且不能超过20个字符');
|
||||
toastMsg(langReplace(localLang.demoModule.text70));
|
||||
return;
|
||||
}
|
||||
$('.tip').show();
|
||||
@@ -523,7 +523,7 @@ function ramadanRank() {
|
||||
if (listType == 1) {
|
||||
console.log(val);
|
||||
|
||||
$('.page2 .list .c .page3_in1 .yesterdayCoinsPool .num b').text(unitProcessingAr(val.totalGoldNum, 2));
|
||||
$('.page2 .list .c .page3_in1 .yesterdayCoinsPool .num b').text(val.totalGoldNum);
|
||||
} else {
|
||||
var endtime = new Date(res.data.activityH5RankVo.endTimeStr.replace(/\-/g, '/')).getTime();
|
||||
countup(endtime - res.timestamp);
|
||||
|
@@ -6,7 +6,7 @@ langAr = {
|
||||
layerIndex2: 'اكتملت العملية',
|
||||
layerIndex3: 'خطأ في الشبكة، يرجى الخروج وإعادة الدخول',
|
||||
text1: `مهرجان رمضان`,
|
||||
text2: `وقت الحدث: 1 مارس - 7 أبريل`,
|
||||
text2: `مدة الفعالية: 27 فبراير - 4 أبريل`,
|
||||
text3: `<span>أسئلة <br> رمضان</span>`,
|
||||
text4: `<span>مسبح <br> العملات اليوم</span>`,
|
||||
text5: `أسئلة اليوم`,
|
||||
@@ -42,16 +42,16 @@ langAr = {
|
||||
text35: `CP`,
|
||||
text37: `عادي`,
|
||||
text39: `محظوظ`,
|
||||
text36: `فوانيس رمضان<br>01/03/2025`,
|
||||
text38: `رمضان<br>01/03/2025`,
|
||||
text40: `فوانيس الحظ<br>01/03/2025`,
|
||||
text36: `فوانيس رمضان<br>27/02/2025`,
|
||||
text38: `رمضان<br>27/02/2025`,
|
||||
text40: `فوانيس الحظ<br>27/02/2025`,
|
||||
text41: `القرآن الكريم<br>15/03/2025`,
|
||||
text42: `كعكات العيد<br>30/03/2025`,
|
||||
text43: `عشاء فاخر<br>30/03/2025`,
|
||||
text44: `لم يحن وقت الإجابة بعد`,
|
||||
text45: `./images/rewardsPage3-ar.png`,
|
||||
text60: `تنبيه`,
|
||||
text61: `يتطلب إرسال تهنئة رمضان 77 ماسة. هل أنت متأكد أنك تريد إرسالها؟`,
|
||||
text61: `إرسال تهاني رمضان يتطلب 77 قطعة ذهب. هل متأكد؟`,
|
||||
text62: `إلغاء`,
|
||||
text63: `تأكيد`,
|
||||
text64: `تهنئة رمضان`,
|
||||
@@ -60,6 +60,7 @@ langAr = {
|
||||
text67: `في كل مرة ترسل فيها تهنئة، سيتم خصم 77 عملة`,
|
||||
text68: `شاغر`,
|
||||
text69: `غير`,
|
||||
text70: `المحتوى لا يمكن أن يكون فارغًا ولا يمكن أن يتجاوز 20 حرفًا`,
|
||||
}
|
||||
|
||||
}
|
@@ -6,7 +6,7 @@ langEn = {
|
||||
layerIndex2: 'Operation completed',
|
||||
layerIndex3: 'Network error, please exit and re-enter',
|
||||
text1: `Ramadan Festival`,
|
||||
text2: `Event time: March 1st - April 7th`,
|
||||
text2: `Event time: February 27 - April 4`,
|
||||
text3: `<span>Ramadan <br> Questions</span>`,
|
||||
text4: `<span>Today's <br>Coins Pool</span>`,
|
||||
text5: `Today's Questions`,
|
||||
@@ -45,18 +45,18 @@ langEn = {
|
||||
text33: `Event has nothing to do with Apple.`,
|
||||
text34: `Event has nothing to do with Google.`,
|
||||
text35: `CP`,
|
||||
text36: `RamadanLanterns<br>01/03/2025`,
|
||||
text36: `RamadanLanterns<br>27/02/2025`,
|
||||
text37: `Normal`,
|
||||
text38: `Ramadan<br>01/03/2025`,
|
||||
text38: `Ramadan<br>27/02/2025`,
|
||||
text39: `Lucky`,
|
||||
text40: `Lucky Lanterns<br>01/03/2025`,
|
||||
text40: `Lucky Lanterns<br>27/02/2025`,
|
||||
text41: `Holy Quran<br>15/03/2025`,
|
||||
text42: `Eid Cakes<br>30/03/2025`,
|
||||
text43: `Fancy Dinner<br>30/03/2025`,
|
||||
text44: `It is not yet time to answer`,
|
||||
text45: `./images/rewardsPage3.png`,
|
||||
text60: `Tip`,
|
||||
text61: `It costs 77 diamonds to send a Ramadan Blessing. Are you sure you want to send it?`,
|
||||
text61: `Sending Ramadan blessings requires 77 coins. Send it?`,
|
||||
text62: `Cancel`,
|
||||
text63: `Confirm`,
|
||||
text64: `Ramadan Blessings`,
|
||||
@@ -65,5 +65,6 @@ langEn = {
|
||||
text67: `Each time you send a blessing, it will consume 77 coins`,
|
||||
text68: `Vacant`,
|
||||
text69: `Unranked`,
|
||||
text70: `Content cannot be empty and cannot exceed 20 characters`,
|
||||
}
|
||||
}
|
@@ -6,7 +6,7 @@ langTr = {
|
||||
layerIndex2: 'İşlem tamamlandı',
|
||||
layerIndex3: 'Ağ hatası, lütfen çıkış yapıp tekrar girin',
|
||||
text1: `Ramazan Festivali`,
|
||||
text2: `Etkinlik süresi: 1 Mart - 7 Nisan`,
|
||||
text2: `Etkinlik zamanı: 27 Şubat - 4 Nisan`,
|
||||
text3: `<span>Ramazan <br> Soruları</span>`,
|
||||
text4: `<span>Bugünün <br> Coin Havuzu</span>`,
|
||||
text5: `Günün Soruları`,
|
||||
@@ -42,16 +42,16 @@ langTr = {
|
||||
text35: `CP`,
|
||||
text37: `Sıradan`,
|
||||
text39: `Şanslı`,
|
||||
text36: `Ramazan Fenerleri<br>01/03/2025`,
|
||||
text38: `Ramazan<br>01/03/2025`,
|
||||
text40: `Şans Fenerleri<br>01/03/2025`,
|
||||
text36: `Ramazan Fenerleri<br>27/02/2025`,
|
||||
text38: `Ramazan<br>27/02/2025`,
|
||||
text40: `Şans Fenerleri<br>27/02/2025`,
|
||||
text41: `Kur'an-ı Kerim<br>15/03/2025`,
|
||||
text42: `Bayram Pastaları<br>30/03/2025`,
|
||||
text43: `Şık Akşam Yemeği<br>30/03/2025`,
|
||||
text44: `Yanıt verme zamanı henüz gelmedi`,
|
||||
text45: `./images/rewardsPage3-tr.png`,
|
||||
text60: `İpucu`,
|
||||
text61: `Ramazan Bereketi göndermek 77 elmas gerektirir. Göndermek istediğinizden emin misiniz?`,
|
||||
text61: `Ramazan tebrikleri için 77 altın gerekiyor, gönderilsin mi?`,
|
||||
text62: `İptal`,
|
||||
text63: `Onayla`,
|
||||
text64: `Ramazan Kutlamaları`,
|
||||
@@ -60,6 +60,7 @@ langTr = {
|
||||
text67: `Her kutlama gönderdiğinizde 77 jeton harcanacaktır`,
|
||||
text68: `Boş`,
|
||||
text69: `Sırasız`,
|
||||
text70: `İçerik boş olamaz ve 20 karakteri geçemez`,
|
||||
}
|
||||
|
||||
}
|
@@ -6,7 +6,7 @@ langZh = {
|
||||
layerIndex2: '操作完成',
|
||||
layerIndex3: '網絡錯誤,請退出並重新進入',
|
||||
text1: `齋月節`,
|
||||
text2: `活動時間:3月1日 - 4月7日`,
|
||||
text2: `活動時間:2月27日-4月4日`,
|
||||
text3: `<span>齋月 <br> 問答</span>`,
|
||||
text4: `<span>今日 <br> 金幣獎池</span>`,
|
||||
text5: `今日問題`,
|
||||
@@ -40,18 +40,18 @@ langZh = {
|
||||
text33: `此活動與 Apple 無關。`,
|
||||
text34: `此活動與 Google 無關。`,
|
||||
text35: `CP`,
|
||||
text36: `提灯<br>01/03/2025`,
|
||||
text36: `提灯<br>27/02/2025`,
|
||||
text37: `普通`,
|
||||
text38: `斋月<br>01/03/2025`,
|
||||
text38: `斋月<br>27/02/2025`,
|
||||
text39: `幸运`,
|
||||
text40: `幸运提灯<br>01/03/2025`,
|
||||
text40: `幸运提灯<br>27/02/2025`,
|
||||
text41: `古兰经<br>15/03/2025`,
|
||||
text42: `开斋节蛋糕<br>30/03/2025`,
|
||||
text43: `丰盛晚餐<br>30/03/2025`,
|
||||
text44: `还未到答题时间`,
|
||||
text45: `./images/rewardsPage3.png`,
|
||||
text60: `提示`,
|
||||
text61: `發送齋月祝福需要 77 顆鑽石。您確定要發送嗎?`,
|
||||
text61: `發送齋月祝福需要 77 顆金币。您確定要發送嗎?`,
|
||||
text62: `取消`,
|
||||
text63: `確認`,
|
||||
text64: `齋月祝福`,
|
||||
@@ -60,6 +60,7 @@ langZh = {
|
||||
text67: `每次發送祝福都會消耗77枚硬幣`,
|
||||
text68: `空缺`,
|
||||
text69: `未上榜`,
|
||||
text70: `內容不能為空,且不能超過 20 個字`,
|
||||
}
|
||||
|
||||
|
||||
|
@@ -52,11 +52,13 @@
|
||||
<img src="./images/simg3.png" alt="">
|
||||
<img src="./images/simg4.png" alt="">
|
||||
</div>
|
||||
<img src="./images/newcp1.png" alt="" class="img11">
|
||||
<h2 class="text20"></h2>
|
||||
<div class="imgBox">
|
||||
<img src="./images/simg5.png" alt="">
|
||||
<img src="./images/simg6.png" alt="">
|
||||
</div>
|
||||
<img src="./images/newcp2.png" alt="" class="img11">
|
||||
<h2 class="text21"></h2>
|
||||
<h3 class="text22"></h3>
|
||||
<div class="null"></div>
|
||||
|
BIN
view/molistar/modules/rule/images/newcp1.png
Normal file
BIN
view/molistar/modules/rule/images/newcp1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
view/molistar/modules/rule/images/newcp2.png
Normal file
BIN
view/molistar/modules/rule/images/newcp2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
Reference in New Issue
Block a user