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

@@ -55,7 +55,7 @@
.banner {
height: 108rem;
background: url('@/assets/images/award/banner.png') no-repeat;
background-size: 100% 100%;
background-size: cover;
position: relative;
.submit-btn {
width: 41rem;
@@ -63,6 +63,7 @@
line-height: 6.394rem;
text-align: center;
border-radius: 3.2rem;
background-color: rgba(35, 35, 35, 0.7);
box-shadow: inset 0 0 1119px 0 rgba(255, 255, 255, 0.3),
inset -0.8px -2.4px 1.6px 0.4px rgba(255, 255, 255, 0.1),
inset 0.8px 2.4px 1.6px 0 rgba(255, 255, 255, 0.3);
@@ -72,8 +73,8 @@
font-size: 2.4rem;
column-gap: 3.2rem;
position: absolute;
top: 23.88rem;
left: 51rem;
left: 42.1rem;
bottom: 15.7rem;
backdrop-filter: blur(5px);
cursor: pointer;
.arrow {
@@ -90,6 +91,7 @@
font-weight: 400;
font-size: 2rem;
line-height: 2.2rem;
color: #232323E5;
}
}
}