Merge branch 'main' of http://18.167.251.121:10003/aidlab/lanecarford_front
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2025-12-01 11:32:05 +08:00
4 changed files with 39 additions and 26 deletions

View File

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

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;
}
}