2023-03-06 17:57:39 +08:00

33 lines
519 B
Plaintext

.container{
background-color: #F4F4F4;
height: 100vh;
width: 100vw;
}
.list{
width: 92vw;
margin: 20rpx 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;
}