123456789101112131415161718192021 |
- .scroll-y{
- height: 95%;
- overflow: hidden;
- }
- .content-box {
- height: 100%;
- width: 100%;
- text-indent:2rem;
- padding: 20rpx 30rpx 20rpx 30rpx;
- }
- .text_5 {
- width: 686rpx;
- height: 100%;
- overflow-wrap: break-word;
- color: rgba(51, 51, 51, 1);
- font-size: 28rpx;
- font-weight: NaN;
- text-align: left;
- line-height: 44rpx;
- }
|