|
|
@@ -506,8 +506,8 @@
|
|
|
.my-info-page{
|
|
|
background-color: #f8f9fd;height: 100vh;
|
|
|
.user-img-box{
|
|
|
- display: flex;background-color: #fff;margin-bottom: 24rpx;
|
|
|
- padding: 16rpx;box-sizing: border-box;align-items: center;
|
|
|
+ height: 240rpx;display: flex;background-color: #fff;margin-bottom: 24rpx;position: relative;
|
|
|
+ padding: 16rpx;box-sizing: border-box;align-items: center;justify-content: space-between;
|
|
|
.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{
|
|
|
@@ -520,6 +520,16 @@
|
|
|
.user-title{font-size: 30rpx;color: #333;margin-left: 20rpx;}
|
|
|
.user-jt-icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
transform: rotate(270deg);margin-left: 4rpx;}
|
|
|
+ .user-img{
|
|
|
+ max-height: 200rpx;max-width: 160rpx;margin: 0 auto;display: block;
|
|
|
+ position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
+ .user-add-box{
|
|
|
+ width: 200rpx;height: 200rpx;position: absolute;
|
|
|
+ top: 50%;left: 50%;transform: translate(-40%,-50%);
|
|
|
+ border: 2rpx solid #eee;border-radius: 8rpx;font-size: 36rpx;
|
|
|
+ }
|
|
|
}
|
|
|
.info-btn{width: 360rpx;margin: 100rpx auto 24rpx;font-size: 30rpx;}
|
|
|
}
|