This commit is contained in:
X1627315083
2024-04-25 17:16:34 +08:00
parent 2c08adbfbe
commit 9562ae4225
4 changed files with 47 additions and 11 deletions

View File

@@ -100,13 +100,15 @@ li {
padding: 0 1rem;
}
.started_btn {
padding: calc(0.4rem*1.2) calc(1.8rem*1.2);
padding: 0 calc(1.8rem*1.2);
display: inline-block;
border-radius: calc(2rem*1.2);
font-size: calc(1.2rem*1.2);
color: #fff;
background-color: #39215b;
cursor: pointer;
height: 3.3rem;
line-height: 3.3rem;
zoom: 1;
}
.el-cascader {

View File

@@ -115,13 +115,15 @@ input:focus{
}
//started公共按钮样式
.started_btn{
padding: calc(.4rem*1.2) calc(1.8rem*1.2);
padding: 0 calc(1.8rem*1.2);
display: inline-block;
border-radius: calc(2rem*1.2);
font-size: calc(1.2rem*1.2);
color: #fff;
background-color: #39215b;
cursor: pointer;
height: 3.3rem;
line-height: 3.3rem;
zoom: 1;
}