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.

uploadEnterprise.scss 1.0KB

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