Commit 0369fed7 by xiawei

选择地址 bug修复

parent 8b281c3b
...@@ -342,19 +342,19 @@ export default { ...@@ -342,19 +342,19 @@ export default {
background-color: #f7f7f7; background-color: #f7f7f7;
.btns { .btns {
padding: 0.05rem 0.15rem; padding: 5px 15px;
height: 0.45rem; height: 45px;
line-height: 0.35rem; line-height: 35px;
background-color: #f0f1f3; background-color: #f0f1f3;
font-size: 0.16rem; font-size: 16px;
.close { .close {
padding: 0 0.15rem; padding: 0 15px;
color: #999; color: #999;
float: left; float: left;
} }
.change { .change {
padding: 0 0.15rem; padding: 0 15px;
color: #f14936; color: #f14936;
float: right; float: right;
} }
...@@ -362,28 +362,28 @@ export default { ...@@ -362,28 +362,28 @@ export default {
.list-box { .list-box {
position: relative; position: relative;
display: flex; display: flex;
height: 2rem; height: 200px;
font-size: 0.16rem; font-size: 16px;
text-align: center; text-align: center;
.select-box { .select-box {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0.8rem; top: 80px;
width: 100%; width: 100%;
height: 0.4rem; height: 40px;
border-top: 0.01rem solid #efefef; border-top: 1px solid #efefef;
border-bottom: 0.01rem solid #efefef; border-bottom: 1px solid #efefef;
} }
.city-item { .city-item {
position: relative; position: relative;
flex: 1; flex: 1;
padding: 0 0.05rem; padding: 0 5px;
overflow: hidden; overflow: hidden;
.list { .list {
position: absolute; position: absolute;
top: 0.8rem; top: 80px;
left: 0; left: 0;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
...@@ -391,8 +391,8 @@ export default { ...@@ -391,8 +391,8 @@ export default {
transition: transform 0.18s ease-out; transition: transform 0.18s ease-out;
.item { .item {
height: 0.4rem; height: 40px;
line-height: 0.4rem; line-height: 40px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
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