|
@@ -340,22 +340,24 @@
|
|
|
|
|
|
/*** 我的页面***/
|
|
|
.client-my-page{
|
|
|
- background-color:#f8f9fd;height: 100vh;
|
|
|
+ background-color:#f8f9fd;height: 100vh;box-sizing: border-box;padding-bottom: 120rpx;overflow: auto;
|
|
|
// head
|
|
|
.my-head-box{
|
|
|
width: 100%;height:300rpx;display: flex;align-items: center;box-sizing: border-box;padding: 24rpx 52rpx;
|
|
|
background-image: url("@/static/images/my/client-my-bj.png");@include ezy-no-repeat-cover(top);
|
|
|
}
|
|
|
- .head-img-box,.head-icon-box{
|
|
|
- max-width: 160rpx;max-height: 200rpx;
|
|
|
- border: 1rpx solid #fff;margin-right: 32rpx;
|
|
|
+ .head-img-box{
|
|
|
+ width: 170rpx;height: 170rpx;margin-right: 32rpx;border-radius: 50%;overflow: hidden;
|
|
|
}
|
|
|
+ .head-img,.head-icon{ width: 100%;height: auto;}
|
|
|
.head-icon-box{width: 413rpx;height: 582rpx;background-image: url("@/static/images/my/client-default-icon.png");@include ezy-no-repeat-cover();}
|
|
|
.head-content-box{
|
|
|
- font-size: 36rpx;color: #fff;
|
|
|
- .idcard-row-box{display: flex;align-items: center;margin-top: 24rpx;}
|
|
|
- .idcard-icon{width: 56rpx;height:56rpx;background-image: url("@/static/images/my/my-card-icon.png");@include ezy-no-repeat-cover();flex-shrink: 0;}
|
|
|
- .idcard-text{font-size: 32rpx;margin-left: 10rpx;}
|
|
|
+ font-size: 32rpx;color: #fff;
|
|
|
+ .head-content-row-box{display: flex;align-items: center;margin-top: 20rpx;}
|
|
|
+ .tel-icon,.idcard-icon{width: 40rpx;height:40rpx;@include ezy-no-repeat-cover();flex-shrink: 0;}
|
|
|
+ .tel-icon{background-image: url("@/static/images/my/my-tel-icon.png");}
|
|
|
+ .idcard-icon{background-image: url("@/static/images/my/my-idcard-icon.png");}
|
|
|
+ .content-text{font-size: 30rpx;margin-left: 10rpx;}
|
|
|
}
|
|
|
|
|
|
// num
|