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.
16 lines
248 B
16 lines
248 B
5 years ago
|
page{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.grid_manage_item{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
height: 106rpx;
|
||
|
line-height: 106rpx;
|
||
|
margin: 0rpx 24rpx;
|
||
|
}
|
||
|
.grid_manage_item .view{
|
||
|
height: 60rpx;
|
||
|
width: 150rpx;
|
||
|
margin-top: 20rpx;
|
||
|
}
|