浏览代码

样式修改

twt 2 年之前
父节点
当前提交
73579478db
共有 2 个文件被更改,包括 8 次插入6 次删除
  1. 3 2
      pages/addjk/activityDetail.vue
  2. 5 4
      pages/addjk/jkDetail.vue

+ 3 - 2
pages/addjk/activityDetail.vue

@@ -57,7 +57,7 @@
 					<view class="bmTitle">活动门店</view>
 					<img src="../../static/img/chahao.png" alt="" class="bmChimg" @click="noShowShop2">
 				</view>
-				<view style="padding: 0 24rpx; height: 45vh;overflow-y: scroll;">
+				<view style="padding: 0 24rpx; height: 65vh;overflow-y: scroll;">
 					<view class="ckshopLine" v-for="(item,index) in shopckList" >
 						<view class="shoplineLeft">
 							<image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
@@ -415,9 +415,10 @@
 	.baomingCont{
 		position: absolute;
 		width: 750rpx;
-		height:850rpx;
+		/* height:850rpx; */
 		/* padding-bottom: constant(safe-area-inset-bottom);
 		padding-bottom: env(safe-area-inset-bottom); */
+		padding-bottom: 10rpx;
 		left: 0;
 		bottom: 0;
 		background: #ffffff;

+ 5 - 4
pages/addjk/jkDetail.vue

@@ -56,7 +56,7 @@
 					<view class="bmTitle">活动门店</view>
 					<img src="../../static/img/chahao.png" alt="" class="bmChimg" @click="noShowShop2">
 				</view>
-				<view style="padding: 0 24rpx; height: 45vh;overflow-y: scroll;">
+				<view style="padding: 0 24rpx; height: 65vh;overflow-y: scroll;">
 					<view class="ckshopLine" v-for="(item,index) in shopckList" >
 						<view class="shoplineLeft">
 							<image :src="item.photoPath" mode="" class="shopImg" v-if="item.photoPath"></image>
@@ -334,13 +334,14 @@
 	.baomingCont{
 		position: absolute;
 		width: 750rpx;
-		height:850rpx;
-		padding-bottom: constant(safe-area-inset-bottom);
-		padding-bottom: env(safe-area-inset-bottom);
+		/* height:850rpx; */
+	/* 	padding-bottom: constant(safe-area-inset-bottom);
+		padding-bottom: env(safe-area-inset-bottom); */
 		left: 0;
 		bottom: 0;
 		background: #ffffff;
 		border-radius: 24rpx 24rpx 0px 0px;
+		padding-bottom: 10rpx;
 	}
 	.shopRightIcon{
 		width: 44rpx;