feat: 移除操作区域代码

This commit is contained in:
duanshuwen
2025-07-30 11:57:25 +08:00
parent 27ea45145b
commit 6831004189
3 changed files with 0 additions and 58 deletions

View File

@@ -89,28 +89,3 @@
border: 1px solid #fd8702;
}
}
.action-area {
padding-bottom: 16px;
}
.action-btn {
width: 280px;
height: 42px;
border-radius: 50px;
border: 2px solid #ffca70;
font-size: 14px;
font-weight: 500;
transition: all 0.3s ease;
background: linear-gradient(179deg, #ffb100 0%, #ff7f19 100%);
color: #ffffff;
margin: 0 auto;
&:hover {
background: linear-gradient(135deg, #ff7a00 0%, #ff6600 100%);
}
&:active {
transform: scale(0.95);
}
}