draft.wxss
399 字节
/* pages/my/draft/draft.wxss */
.list_img {
width: 120rpx;
height: 120rpx;
margin-right: 30rpx;
}
.item_list{
display: flex;
align-items: center;
padding: 30rpx;
border-bottom: 1rpx solid #EBEBEB;
line-height: 50rpx;
}
.list_content_box{
width: 80%;
}
.list_content{
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
color: #282829;
}