进村地区选择器调整

This commit is contained in:
aixianling
2022-03-24 15:03:37 +08:00
parent 0357fa0940
commit fb8f81951a

View File

@@ -241,13 +241,6 @@ export default {
}
}
b {
display: block;
width: 100%;
line-height: 96px;
text-align: center;
}
em {
font-style: normal;
font-size: 24px;
@@ -280,14 +273,11 @@ export default {
}
.fixedTop {
top: 0;
width: 100vw;
left: 0;
background: #fff;
border-bottom: 4px solid #f5f5f5;
z-index: 1;
text-align: start;
padding: 0 32px;
padding: 32px 32px 0;
box-sizing: border-box;
}
}