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

27 lines
414 B
Plaintext

.container{
background-color: #F4F4F4;
height: 100vh;
width: 100vw;
}
.data{
background-color: #fff;
margin: 20rpx auto;
padding: 20rpx 30rpx;
}
.item{
display: flex;
margin-bottom: 30rpx;
}
.title{
flex: 1;
font-size: 34rpx;
color: #333333;
text-align: justify;
text-justify:distribute-all-lines;
text-align-last: justify;
}
.conent{
flex: 4;
font-size: 30rpx;
color: #666666;
}