deguodaigou/pages/addaddress/addaddress.scss

17 lines
301 B
SCSS
Raw Permalink Normal View History

2019-12-23 10:04:09 +08:00
.addaddress {
background-color: white;
.btn1 {
position: fixed;
bottom: 102rpx;
left: 50rpx;
}
.choose{
width:100%;
height: 500rpx;
.item{
text-indent: 15rpx;
line-height: 70rpx;
}
}
2019-12-14 11:53:14 +08:00
}