Commit 0369fed7 by xiawei

选择地址 bug修复

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