|
@@ -328,7 +328,8 @@
|
|
|
|
|
|
/*** 我的页面***/
|
|
|
.client-my-page{
|
|
|
- background-color:#f8f9fd;
|
|
|
+ background-color:#f8f9fd;height: 100vh;
|
|
|
+ // head
|
|
|
.my-head-box{
|
|
|
width: 100%;height:372rpx;display: flex;align-items: center;box-sizing: border-box;padding: 52rpx 52rpx 0 52rpx;
|
|
|
background-image: url("@/static/images/my/client-my-bj.png");@include ezy-no-repeat-cover();
|
|
@@ -340,9 +341,39 @@
|
|
|
.head-content-box{
|
|
|
font-size: 46rpx;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();
|
|
|
- }
|
|
|
+ .idcard-icon{width: 56rpx;height:56rpx;background-image: url("@/static/images/my/my-card-icon.png");@include ezy-no-repeat-cover();}
|
|
|
.idcard-text{font-size: 36rpx;margin-left: 10rpx;}
|
|
|
}
|
|
|
+
|
|
|
+ // num
|
|
|
+ .my-num-box{
|
|
|
+ background-color: #fff;box-sizing: border-box;padding: 36rpx;border-radius: 8rpx;
|
|
|
+ display: flex;justify-content: space-around;margin: 20rpx;
|
|
|
+ .num-item-box{
|
|
|
+ display: flex;flex-direction: column;align-items: center;position: relative;
|
|
|
+ icon{width: 100rpx;height: 100rpx;@include ezy-no-repeat-cover();margin-bottom: 10rpx;}
|
|
|
+ .ks-icon{background-image: url("@/static/images/my/my-ks-icon.png");}
|
|
|
+ .lx-icon{background-image: url("@/static/images/my/my-lx-icon.png");}
|
|
|
+ .kc-icon{background-image: url("@/static/images/my/my-kc-icon.png");}
|
|
|
+ .my-num-badge{position: absolute;right: -8rpx;top: -12rpx;}
|
|
|
+ .num-title{font-size: 28rpx;color: #333;}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // list
|
|
|
+ .my-list-box{
|
|
|
+ width:700rpx;margin: 0 auto;background-color: #fff;border-radius: 8rpx;padding: 0 36rpx;
|
|
|
+ .list-row{border-bottom: 2rpx solid #eee;color: #333;box-sizing: border-box;padding: 42rpx 0;
|
|
|
+ display: flex;align-items: center;position: relative;}
|
|
|
+ .list-row::after{
|
|
|
+ content: '';width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
|
|
|
+ position: absolute;right: 0;transform: rotate(270deg);
|
|
|
+ }
|
|
|
+ .list-row:last-child{border: 0;}
|
|
|
+ .list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 32rpx;}
|
|
|
+ .user-icon{background-image: url("@/static/images/my/my-editor-icon.png");}
|
|
|
+ .score-icon{background-image: url("@/static/images/my/my-score-icon.png");}
|
|
|
+ .login-out-icon{background-image: url("@/static/images/my/login-out-icon.png");}
|
|
|
+ }
|
|
|
}
|