取消公共按钮样式,

This commit is contained in:
X1627315083
2025-12-01 13:15:43 +08:00
parent ed5c3232b9
commit 1a8cda5d5d
4 changed files with 25 additions and 46 deletions

View File

@@ -83,21 +83,3 @@ html:root {
min-height: fit-content;
}
.general_button{
border-radius: .7rem;
border: 3px solid #000;
background-color: #000;
text-align: center;
color: #fff;
font-family: satoshiMedium;
&.smail{
font-size: 3.6rem;
width: 24.6rem;
line-height: 6.7rem;
}
&.big{
font-size: 3.8rem;
line-height: 7.4rem;
width: 3.4rem;
}
}