guide.scss 280 B

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