zhengkaixin пре 1 година
родитељ
комит
c13a3f2733
1 измењених фајлова са 49 додато и 42 уклоњено
  1. 49 42
      pages/searchPile/searchPile.vue

+ 49 - 42
pages/searchPile/searchPile.vue

@@ -215,7 +215,11 @@
 										</view>
 										<view class="num">
 
-											{{item.fastAvailableNum}}/{{item.fastNum}}
+											{{item.fastAvailableNum}}
+										</view>
+										<view class="num1">
+										
+											/{{item.fastNum}}
 										</view>
 									</view>
 									<view class="slow" v-if="item.slowNum">
@@ -223,7 +227,10 @@
 										</view>
 										<view class="num">
-											{{item.slowAvailableNum}}/{{item.slowNum}}
+											{{item.slowAvailableNum}}
+										</view>
+										<view class="num1">
+											/{{item.slowNum}}
 										</view>
 									</view>
 								</view>
@@ -380,7 +387,11 @@
 											</view>
 											<view class="num">
 
-												{{item.fastAvailableNum}}/{{item.fastNum}}
+												{{item.fastAvailableNum}}
+											</view>
+											<view class="num1">
+											
+												/{{item.fastNum}}
 											</view>
 										</view>
 										<view class="slow" v-if="item.slowNum">
@@ -388,7 +399,10 @@
 											</view>
 											<view class="num">
-												{{item.slowAvailableNum}}/{{item.slowNum}}
+												{{item.slowAvailableNum}}
+											</view>
+											<view class="num1">
+												/{{item.slowNum}}
 											</view>
 										</view>
 									</view>
@@ -1288,18 +1302,7 @@
 			text-overflow: ellipsis;
 		}
 
-		.distance {
-			color: rgba(102, 102, 102, 100);
-			text-align: end;
-			font-size: 30rpx;
-			width: 180rpx;
-			min-width: 180rpx;
-
-			.iconfont {
-				font-size: 12px;
-				margin-right: 2px;
-			}
-		}
+		
 
 		@include themeify {
 			font-size: themed('font-size5');
@@ -1316,7 +1319,18 @@
 		display: flex;
 		align-items: center;
 		justify-content: space-between;
-
+		.distance {
+			color: rgba(102, 102, 102, 100);
+			text-align: end;
+			font-size: 30rpx;
+			width: 180rpx;
+			min-width: 180rpx;
+		
+			.iconfont {
+				font-size: 12px;
+				margin-right: 2px;
+			}
+		}
 	}
 
 	.price {
@@ -1376,6 +1390,7 @@
 				}
 				/deep/.u-image{
 					 min-height: 16px;
+					
 				}
 			}
 			.num{
@@ -1386,25 +1401,7 @@
 				
 			}
 		}
-		.price-34 {
-			font-size: 24rpx;
-			color: #fff;
-			margin-left: 8rpx;
-			padding-right: 9rpx;
-			background: #00B962;
-			border-radius: 8rpx;
-
-			.num1 {
-				padding-left: 12rpx;
-				border-radius: 8rpx 0 8rpx 8rpx;
-				padding-right: 18rpx;
-				background: #121212;
-				-webkit-clip-path: polygon(0 0, 93% 0, 84% 100%, 0% 100%);
-				clip-path: polygon(0 0, 93% 0, 84% 100%, 0% 100%);
-
-			}
-
-		}
+		
 	}
 
 	.free {
@@ -1432,8 +1429,10 @@
 				height: 40rpx;
 				line-height: 40rpx;
 				border-radius: 4px;
-				background-color: rgba(186, 240, 215, 100);
-				color: rgba(0, 130, 69, 100);
+				//background-color: rgba(186, 240, 215, 100);
+				background-color: #1677FF;
+				color: rgba(255, 255, 255, 1);
+				//color: rgba(0, 130, 69, 100);
 				font-size: 28rpx;
 				text-align: center;
 				margin-right: 2rpx;
@@ -1444,8 +1443,10 @@
 				height: 40rpx;
 				line-height: 40rpx;
 				border-radius: 4px;
-				background-color: rgba(226, 226, 226, 100);
-				color: rgba(128, 128, 128, 100);
+				// background-color: rgba(226, 226, 226, 100);
+				// color: rgba(128, 128, 128, 100);
+				background-color: #00B962;
+				color: rgba(255, 255, 255, 1);
 				font-size: 28rpx;
 				text-align: center;
 				margin-right: 2rpx;
@@ -1453,11 +1454,17 @@
 
 			.num {
 				font-size: 32rpx;
-				color: rgba(0, 145, 67, 100);
+				color: #666;
 				line-height: 40rpx;
+			}
+			.num1 {
+				font-size: 32rpx;
+				color: #bbb;
+				line-height: 40rpx;
 			}
 		}
-
+		
+		
 		.slow {
 			margin-left: 16rpx;
 		}