17 lines
301 B
SCSS
17 lines
301 B
SCSS
.addaddress {
|
|
background-color: white;
|
|
.btn1 {
|
|
position: fixed;
|
|
bottom: 102rpx;
|
|
left: 50rpx;
|
|
}
|
|
.choose{
|
|
width:100%;
|
|
height: 500rpx;
|
|
.item{
|
|
text-indent: 15rpx;
|
|
line-height: 70rpx;
|
|
|
|
}
|
|
}
|
|
} |