xiaoxin 8 ay önce
ebeveyn
işleme
0bb8c02a59
1 değiştirilmiş dosya ile 19 ekleme ve 22 silme
  1. 19 22
      my/publish/goods.vue

+ 19 - 22
my/publish/goods.vue

@@ -225,12 +225,11 @@
 				</view>
 
 				<!-- 封面图区域 -->
+				<view class="box_header">
+					封面图
+					<text class="header_text">/ 共{{ totalCountFengmian }}条</text>
+				</view>
 				<view class="pop_box">
-					<view class="box_header">
-						封面图
-						<text class="header_text">/ 共{{ totalCountFengmian }}条</text>
-					</view>
-
 					<scroll-view class="box_body" enable-flex scroll-y @scrolltolower="scrolltolowerFengmian">
 						<view class="img_box" v-for="item in fengmianList" :key="item.id" @click="clickItemFengmian(item)">
 							<image class="images" :src="item.goodsCover" mode="aspectFill"></image>
@@ -245,12 +244,11 @@
 				</view>
 
 				<!-- 轮播图区域 -->
+				<view class="box_header">
+					轮播图
+					<text class="header_text">/ 共{{ totalCountLunbo }}条</text>
+				</view>
 				<view class="pop_box">
-					<view class="box_header">
-						轮播图
-						<text class="header_text">/ 共{{ totalCountLunbo }}条</text>
-					</view>
-
 					<scroll-view class="box_body" enable-flex scroll-y @scrolltolower="scrolltolowerLunbo">
 						<view class="img_box" v-for="item in lunboList" :key="item.id" @click="clickItemLunbo(item)">
 							<image class="images" :src="item.goodsPicture" mode="aspectFill"></image>
@@ -265,12 +263,11 @@
 				</view>
 
 				<!-- 详情图区域 -->
+				<view class="box_header">
+					详情图
+					<text class="header_text">/ 共{{ totalCountXiangqing }}条</text>
+				</view>
 				<view class="pop_box">
-					<view class="box_header">
-						详情图
-						<text class="header_text">/ 共{{ totalCountXiangqing }}条</text>
-					</view>
-
 					<scroll-view class="box_body" enable-flex scroll-y @scrolltolower="scrolltolowerXiangqing">
 						<view class="img_box" v-for="item in xiangqingList" :key="item.id" @click="clickItemXiangqing(item)">
 							<image class="images" :src="item.goodsParticularsPicture" mode="aspectFill"></image>
@@ -1282,21 +1279,21 @@ page {
 	align-items: center;
 	justify-content: space-between;
 	padding: 0 20rpx;
-	height: 82rpx;
+	height: 70rpx;
 	font-size: 32rpx;
 	font-weight: bold;
 	background-color: #f5f9ff;
 }
 
 .pop_box {
-	margin-top: 10rpx;
 	padding: 0 20rpx;
-	height: 28vh;
+	height: 20vh;
 }
 
 .box_header {
-	height: 80rpx;
-	line-height: 80rpx;
+	padding: 0 20rpx;
+	height: 70rpx;
+	line-height: 70rpx;
 	font-size: 28rpx;
 	font-weight: bold;
 }
@@ -1309,7 +1306,7 @@ page {
 .box_body {
 	display: flex;
 	flex-wrap: wrap;
-	height: calc(28vh - 80rpx);
+	height: 20vh;
 }
 
 .img_box {
@@ -1355,7 +1352,7 @@ page {
 	display: flex;
 	align-items: center;
 	justify-content: center;
-	margin: 70rpx auto;
+	margin: 20rpx auto;
 	width: 626rpx;
 	height: 90rpx;
 	font-size: 32rpx;