12345678910111213141516171819 |
- .wrapper {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- padding: 48rpx;
- background-color: rgb(230, 239, 225);
- view {
- line-height: 38rpx;
- font-size: 28rpx;
- color: rgba(102, 102, 102, 1);
- &.mt-20 {
- margin-top: 20rpx;
- }
- }
- }
|