修复时间异常ss公会
This commit is contained in:
@@ -441,7 +441,8 @@ body::-webkit-scrollbar {
|
||||
|
||||
.page1 .my {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 0;
|
||||
width: 10rem;
|
||||
height: 2.50667rem;
|
||||
|
@@ -447,7 +447,8 @@ body {
|
||||
|
||||
.my {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 0;
|
||||
width: px2rem(750);
|
||||
height: px2rem(188);
|
||||
|
@@ -96,7 +96,7 @@ function getConfig() {
|
||||
// 倒计时
|
||||
countup(res.data.monthEndTime - res.timestamp);
|
||||
// 处理时间
|
||||
$('.header .actTime b').text(`${res.data.startDate}-${res.data.startDate}`);
|
||||
$('.header .actTime b').text(`${res.data.startDate}-${res.data.endDate}`);
|
||||
// 渲染排名
|
||||
var listTo3 = res.data.rankList.slice(0, 3);
|
||||
var notListTo3 = res.data.rankList.slice(3);
|
||||
|
Reference in New Issue
Block a user