Pārlūkot izejas kodu

兑换大厅样式微调

DELL 3 gadi atpakaļ
vecāks
revīzija
095e6dea20
1 mainītis faili ar 19 papildinājumiem un 10 dzēšanām
  1. 19 10
      pages/core/index.vue

+ 19 - 10
pages/core/index.vue

@@ -149,8 +149,8 @@
 
 				indicatorDots: true,
 				autoplay: true,
-				interval: 4500,
-				duration: 2000,
+				interval: 3000,
+				duration: 500,
 				imgTop: [],
 				goods: [],
 				exclusive: [],
@@ -262,7 +262,6 @@
 						//导航栏高度
 						this.navHeight = custom.bottom + custom.top - data.statusBarHeight
 					},
-					
 			})
 		},
 		methods: {
@@ -472,7 +471,10 @@
 		padding: 0 3px;
 
 		.uni-padding-wrap {
-			border-radius: 5px;
+			width: 95%;
+			height: 120px;
+			margin: 0 auto;
+			border-radius: 10rpx;
 			overflow: hidden;
 		}
 	}
@@ -503,9 +505,13 @@
 	}
 
 	.sticky-bac {
-		margin-top: 10px;
+		border: 1px;
+		border-top-right-radius: 10px;
+		border-top-left-radius: 10px;
+		// margin-top: 10px;
 		background-color: #FFFFFF;
-		padding: 0 3px;
+		// padding: 0 3px;
+		margin:10px 10px 0px 10px;
 
 		.sticky-bac-text1 {
 			color: #2f2f2f;
@@ -530,16 +536,19 @@
 	}
 
 	.Seckill-bom {
-		padding: 0 0.3rem;
+		// padding: 0 3px;
+		margin:0 10px;
 		// margin-bottom: 10px;
-		background-color: #FFFFFF;
+		
 
 		.Seckill-bom-grid {
-			min-height: 550rpx;
+			
+			background-color: #FFFFFF;
+			min-height: 530rpx;
 			display: flex;
 			flex-wrap: wrap;
 			justify-content: space-between;
-			padding: 20rpx 15rpx 0px 15px;
+			// padding: 15rpx 15rpx 0rpx 15rpx;
 			margin-bottom: 10px;
 		}
 	}