newGoods.scss 321 B

12345678910111213141516171819202122232425
  1. .wrapper {
  2. padding-top: 20rpx;
  3. }
  4. .margin-bottom-20 {
  5. margin-bottom: 20rpx;
  6. }
  7. .main {
  8. padding: 58rpx 0 220rpx;
  9. }
  10. .pullup-wrapper {
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. width: 100%;
  15. height: 50px;
  16. }
  17. .van-loading__text {
  18. color: #969799;
  19. font-size: 14px;
  20. line-height: 20px;
  21. }