|
|
@@ -1068,7 +1068,10 @@
|
|
|
}
|
|
|
|
|
|
@include mediaSmall() {
|
|
|
- .my-title-navBar-box{padding-top: 16rpx;}
|
|
|
+ .my-title-navBar-box{
|
|
|
+ padding-top: 12rpx;
|
|
|
+ &::before{height: 288rpx;background-image: url("@/static/images/pad/common/my-page-header-bj.png");}
|
|
|
+ }
|
|
|
.my-head-box{
|
|
|
padding: 0 16rpx 24rpx;
|
|
|
.head-img-box{width: 130rpx;height: 130rpx;margin: 0 16rpx 0 8rpx;}
|
|
|
@@ -1088,7 +1091,10 @@
|
|
|
}
|
|
|
@include mediaBig() {
|
|
|
min-height: 2200rpx;
|
|
|
- .my-title-navBar-box{padding-top: 10rpx;}
|
|
|
+ .my-title-navBar-box{
|
|
|
+ padding-top: 4rpx;
|
|
|
+ &::before{height: 720rpx;}
|
|
|
+ }
|
|
|
.my-head-box{
|
|
|
width: 1940rpx;margin: 0 auto 32rpx;
|
|
|
.head-img-box{width: 350rpx;height: 350rpx;margin: 0 38rpx 0 19rpx;}
|
|
|
@@ -1124,7 +1130,24 @@
|
|
|
background-image: url("@/static/images/my/list-jt.png");
|
|
|
position: absolute;right: 0;
|
|
|
}
|
|
|
- .yysz-img-box{width: 36px;height: 36px;border-radius: 50%;@include ezy-no-repeat-cover}
|
|
|
+ .yysz-img-box{width: 72rpx;height: 72rpx;border-radius: 50%;@include ezy-no-repeat-cover}
|
|
|
+ @include mediaSmall() {
|
|
|
+ .yysz-row-box{margin: 10rpx auto 0;font-size: 22rpx;}
|
|
|
+ .yysz-item{padding: 26rpx 42rpx 26rpx 0;margin: 0 21rpx 0 21rpx;}
|
|
|
+ .border-item{border-bottom: 1rpx dashed #f2f2f2;}
|
|
|
+ .img-item{padding: 26rpx 42rpx 0 0;}
|
|
|
+ .yysz-item::after{width: 10rpx;height: 20rpx;}
|
|
|
+ .yysz-img-box{width: 76rpx;height: 76rpx;}
|
|
|
+ }
|
|
|
+
|
|
|
+ @include mediaBig() {
|
|
|
+ .yysz-row-box{border-radius: 26rpx;margin: 26rpx auto 0;font-size: 54rpx;}
|
|
|
+ .yysz-item{padding: 51rpx 82rpx 51rpx 0;margin: 0 51rpx 0 51rpx;}
|
|
|
+ .border-item{border-bottom: 1rpx dashed #f2f2f2;}
|
|
|
+ .img-item{padding: 51rpx 82rpx 0 0;}
|
|
|
+ .yysz-item::after{width: 26rpx;height: 42rpx;}
|
|
|
+ .yysz-img-box{width: 120rpx;height: 120rpx;}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// 关于我们
|