| 
					
				 | 
			
			
				@@ -122,7 +122,7 @@ view{box-sizing: border-box;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	display: flex;align-items: center;justify-content: center;background-color: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	padding: var(--status-bar-height) 20rpx 20rpx;box-sizing: border-box;position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.nav-bar-title{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		font-size: 36rpx;height: 63rpx;line-height: 63rpx;color: #333;max-width: 70%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 32rpx;height: 63rpx;line-height: 63rpx;color: #333;max-width: 70%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.nav-bar-icon{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: calc(12rpx + var(--status-bar-height));; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -131,9 +131,12 @@ view{box-sizing: border-box;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // 带背景色client使用 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .icon-title-bjcolor-navBar-box{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	background-color: #3fd2a1;padding: 10rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.nav-bar-title{color: #fff;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	.nav-bar-icon{background-image: url("@/static/images/common/nav-white-bar-jt.svg");top:22rpx;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-color: #fff;padding: 10rpx;border-bottom: 1rpx solid #e0e0e0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.nav-bar-title{color: #3fd2a1;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.nav-bar-icon{width: 100rpx;height: 63rpx;background-image:unset;} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.nav-bar-icon::before{content:'';width:50rpx;height: 50rpx;display: inline-block;margin-top: 6rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	@include ezy-no-repeat-cover(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	background-image: url("@/static/images/common/return-icon.png");} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // 仅一个返回按钮 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .phone-nav-bar-icon{width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height); 
			 |