瀏覽代碼

找桩 站点详情样式修改

常志远 2 年之前
父節點
當前提交
0360b80cf3
共有 2 個文件被更改,包括 21 次插入21 次删除
  1. 17 17
      pages/searchPile/searchPile.vue
  2. 4 4
      pages/searchPile/stationAndPile/stationDetails.vue

+ 17 - 17
pages/searchPile/searchPile.vue

@@ -1660,7 +1660,7 @@ font-weight: 600;
  }
  	.price {
  		display: flex;
-		line-height: 20px;
+		line-height: 40rpx;
 		
 		.price-1{
 			display: flex;
@@ -1687,15 +1687,15 @@ font-weight: 600;
 			
 			  	text-align: left;
 			  	font-family: AlibabaPuHui-regular;
-			  	// margin-top: 12rpx;
+			  	
 			  	margin-left: 8rpx;
 			  }
 		}
         .price-2{
         	color: rgba(153, 153, 153, 100);
-        	margin-left: 4px;
+        	margin-left: 8rpx;
         	text-decoration: line-through;
-			font-size: 14px
+			font-size: 28rpx
         }
  	}
  
@@ -1705,34 +1705,34 @@ font-weight: 600;
  	.slow,.fast{
  		display: flex;
  		.fast-font{
- 			width: 20px;
- 			height: 20px;
- 			line-height: 20px;
+ 			width: 40rpx;
+ 			height: 40rpx;
+ 			line-height: 40rpx;
  			border-radius: 4px;
  			background-color: rgba(186, 240, 215, 100);
  			color: rgba(0, 130, 69, 100);
- 			font-size: 14px;
+ 			font-size: 28rpx;
  			text-align: center;
- 			margin-right: 2px;
+ 			margin-right: 2rpx;
  		}
  		.slow-font{
- 			width: 20px;
- 			height: 20px;
- 			line-height: 20px;
+ 			width: 40rpx;
+ 			height: 40rpx;
+ 			line-height: 40rpx;
  			border-radius: 4px;
  			background-color: rgba(226, 226, 226, 100);
  			color: rgba(128, 128, 128, 100);
- 			font-size: 14px;
+ 			font-size: 28rpx;
  			text-align: center;
- 			margin-right: 2px;
+ 			margin-right: 2rpx;
  		}
  		.num{
- 			font-size: 16px;color: rgba(0, 145, 67, 100);
- 			line-height: 20px;
+ 			font-size: 32rpx;color: rgba(0, 145, 67, 100);
+ 			line-height: 40rpx;
  		}
  	}
  	.slow{
- 		margin-left: 12px;
+ 		margin-left: 24rpx;
  	}
  }
  

+ 4 - 4
pages/searchPile/stationAndPile/stationDetails.vue

@@ -990,20 +990,20 @@
 	padding: 14px 0;
 	align-items: center;
 	border-bottom: solid rgba(238, 242, 240, 100);
-	font-size: 16px;
+	font-size: 32rpx;
 	.position{
 		width: 65%;
-		line-height: 20px;
+		line-height: 40rpx;
 		margin-left: 8rpx;
 		display: flex;
 		align-items: center;
 		.img-box{
-			margin-right: 4px;
+			margin-right: 8rpx;
 		}
 	}
 	.distance{
 		color: rgba(0, 185, 98, 100);
-		font-size: 16px;
+		font-size: 32rpx;
 	}
 	text{
 		margin-right: 4px;