guide.scss 237 B

123456789101112131415161718
  1. .wrapper {
  2. position: absolute;
  3. left: 0;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. padding: 48rpx;
  8. view {
  9. line-height: 38rpx;
  10. font-size: 28rpx;
  11. color: rgba(68, 68, 68, 1);
  12. &.mt-20 {
  13. margin-top: 20rpx;
  14. }
  15. }
  16. }