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.
21 lines
405 B
21 lines
405 B
2 years ago
|
/* subpages/home/pages/gridPage/gridPage.wxss */
|
||
|
.item-list{
|
||
|
height: auto;
|
||
|
overflow-y: scroll;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding: 30rpx;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.item-list .item{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
margin-top: 20rpx;
|
||
|
height: 50rpx;
|
||
|
}
|
||
|
.item-list .item image{
|
||
|
width: 30rpx;
|
||
|
height: 30rpx;
|
||
|
}
|