index.scss 112 B

12345678
  1. /* pages/home/index.wxss */
  2. .home {
  3. width: 750rpx;
  4. .top{
  5. width: 750rpx;
  6. margin-bottom: 15rpx;
  7. }
  8. }