business.scss 936 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: 50rpx;
  13. }
  14. .van-loading__text {
  15. color: #969799;
  16. font-size: 14rpx;
  17. line-height: 20rpx;
  18. }
  19. .popup-body {
  20. padding-top: 28rpx;
  21. &-icon {
  22. width: 92rpx;
  23. height: 8rpx;
  24. border-radius: 4rpx;
  25. margin: 0 auto;
  26. background-color: #91B379;
  27. }
  28. &-title {
  29. padding-left: 68rpx;
  30. margin-top: 32rpx;
  31. margin-bottom: 18rpx;
  32. line-height: 58rpx;
  33. font-size: 40rpx;
  34. color: #333333;
  35. }
  36. }
  37. .form-item {
  38. display: flex;
  39. justify-content: space-between;
  40. align-items: center;
  41. width: 100%;
  42. height: 98rpx;
  43. padding: 0 48rpx 0 68rpx;
  44. &-label {
  45. line-height: 52rpx;
  46. font-size: 36rpx;
  47. color: #666666;
  48. }
  49. .van-checkbox__icon.van-checkbox__icon--round {
  50. border-color: #91B379;
  51. }
  52. }