修复热恋bug
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 393 KiB After Width: | Height: | Size: 442 KiB |
Binary file not shown.
Before Width: | Height: | Size: 468 KiB After Width: | Height: | Size: 559 KiB |
Binary file not shown.
Before Width: | Height: | Size: 632 KiB After Width: | Height: | Size: 594 KiB |
@@ -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: '個' };
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user