1234567891011121314151617181920212223 |
- .image-contain {
- margin: 25rpx;
- }
- .image-pick {
- background: #FFFFFF;
- border: 2rpx dashed #A7ADB7;
- border-radius: 16rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 205rpx;
- height: 205rpx;
- }
- .image-tip {
- font-size: 23rpx;
- color: #666666;
- }
|