Sfoglia il codice sorgente

style: 首页轮播图高度 240rpx -> 400rpx

Zachary 1 settimana fa
parent
commit
9e2b5415eb
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      pages/tabbar/home/index.scss

+ 3 - 3
pages/tabbar/home/index.scss

@@ -29,15 +29,15 @@
 
 /* 轮播图区域 */
 .banner {
-	height: 240rpx !important;
+	height: 400rpx !important;
 
 	swiper-item {
 		width: 100vw;
-		height: 240rpx !important;
+		height: 400rpx !important;
 
 		image {
 			width: 100vw;
-			height: 240rpx;
+			height: 400rpx;
 		}
 	}
 }