feat: 表单过期

This commit is contained in:
2026-01-26 13:26:46 +08:00
parent dc469add22
commit 564e179082
5 changed files with 84 additions and 12 deletions

View File

@@ -141,6 +141,7 @@
overflow: auto;
height: 100vh;
// 隐藏滚动条箭头,只显示滚动条本体
box-sizing: border-box;
&::-webkit-scrollbar {
display: none;
width: 0;
@@ -154,6 +155,7 @@
background-color: #232323;
padding-left: 21.5rem;
padding-right: 8.6rem;
box-sizing: border-box;
.header-left {
.logo {
width: 13rem;
@@ -176,6 +178,7 @@
.footer {
height: 10rem;
padding-left: 21.5rem;
box-sizing: border-box;
padding-right: 22rem;
background-color: #232323;
.social-list {