business.wxss 294 B

123456789101112131415161718192021
  1. .page-header-search {
  2. padding: 20rpx 0 28rpx;
  3. }
  4. .app_nav-wrap {
  5. margin-bottom: 38rpx;
  6. }
  7. .pullup-wrapper {
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. width: 100%;
  12. height: 50px;
  13. }
  14. .van-loading__text {
  15. color: #969799;
  16. font-size: 14px;
  17. line-height: 20px;
  18. }