tanxue 3 tygodni temu
rodzic
commit
986a3766db

+ 2 - 2
common/styles/global/components.scss

@@ -181,13 +181,13 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		.nav-bar-title{font-size: 28rpx;height: 46rpx;line-height: 46rpx;}
 		.nav-bar-title{font-size: 28rpx;height: 46rpx;line-height: 46rpx;}
 		.nav-bar-icon{width: 46rpx;height: 46rpx;top: calc(6rpx + var(--status-bar-height));}
 		.nav-bar-icon{width: 46rpx;height: 46rpx;top: calc(6rpx + var(--status-bar-height));}
 		.nav-bar-icon::before{width: 16rpx;height: 25rpx;margin-left: 20rpx;}
 		.nav-bar-icon::before{width: 16rpx;height: 25rpx;margin-left: 20rpx;}
-		&::before{height: 288rpx;background-image: url("@/static/images/pad/common/page-header-bj.png");}
+		&::before{height: 160rpx;background-image: url("@/static/images/pad/common/page-header-bj.png");}
 	}
 	}
 	@include mediaBig(){
 	@include mediaBig(){
 		.nav-bar-title{font-size: 66rpx;height: 180rpx;line-height: 180rpx;}
 		.nav-bar-title{font-size: 66rpx;height: 180rpx;line-height: 180rpx;}
 		.nav-bar-icon{width: 180rpx;height: 180rpx;}
 		.nav-bar-icon{width: 180rpx;height: 180rpx;}
 		.nav-bar-icon::before{width: 38rpx;height: 61rpx;margin-left: 42rpx;}
 		.nav-bar-icon::before{width: 38rpx;height: 61rpx;margin-left: 42rpx;}
-		&::before{height: 720rpx;}
+		&::before{height: 420rpx;}
 	}
 	}
 }
 }
 // 仅一个返回按钮
 // 仅一个返回按钮

+ 26 - 3
common/styles/global/pages.scss

@@ -1068,7 +1068,10 @@
 	}
 	}
 	
 	
 	@include mediaSmall() {
 	@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{
 		.my-head-box{
 			padding: 0 16rpx 24rpx;
 			padding: 0 16rpx 24rpx;
 			.head-img-box{width: 130rpx;height: 130rpx;margin: 0 16rpx 0 8rpx;}
 			.head-img-box{width: 130rpx;height: 130rpx;margin: 0 16rpx 0 8rpx;}
@@ -1088,7 +1091,10 @@
 	}
 	}
 	@include mediaBig() {
 	@include mediaBig() {
 		min-height: 2200rpx;
 		min-height: 2200rpx;
-		.my-title-navBar-box{padding-top: 10rpx;}
+		.my-title-navBar-box{
+			padding-top: 4rpx;
+			&::before{height: 720rpx;}
+		}
 		.my-head-box{
 		.my-head-box{
 			width: 1940rpx;margin: 0 auto 32rpx;
 			width: 1940rpx;margin: 0 auto 32rpx;
 			.head-img-box{width: 350rpx;height: 350rpx;margin: 0 38rpx 0 19rpx;}
 			.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");
 		background-image: url("@/static/images/my/list-jt.png");
 		position: absolute;right: 0;
 		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;}
+	}
 }
 }
 
 
 // 关于我们
 // 关于我们

BIN
static/images/pad/common/my-page-header-bj.png


BIN
static/images/pad/common/page-header-bj.png