|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .Upload {
- &_enterprise{
- &__content{
- display: flex;
- width: 690rpx;
- justify-content: space-around;
- align-items: center;
- .cu-form-new-group {
- display: flex;
- align-items: center;
- min-height: 100rpx;
- justify-content: space-between;
- }
- .flex-sub {
- display: flex;
- justify-content: center;
- .bg-img {
- position: relative;
- }
- .image-show {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .photo {
- position: absolute;
- }
- }
- .id-tip,
- .id-tip-showOne {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333;
- line-height: 80rpx;
- text-align: center;
- }
- .id-tip-showOne {
- color: #666;
- text-align: center;
- }
-
- .position-right {
- position: absolute;
- right: 0;
- top: 0;
- }
- }
-
- }
- }
|