change: 修改版本号
This commit is contained in:
parent
46cddc3daa
commit
70913f9edd
|
@ -70,7 +70,7 @@
|
||||||
c = ((new Date).getTime() - a) / (i - a) * 100,
|
c = ((new Date).getTime() - a) / (i - a) * 100,
|
||||||
u = c <= 100 ? c + "%" : "100%",
|
u = c <= 100 ? c + "%" : "100%",
|
||||||
m = c <= 100 ? c.toFixed(0) + "%" : "已达标 ";
|
m = c <= 100 ? c.toFixed(0) + "%" : "已达标 ";
|
||||||
n.style.setProperty("--past-time-percentage", c + "%"), t.style.setProperty("--progress-percentage", u), o.textContent = m, o.style.left = `calc(${c}% - 33px)`, r.textContent = "" + new Date(a).toLocaleDateString(), s.textContent = "" + new Date(i).toLocaleDateString(), setTimeout(() => {
|
n.style.setProperty("--past-time-percentage", c + "%"), t.style.setProperty("--progress-percentage", u), o.textContent = m, o.style.left = `calc(${c}% - 3rem)`, r.textContent = "" + new Date(a).toLocaleDateString(), s.textContent = "" + new Date(i).toLocaleDateString(), setTimeout(() => {
|
||||||
o.style.visibility = "visible"
|
o.style.visibility = "visible"
|
||||||
}, 2500);
|
}, 2500);
|
||||||
})()
|
})()
|
||||||
|
|
|
@ -92,6 +92,7 @@
|
||||||
|
|
||||||
.author-content-item.map:hover .map-title {
|
.author-content-item.map:hover .map-title {
|
||||||
bottom: -100%;
|
bottom: -100%;
|
||||||
|
border-radius: 0 0 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-content-item.map .map-title b {
|
.author-content-item.map .map-title b {
|
||||||
|
|
Loading…
Reference in New Issue