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.
|
|
|
/* subpages/home/pages/streetPage/streetPage.wxss */
|
|
|
|
page{
|
|
|
|
background-color: #e9e9e9;
|
|
|
|
width:100%;
|
|
|
|
height:100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-list{
|
|
|
|
margin: 0 20rpx;
|
|
|
|
overflow-y: scroll;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding:0 30rpx;
|
|
|
|
/* background-color: #fff; */
|
|
|
|
}
|
|
|
|
.item-list .item{
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
height: 100rpx;
|
|
|
|
padding:0 20rpx;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
}
|
|
|
|
.item-list .item image{
|
|
|
|
width: 30rpx;
|
|
|
|
height: 30rpx;
|
|
|
|
}
|