12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .uploadCar {
- 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-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;
- }
- }
|