Commit 7de5ee2e by kaisa

feta:修改样式

parent d8b62bba
......@@ -419,8 +419,7 @@ const onSubmit = async () => {
.marker {
position: relative;
padding-top: 2px;
padding-left: 43px;
padding-left: 40px;
display: flex;
flex-direction: column;
align-items: center;
......@@ -434,13 +433,22 @@ const onSubmit = async () => {
span {
display: block;
padding-top: 10px;
padding-top: 20px;
}
.active {
color: #49FFC2;
padding-top: 10px;
}
}
.marker:nth-child(1){
padding-left: 53px;
}
.marker:nth-child(3){
padding-left: 30px;
}
}
}
......@@ -898,6 +906,7 @@ const onSubmit = async () => {
font-weight: bold;
font-size: 24px;
color: #01173C;
padding-left: 10px;
}
.van-field__control::-webkit-input-placeholder {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment