统一selectStyle和toproduct按钮
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
X1627315083
2025-12-01 10:24:33 +08:00
parent 5d6ad32c80
commit ed5c3232b9
4 changed files with 39 additions and 26 deletions

View File

@@ -81,4 +81,23 @@ html:root {
line-height: 5rem;
padding: 0 2rem;
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;
}
}