浏览代码

fix:首页样式

jinchaoyu 1 年之前
父节点
当前提交
9d5ceb64a4

+ 1 - 1
components/productConSwiperGroupbuying/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class='product-bg'>
 
-		<u-swiper @click="openImg" :list="imgUrls" @change="e => currentNum = e.current" :autoplay="false"
+		<u-swiper height="180" @click="openImg" :list="imgUrls" @change="e => currentNum = e.current" :autoplay="false"
 			indicatorStyle="	position: absolute;top: 10px !important;left: 10px !important;">
 			<view slot="indicator" class="indicator-num">
 				<text class="indicator-num__text">{{ currentNum + 1 }}/{{ imgUrls.length }}</text>

+ 18 - 19
pages/index/diy/components/latestGroupBuying.vue

@@ -334,7 +334,7 @@ export default {
 	font-size: 24rpx;
 	font-weight: 400;
 	color: #333333;
-	line-height: 44rpx;
+	line-height: 84rpx;
 
 	image {
 		width: 40rpx;
@@ -345,27 +345,21 @@ export default {
 	}
 
 	.time {
-		height: 44rpx;
 		font-size: 24rpx;
 		font-weight: 400;
 		color: #999999;
-		line-height: 44rpx;
 
 		.imp_info {
-			height: 44rpx;
 			font-size: 24rpx;
 			font-weight: 400;
 			color: #333333;
-			line-height: 44rpx;
 		}
 	}
 
 	.view-count {
-		height: 44rpx;
 		font-size: 24rpx;
 		font-weight: 400;
 		color: #999999;
-		line-height: 44rpx;
 		margin-right: 60rpx;
 	}
 }
@@ -375,10 +369,9 @@ export default {
 	box-sizing: border-box;
 	background-color: rgba(255, 247, 248, 1.000000);
 	border-radius: 12rpx;
-	width: 95%;
-	height: 80rpx;
-	padding-top: 10rpx;
-	line-height: 80rpx;
+	height: 100rpx;
+	padding: 20rpx;
+	line-height: 100rpx;
 	align-self: center;
 	display: flex;
 	border: 1px solid dashed;
@@ -387,10 +380,14 @@ export default {
 
 	.countdown-l {
 		flex: 1;
+		display: flex;
+    align-items: center;
 	}
 
 	.countdown-r {
 		flex: 1;
+		display: flex;
+		align-items: center;
 	}
 
 	.red {
@@ -412,13 +409,13 @@ export default {
 		vertical-align: super;
 	}
 
-	.yellow {
-		height: 34rpx;
-		font-size: 24rpx;
-		font-weight: 400;
-		color: #FF9600;
-		line-height: 34rpx;
-		vertical-align: super;
+/deep/.yellow,.u-count-down  {
+		font-size: 24rpx ;
+		font-weight: 400 ;
+		color: #FF9600 ;
+		line-height: 80rpx ;
+		margin: 0 10rpx ;
+		vertical-align: super ;
 	}
 
 	image {
@@ -467,7 +464,9 @@ export default {
 }
 
 .a-m {
+	
 	padding: 0 30rpx;
+	padding-bottom: 20rpx;
 	min-height: 60rpx;
 	.am1 {
 		display: flex;
@@ -475,7 +474,7 @@ export default {
 		margin-bottom: 20rpx;
 
 		.am1-1 {
-			height: 40rpx;
+			min-height: 40rpx;
 			font-size: 28rpx;
 			font-weight: 400;
 			color: #B22338;

+ 5 - 3
pages/index/diy/index_mall.vue

@@ -14,20 +14,20 @@
 		</view>
 
 		<view class="index_body">
-			<view class="block_2  flex-row justify-between">
+			<view class="block_2  flex-row justify-between"  @click="changeAddress()">
 				<view class="image-text_9 flex-row justify-between">
 					<image class="icon_1" referrerpolicy="no-referrer" src="../../../static/images/addressIcon.png" />
 					<text class="text-group_1 ">{{ markers[0].label.content }}</text>
 				</view>
 				<view class="image-text_10 flex-row justify-between">
-					<text class="text-group_2" @click="changeAddress()">切换地点</text>
+					<text class="text-group_2">切换地点</text>
 					<image class="icon_2" referrerpolicy="no-referrer" src="../../../static/images/quehuan.png" />
 				</view>
 			</view>
 
 			<!-- 轮播 -->
 			<view class="swiper-group">
-				<u-swiper :list="swiperList" @change="e => current = e.current" :autoplay="false">
+				<u-swiper height="180" :list="swiperList" @change="e => current = e.current" :autoplay="false">
 					<view slot="indicator" class="indicator">
 						<view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
 							:class="[index === current && 'indicator__dot--active']">
@@ -987,4 +987,6 @@ page {
 	position: relative;
 	top: 63px;
 }
+
+
 </style>