|
@@ -220,7 +220,7 @@
|
|
if (timer) { clearTimeout(timer); }
|
|
if (timer) { clearTimeout(timer); }
|
|
timer = setTimeout(() => { flag = true }, 1500);
|
|
timer = setTimeout(() => { flag = true }, 1500);
|
|
}
|
|
}
|
|
- visit()
|
|
|
|
|
|
+ // visit()
|
|
</script>
|
|
</script>
|
|
</body>
|
|
</body>
|
|
<style>
|
|
<style>
|
|
@@ -239,6 +239,17 @@
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .toast-center-center {
|
|
|
|
+ position: fixed;
|
|
|
|
+ min-width: 220px;
|
|
|
|
+ top: 50%;
|
|
|
|
+ left: 50%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ border-radius: 0.2rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
@media (max-width: 480px) and (min-width: 241px) {
|
|
@media (max-width: 480px) and (min-width: 241px) {
|
|
#toast-container>div {
|
|
#toast-container>div {
|
|
min-width: 80px !important;
|
|
min-width: 80px !important;
|