feat: 移除操作区域代码
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user