viewPage.scss 246 B

123456789101112
  1. @import '../../../../static/unread.wxss';
  2. .switch {
  3. display: flex;
  4. align-items: center;
  5. height: 90rpx;
  6. width: 650rpx;
  7. box-sizing: border-box;
  8. padding-right: 30rpx;
  9. justify-content: flex-end;
  10. background: #ffffff;
  11. }