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.wxss 1.0KB

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