123456789101112131415161718192021222324252627282930313233343536373839 |
- .xieyi {
- .t {
- font-size: 36rpx;
- text-align: center;
- height: 88rpx;
- line-height: 88rpx;
- font-weight: bold;
- }
- .bd {
- padding: 0 32rpx;
- padding-bottom: 32rpx;
- }
- .del-btn {
- margin-top: 32rpx;
- }
- .content {
- width: 100%;
- box-sizing: border-box;
- padding: 32rpx;
- font-size: 32rpx;
- line-height: 54rpx;
- font-size: 12px;
- text-align: justify;
- text-indent: 28px;
- }
- .link {
- color: #10AEFF;
- }
- .mt32 {
- margin-top: 32rpx;
- }
- }
|