Commit 64954f29 by Chao Sun

问卷样式修改

parent ce910278
......@@ -149,9 +149,22 @@ ol li {
width: 100%;
}
.jobContent li,
.income li,
.cityContent li {
.jobContent li {
width: 100%;
height: 55px;
border: 1px #8a8a8a solid;
margin-bottom: 15px;
border-radius: 4px;
box-sizing: border-box;
padding-left: 5%;
line-height: 1.5;
display: flex;
align-items: center;
padding: 0 3%;
}
.cityContent li,
.income li {
width: 100%;
height: 55px;
line-height: 55px;
......
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 to comment