zhengjinyi 4 år sedan
förälder
incheckning
0bacaae1da

+ 1 - 1
components/cm-module/activity/activity_on_1.vue

@@ -94,7 +94,7 @@
 		line-height: 100rpx;
 		text-align: center;
 		color: #FFFFFF;
-		position: fixed;
+		position: absolute;
 		bottom: 10%;
 		left: 50%;
 		font-size: $font-size-48;

+ 13 - 10
h5/pages/activity/activity_mid.vue

@@ -24,7 +24,7 @@
 		<view class="activity-container">
 			<view class="activity-section one clearfix" v-for="(item, index) in dataList">
 				<view class="section-title" :class="'section-title-'+ index" >
-					<view class="name">{{item.name}}</view>
+					<view class="name">{{item.classificationName}}</view>
 				</view>
 				<view class="section-main">
 					<view class="product-list" v-for="(pros, prosIndex) in item.productList" :key="prosIndex"  @click.stop="detailPage(pros.productID)">
@@ -337,8 +337,8 @@
 				padding: 0 0 20rpx 0;
 				.product-list{
 					width: 340rpx;
-					height: 526rpx;
-					padding: 20rpx;
+					height: 546rpx;
+					padding:0 0 20rpx 0;
 					border-radius: 20rpx;
 					background-color: #FFFFFF;
 					float: left;
@@ -367,16 +367,18 @@
 						}
 					}
 					.list-image{
-						width: 300rpx;
-						height: 300rpx;
+						width: 340rpx;
+						height: 340rpx;
 						image{
-							width: 300rpx;
-							height: 300rpx;
+							width: 340rpx;
+							height: 340rpx;
 							display: block;
+							border-radius: 20rpx 20rpx 0 0;
 						}
 					}
 					.list-name{
 						width: 100%;
+						padding:0 20rpx;
 						height: 84rpx;
 						margin: 10rpx 0;
 						line-height: 42rpx;
@@ -392,6 +394,7 @@
 					.list-price{
 						width: 100%;
 						height: 60rpx;
+						padding:0 20rpx;
 						&.none{
 							padding: 6rpx 0;
 							margin-top: 30rpx;
@@ -448,10 +451,10 @@
 						}
 						.price-old{
 							width: 100%;
-							height: 40rpx;
-							line-height: 40rpx;
+							height: 38rpx;
+							line-height: 38rpx;
 							font-size: $font-size-24;
-							color: #252529;
+							color: #666666;
 							text-align: left;
 							text-decoration: line-through;
 						}

+ 1 - 1
pages/goods/product.vue

@@ -733,7 +733,7 @@
 				font-size: $font-size-24;
 				color: #666;
 				text-decoration: line-through;
-				margin-left: 10rpx;
+				margin-left: 8rpx;
 			}
 			.p-minBuy{
 				height: 44rpx;