|
@@ -402,13 +402,14 @@
|
|
|
.user-img-box{
|
|
|
display: flex;background-color: #fff;margin-bottom: 24rpx;
|
|
|
padding: 16rpx;box-sizing: border-box;
|
|
|
- .uni-file-picker__container{justify-content: center;border: 0;}
|
|
|
- .file-picker__box-content{border: 0;border-width: 0 !important;;}
|
|
|
+ .uni-file-picker__container{justify-content: center;border: 0;border-radius: 50%;}
|
|
|
+ .file-picker__box-content{border: 0;border-width: 0 !important;}
|
|
|
.user-file-picker{
|
|
|
.file-picker-image{max-height: 200rpx;max-width: 160rpx;}
|
|
|
+ img{max-width: 100%;max-height: 200rpx;}
|
|
|
}
|
|
|
.head-icon-box{width: 160rpx;height: 200rpx;margin: 0 auto;
|
|
|
- background-image: url("@/static/images/my/client-default-icon.png");@include ezy-no-repeat-cover();}
|
|
|
+ background-image: url("@/static/images/my/user-default-img.png");@include ezy-no-repeat-cover();}
|
|
|
}
|
|
|
.info-btn{width: 360rpx;margin: 100rpx auto 24rpx;font-size: 30rpx;}
|
|
|
}
|