twt 3 年 前
コミット
6a2763229c
共有1 個のファイルを変更した21 個の追加11 個の削除を含む
  1. 21 11
      pages/module/maintain.vue

+ 21 - 11
pages/module/maintain.vue

@@ -89,6 +89,7 @@
 							</view>
 						</view>
 					</view>
+					<view style="height: 100rpx;"></view>
 					
 				</scroll-view>
 			</view>
@@ -150,7 +151,7 @@
 								</view>
 							</view>
 						</view>
-				
+				        <view class="ckBottom"></view>
 					</scroll-view>
 				</view>
 				
@@ -575,11 +576,11 @@ export default {
 	
 	}
 	.tkCont{
-		height: 60vh;
-		margin-top: calc(40vh );
-		padding-bottom: constant(safe-area-inset-bottom);
-		padding-bottom: env(safe-area-inset-bottom);
-		box-sizing: content-box; 
+		height: 70vh;
+		/* margin-top: calc(40vh ); */
+	    position: absolute;
+		left: 0;
+		bottom: 0;
 	}
 	.caidanTkTop{
 		width: 750rpx;
@@ -622,12 +623,13 @@ export default {
 	.tkMain{
 		
 		background: #F0F0F0;
-		height: calc(60vh - 90rpx);
+		height: calc(70vh - 90rpx);
 	}
 	.tkMainSv{
 		padding: 0 24rpx;
 		width: 702rpx;
-		height: calc(60vh - 90rpx);
+		height: calc(70vh - 150rpx);
+		
 	}
 	.goodsItemRight{
 		width: 520rpx;
@@ -726,6 +728,14 @@ export default {
 		padding-bottom: constant(safe-area-inset-bottom);
 			padding-bottom: env(safe-area-inset-bottom);
 			box-sizing: content-box;
+			z-index: 11;
+	}
+	.ckBottom{
+		width: 100vw;
+		height: 120rpx;
+		padding-bottom: constant(safe-area-inset-bottom);
+		padding-bottom: env(safe-area-inset-bottom);
+		box-sizing: content-box;
 	}
 	.main{
 		display: flex;
@@ -734,9 +744,9 @@ export default {
 	.mainscrollView{
 		height: calc(100vh - 410rpx);
 		padding-bottom: constant(safe-area-inset-bottom);
-			padding-bottom: env(safe-area-inset-bottom);
-			box-sizing: content-box;
-			margin-bottom: 120rpx;
+		padding-bottom: env(safe-area-inset-bottom);
+		box-sizing: content-box;
+		margin-bottom: 120rpx;
 	}
 	/*  #ifdef MP-WEIXIN  */
 	.main{