haomingming 959bfc61b1 优化
2023-03-14 14:09:21 +08:00

35 lines
528 B
Plaintext

page{
background-color: #F4F4F4;
}
.container{
width: 100vw;
padding-top: 20rpx;
}
.list{
width: 92vw;
margin: 0 auto;
}
.item{
display: flex;
flex-direction: row;
background-color: #fff;
padding: 20rpx;
border-radius: 10rpx;
margin-bottom: 20rpx;
align-items: center;
justify-content: space-between;
}
.item_top{
display: flex;
align-items: center;
}
.item_content{
font-size: 34rpx;
color: #333333;
margin-left: 10rpx;
}
.hongdian{
height: 50rpx;
display: flex;
align-items: center;
}