diff --git a/view/molistar/activity/2024-cityLove/css/index.css b/view/molistar/activity/2024-cityLove/css/index.css index f22480c5..ead4ab2b 100644 --- a/view/molistar/activity/2024-cityLove/css/index.css +++ b/view/molistar/activity/2024-cityLove/css/index.css @@ -158,6 +158,7 @@ body { background: url(../images/dayLimit.png) no-repeat; background-size: 100% 100%; text-indent: 0.05rem; + white-space: nowrap; } .page1 .page1Box4 .dayLimit1 { diff --git a/view/molistar/activity/2024-cityLove/css/index.scss b/view/molistar/activity/2024-cityLove/css/index.scss index 84e4ef5e..0587b7b4 100644 --- a/view/molistar/activity/2024-cityLove/css/index.scss +++ b/view/molistar/activity/2024-cityLove/css/index.scss @@ -165,6 +165,7 @@ body { background: url(../images/dayLimit.png) no-repeat; background-size: 100% 100%; text-indent: 0.05rem; + white-space: nowrap; } .dayLimit1 { @@ -613,7 +614,8 @@ body { display: block; width: 100%; } - .img2{ + + .img2 { display: none; } } diff --git a/view/molistar/activity/2024-cityLove/images/page1Box4.png b/view/molistar/activity/2024-cityLove/images/page1Box4.png index 4609b9d1..33f1362d 100644 Binary files a/view/molistar/activity/2024-cityLove/images/page1Box4.png and b/view/molistar/activity/2024-cityLove/images/page1Box4.png differ diff --git a/view/molistar/activity/2024-cityLove/images/rule1.png b/view/molistar/activity/2024-cityLove/images/rule1.png index 40a0e5c3..a0c72745 100644 Binary files a/view/molistar/activity/2024-cityLove/images/rule1.png and b/view/molistar/activity/2024-cityLove/images/rule1.png differ diff --git a/view/molistar/activity/2024-cityLove/images/rule2.png b/view/molistar/activity/2024-cityLove/images/rule2.png index 910f6e66..00bccdc6 100644 Binary files a/view/molistar/activity/2024-cityLove/images/rule2.png and b/view/molistar/activity/2024-cityLove/images/rule2.png differ diff --git a/view/molistar/common/js/common2.js b/view/molistar/common/js/common2.js index 3c4908fa..48258b55 100644 --- a/view/molistar/common/js/common2.js +++ b/view/molistar/common/js/common2.js @@ -1114,22 +1114,22 @@ function bodyScroolFun(bool) { } function rewardTypeFun(type) { if (type == "HEADWEAR") { - return { name: "头饰", unit: '天' }; + return { name: "頭飾", unit: '天' }; } else if (type == "NAMEPLATE") { - return { name: "铭牌", unit: '天' }; + return { name: "銘牌", unit: '天' }; } else if (type == "CHATBUBBLE") { - return { name: "气泡", unit: '天' }; + return { name: "氣泡", unit: '天' }; } else if (type == "INFOCARD") { - return { name: "资料卡", unit: '天' }; + return { name: "資料卡", unit: '天' }; } else if (type == "CAR") { - return { name: "座驾", unit: '天' }; + return { name: "座駕", unit: '天' }; } else if (type == "GIFT") { - return { name: "礼物", unit: '个' }; + return { name: "禮物", unit: '個' }; } else if (type == "DIAMOND") { - return { name: "钻石", unit: '个' }; + return { name: "鉆石", unit: '個' }; } else if (type == "GOLD") { - return { name: "金币", unit: '个' }; + return { name: "金幣", unit: '個' }; } else if (type == "EMPTY") { - return { name: nick, unit: '个' }; + return { name: nick, unit: '個' }; } } \ No newline at end of file