This commit is contained in:
X1627315083
2023-12-07 14:26:21 +08:00
parent 1ffdfba500
commit 6e0cc3156d
11 changed files with 56 additions and 32 deletions

View File

@@ -109,14 +109,14 @@ ul,li{
}
//started公共按钮样式
.started_btn{
padding: .5rem 2rem;
padding: .4rem 1.8rem;
display: inline-block;
border-radius: 2rem;
font-size: 1.2rem;
color: #fff;
background-color: #39215b;
cursor: pointer;
zoom: .9;
zoom: 1;
}