Administrator 5 年之前
父節點
當前提交
579216e89f
共有 3 個文件被更改,包括 472 次插入456 次删除
  1. 457 445
      components/cm-module/listTemplate/immediatelyList.vue
  2. 3 3
      seller/pages/cart/cart.vue
  3. 12 8
      seller/pages/cart/immediately.vue

File diff suppressed because it is too large
+ 457 - 445
components/cm-module/listTemplate/immediatelyList.vue


+ 3 - 3
seller/pages/cart/cart.vue

@@ -44,7 +44,7 @@
 												<view class="count" :class="[isshowDelbtn ? 'none':'show']">
 													<view class="number-box">
 														<view  class="iconfont icon-jianhao"  @click="changeCountSub(item,pros)"></view>
-														<input class="btn-input" type="number" maxlength='4' v-model="pros.productCount" @blur="changeNnmber($event,item,pros)">
+														<input class="btn-input" type="number" maxlength='6' v-model="pros.productCount" @blur="changeNnmber($event,item,pros)">
 														<view  class="iconfont icon-jiahao"   @click="changeCountAdd(item,pros)"></view>
 													</view>
 												</view>
@@ -718,7 +718,7 @@
 				.price{
 					line-height: 48rpx;
 					font-size: $font-size-28;
-					width: 48%;
+					// width: 48%;
 					color: #FF2A2A;
 					float: left;
 					&.disabled{
@@ -752,7 +752,7 @@
 							font-weight: bold;
 						}
 						.btn-input{
-							width: 62rpx;
+							width: 100rpx;
 							height: 48rpx;
 							line-height: 48rpx;
 							background: #F8F8F8;

+ 12 - 8
seller/pages/cart/immediately.vue

@@ -321,7 +321,7 @@
 		border-right:2rpx solid #F5F5F5  ;
 	}	
 	.ladder-a{
-		letter-spacing: 6rpx;
+		letter-spacing: 4rpx;
 	}
 	.jieti_right{
 			width: 294rpx;
@@ -342,18 +342,21 @@
 			margin: 20rpx auto
 		}
 	.zuhe-content{
-		display: inherit;
-		line-height: 100rpx
+		display: inline-block;
 	}
 	.number-left{
-		margin-right: 60rpx
+		float: left;
+	}
+	.number-right{
+		margin-left: 30rpx;
+		float: left;
 	}
 	.number-left text{
 		margin-left: 30rpx;
 	}
 	.number-right-text{
 		color: #FF2A2A;
-		}
+	}
 	page {
 		background: $sub-bg-color;
 		.all-type-list-wrapper {
@@ -447,10 +450,11 @@
 			align-content: space-between;
 			.content {
 				width: 100%;
+				margin-top: 20rpx;
 			}
 			.btn {
 				width: 100%;
-				height: 88rpx;
+				// height: 88rpx;
 				display: flex;
 				.button {
 					width: 702rpx;
@@ -543,7 +547,7 @@
 						font-size: $text-color;
 					}
 					.btn-input{
-						width: 62rpx;
+						width: 100rpx;
 						height: 48rpx;
 						line-height: 48rpx;
 						background: #F8F8F8;
@@ -582,7 +586,7 @@
 	}	
 	
 	.zuhe .layer{
-		bottom: -260rpx;
+		bottom: -256rpx;
 		height: 200rpx;
 	}
 </style>

Some files were not shown because too many files changed in this diff