Browse Source

2023-11-8

cmy 1 năm trước cách đây
mục cha
commit
3092073217
1 tập tin đã thay đổi với 7 bổ sung19 xóa
  1. 7 19
      pages/index/index.vue

+ 7 - 19
pages/index/index.vue

@@ -357,16 +357,7 @@
 	.top {
 		position: relative;
 		width: 100%;
-		height: 360rpx;
-
-		.top-bg {
-			position: absolute;
-			top: 0;
-			left: 0;
-			right: 0;
-			width: 100%;
-			height: 100%;
-		}
+		height: 120rpx;
 
 		.top-main {
 			position: relative;
@@ -399,21 +390,18 @@
 	}
 
 	.carousel {
-		width: 700rpx;
-		height: 276rpx;
+		width: 750rpx;
+		height: 360rpx;
 		/* #ifndef APP-PLUS */
-		margin: -230rpx auto 0;
+		// margin: -230rpx auto 0;
 		// margin: -160rpx auto 0;
 		/* #endif */
 		/* #ifdef APP-PLUS */
-		margin: -100rpx auto 0;
+		// margin: -100rpx auto 0;
 		/* #endif */
-		border-radius: 40rpx;
-
 		image {
-			border-radius: 40rpx;
-			width: 700rpx;
-			height: 276rpx;
+			width: 100%;
+			height: 100%;
 		}
 	}