Ver Fonte

样式修改

tanxue há 3 meses atrás
pai
commit
dc383cda0f
1 ficheiros alterados com 6 adições e 6 exclusões
  1. 6 6
      common/styles/global/pages.scss

+ 6 - 6
common/styles/global/pages.scss

@@ -664,7 +664,7 @@
 	.brand-item:nth-child(1){top:505rpx;right:25rpx;}
 	.brand-item:nth-child(2){top:650rpx;left:75rpx;}
 	.brand-item:nth-child(3){top:820rpx;right:55rpx;}
-	.brand-item:nth-child(4){top:980rpx;left:55rpx;}
+	.brand-item:nth-child(4):not([class*="ceshi-brand-item"]){top:980rpx;left:55rpx;}
 	.brand-item.ceshi-brand-item{
 		width: 281rpx;height: 281rpx;top:1100rpx;
 		left: unset;right:45rpx;@include ezy-no-repeat-cover;
@@ -685,10 +685,10 @@
 	}
 	@media (max-height: 750px) {
 		//0.9
-		.ezy-study-wrap{width:600rpx;height:924rpx;top:var(--status-bar-height);left:50%;transform: translateX(-50%);}
+		.ezy-study-wrap{width:600rpx;height:924rpx;top:calc(var(--status-bar-height) + 6%);left:50%;transform: translateX(-50%);}
 		.animal-img{right: 35rpx;top: 190rpx;}
 		.study-name-img{width: 80rpx;height: 80rpx;position: absolute;top: 85rpx;left: 234rpx;}
-		.study-book-img{width: 92rpx;height: 119rpx;top: 100rpx;right:142rpx;}
+		.study-book-img{width: 130rpx;height: 179rpx;top: 100rpx;right:125rpx;}
 		.brand-lock,.brand-finish-icon{width: 55rpx;height: 55rpx;top: 12rpx;right: 45rpx;}
 		.brand-content{width: 200rpx;height: 40rpx;line-height: 40rpx;margin: 100rpx auto 0;font-size: 16rpx;}
 		.brand-lock::before{width: 30rpx;height: 36rpx;margin-top: 6rpx;}
@@ -697,20 +697,20 @@
 		.brand-item:nth-child(1){top:420rpx;right:22rpx;}
 		.brand-item:nth-child(2){top:530rpx;left:60rpx;}
 		.brand-item:nth-child(3){top:660rpx;right:45rpx;}
-		.brand-item:nth-child(4){top:780rpx;left:45rpx;}
+		.brand-item:nth-child(4):not([class*="ceshi-brand-item"]){top:780rpx;left:45rpx;}
 		.brand-item.ceshi-brand-item{width: 240rpx;height: 240rpx;top:880rpx;right:40rpx;}
 	}
 	@media (max-height: 700px) {
 		//0.88
 		min-height:1300rpx;
-		.ezy-study-wrap{top:calc(var(--status-bar-height) + -2%);}
+		.ezy-study-wrap{top:calc(var(--status-bar-height) + 4%);}
 		.brand-item.ceshi-brand-item{
 			width: 220rpx;height: 220rpx;top:880rpx;right:40rpx;
 			.brand-lock,.brand-finish-icon{top: 145rpx;right: 58rpx;}
 			}
 	}
 	@media (max-height: 650px){
-		.ezy-study-wrap{top:calc(var(--status-bar-height) + -3%);}
+		.ezy-study-wrap{top:calc(var(--status-bar-height) + 3%);}
 		.brand-item.ceshi-brand-item{
 			width: 200rpx;height: 200rpx;top:860rpx;right:40rpx;
 			.brand-lock,.brand-finish-icon{top: 130rpx;right: 45rpx;}