统一selectStyle和toproduct按钮
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user