You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
1.5 KiB
94 lines
1.5 KiB
/* pages/addr/addr.wxss */
|
|
.box{
|
|
height:90rpx;
|
|
background:#fff;
|
|
padding:0 42rpx;
|
|
display:flex;
|
|
flex-direction:row;
|
|
line-height:90px;
|
|
align-items:baseline;
|
|
position: relative;
|
|
}
|
|
.text{
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
width: 23%;
|
|
}
|
|
.inputBox{
|
|
width:72%;
|
|
font-size: 30rpx;
|
|
}
|
|
.top58{
|
|
margin-top: 58rpx;
|
|
}
|
|
.top1{
|
|
margin-top: 1rpx;
|
|
}
|
|
.sug_info{
|
|
position:absolute;
|
|
z-index:1000;
|
|
background:#fff;
|
|
top:90rpx;
|
|
width:100%;
|
|
margin:0px;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
right:0rpx;
|
|
left:0rpx;
|
|
max-height: 540rpx;
|
|
}
|
|
.detailAddr{
|
|
font-size:30rpx;
|
|
padding:0 25rpx;
|
|
line-height:90rpx;
|
|
height: 90rpx;
|
|
}
|
|
.icon{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
margin-left:42rpx;
|
|
}
|
|
.smallBox{
|
|
height:90rpx;
|
|
background:#fff;
|
|
display:flex;
|
|
flex-direction:row;
|
|
line-height:90px;
|
|
align-items:center;
|
|
position: relative;
|
|
border-top: thin solid #eee;
|
|
}
|
|
.subBtn{
|
|
width: 90%;
|
|
margin: 40rpx auto;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #1eba84;
|
|
border-radius:5px;
|
|
}
|
|
.ad_popError{
|
|
background: #de352d;
|
|
color: #fff;
|
|
height: 58rpx;
|
|
line-height: 58rpx;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index:3;
|
|
}
|
|
.clear{
|
|
font-size: 24rpx;
|
|
width:30rpx;
|
|
border: 2rpx solid #333;
|
|
border-radius:50%;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
text-align: center;
|
|
background: #eee;
|
|
color: #333;
|
|
}
|