| 123456789101112131415161718192021222324252627282930 | .msg-mian {    width: 750rpx;    padding: 30rpx;    box-sizing: border-box;    background-color: #ffffff;    .title {        font-size: 30rpx;        font-family: PingFang SC-Bold, PingFang SC;        font-weight: bold;        color: #333333;    }    .time {        width: 100%;        margin-top: 20rpx;        font-size: 20rpx;        font-family: PingFang SC-Regular, PingFang SC;        color: #999999;        padding-bottom: 30rpx;        border-bottom: 1rpx dashed #CCCCCC;    }    .content {        margin-top: 30rpx;        font-size: 28rpx;        font-family: PingFang SC-Regular, PingFang SC;        color: #666666;    }}
 |