28 lines
405 B
Plaintext
28 lines
405 B
Plaintext
page{
|
|
background-color: #F4F4F4;
|
|
}
|
|
.container{
|
|
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;
|
|
} |