27 lines
471 B
Plaintext
27 lines
471 B
Plaintext
.xiangqing{
|
|
width: 95%;
|
|
margin-top: 20rpx;
|
|
border-radius: 20px;
|
|
background-color: #F8F8F8;
|
|
}
|
|
.titlemessgae{
|
|
width: 100%;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.richtext {
|
|
padding: 0rpx 24rpx 24rpx 0rpx;
|
|
border-radius: 16rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
line-height: 1.8;
|
|
box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.05);
|
|
}
|
|
.fenbu{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
} |