index.scss 201 B

12345678910111213
  1. @import "../../static/unread.wxss";
  2. page {
  3. padding-bottom: 0;
  4. }
  5. .list-box {
  6. width: 690rpx;
  7. background: #FFFFFF;
  8. border-radius: 16rpx;
  9. margin: 20rpx auto 0;
  10. padding: 30rpx 0;
  11. }