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.

uploadCorpPhoto.wxss 798B

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