You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uploadCar.scss 689B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .uploadCar {
  2. display: flex;
  3. width: 690rpx;
  4. justify-content: space-around;
  5. align-items: center;
  6. .cu-form-new-group {
  7. display: flex;
  8. align-items: center;
  9. min-height: 100rpx;
  10. justify-content: space-between;
  11. }
  12. .flex-sub {
  13. display: flex;
  14. justify-content: center;
  15. .bg-img {
  16. position: relative;
  17. }
  18. .image-show {
  19. display: flex;
  20. justify-content: center;
  21. align-items: center;
  22. }
  23. .photo {
  24. position: absolute;
  25. }
  26. }
  27. .id-tip,
  28. .id-tip-showOne {
  29. font-size: 28rpx;
  30. color: #333;
  31. line-height: 80rpx;
  32. text-align: center;
  33. }
  34. .id-tip-showOne {
  35. color: #666;
  36. text-align: center;
  37. }
  38. .position-right {
  39. position: absolute;
  40. right: 0;
  41. top: 0;
  42. }
  43. }