Browse Source

fix:样式微调

jinchaoyu 1 year ago
parent
commit
7e86b5ec09
1 changed files with 17 additions and 3 deletions
  1. 17 3
      pages/index/diy/components/latestGroupBuying.vue

+ 17 - 3
pages/index/diy/components/latestGroupBuying.vue

@@ -29,7 +29,13 @@
 						¥{{ e.minPrice || 0.00 }} ~ ¥ {{ e.minPrice || 0.00 }}
 					</view>
 				</view>
-				<view class="introduce" v-text="e.goodsName || '测试名字'"> </view>
+				<view class="introduce" @click="goToDetail(e.id)"> 
+					<view>
+						{{ e.goodsName || '测试名字' }}
+					</view>
+					<image src="http://www.gzzzyd.com/groupon/home_slices/进入箭头2小@2x.png" mode="scaleToFill" />
+					
+				</view>
 
 				<view class="countdown flex-row">
 					<view class="countdown-l" hover-class="none" hover-stop-propagation="false">
@@ -438,6 +444,13 @@ export default {
 	color: #111111;
 	line-height: 44rpx;
 	margin: 20rpx 0;
+	display: flex;
+	justify-content: space-between;
+	image{
+	 width: 36rpx;
+	 height: 36rpx;
+	 vertical-align: middle;
+	}
 }
 
 .wrapper {}
@@ -453,7 +466,7 @@ export default {
 
 .a-m {
 	padding: 0 30rpx;
-
+	min-height: 60rpx;
 	.am1 {
 		display: flex;
 		justify-content: space-between;
@@ -530,10 +543,11 @@ export default {
 }
 
 .self-pickup-point {
-	margin-top: 20rpx;
 	background: #FFF7F8;
 	padding-top: 20rpx;
 	margin: 0 30rpx;
+	margin-top: 20rpx;
+
 }
 
 .btn-area {