Commit 7de5ee2e by kaisa

feta:修改样式

parent d8b62bba
...@@ -419,8 +419,7 @@ const onSubmit = async () => { ...@@ -419,8 +419,7 @@ const onSubmit = async () => {
.marker { .marker {
position: relative; position: relative;
padding-top: 2px; padding-left: 40px;
padding-left: 43px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
...@@ -434,12 +433,21 @@ const onSubmit = async () => { ...@@ -434,12 +433,21 @@ const onSubmit = async () => {
span { span {
display: block; display: block;
padding-top: 10px; padding-top: 20px;
} }
.active { .active {
color: #49FFC2; 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 () => { ...@@ -898,6 +906,7 @@ const onSubmit = async () => {
font-weight: bold; font-weight: bold;
font-size: 24px; font-size: 24px;
color: #01173C; color: #01173C;
padding-left: 10px;
} }
.van-field__control::-webkit-input-placeholder { .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