VehicleInquiry.scss 515 B

123456789101112131415161718192021222324252627282930
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. height: calc(100vh - 44px);
  7. &-title {
  8. text-align: center;
  9. font-size: 30rpx;
  10. color: #888;
  11. margin-bottom: 40rpx;
  12. }
  13. &-select {
  14. width: 620rpx;
  15. text-align: center;
  16. color: #777777;
  17. padding: 20rpx 0x;
  18. &-empty {
  19. text-align: center;
  20. font-size: 26rpx;
  21. }
  22. &-scroll {
  23. height: 600rpx;
  24. }
  25. }
  26. &-btn {
  27. width: 680rpx;
  28. margin-top: 40rpx;
  29. }
  30. }