常志远 2 éve
szülő
commit
f98e09d9af

+ 5 - 4
pages/searchPile/stationAndPile/chargePriceDetails.vue

@@ -370,7 +370,7 @@
 				border-bottom:rgb(238, 242, 240) solid 1px;
 				.time{
 					color: #00b962;
-					font-size: 16px;
+					font-size: 18px;
 					position: relative;
 					
 				}
@@ -379,7 +379,7 @@
 					color: #ff8b17;
 					.current-time{
 						background-color: #ffecdd;
-						width: 88px;
+						width: 72px;
 						line-height: 20px;
 						border-radius: 8px;
 						padding:2px;
@@ -387,11 +387,12 @@
 						top: 0;
 					    right: 0;
 						text-align: center;
+						font-size: 14px
 					}
 				}
 				.price{
 					color: #101010;
-					
+					font-size: 16px;
 					.price-1{
 						
 						
@@ -414,7 +415,7 @@
 					display: flex;
 					justify-content: space-between;
 					color: #c2a5b2;
-					font-size: 12px
+					
 				}
 			}
 			

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

@@ -1701,7 +1701,7 @@
 		border-bottom:rgb(238, 242, 240) solid 1px;
 		.time{
 			color: #00b962;
-			font-size: 16px;
+			font-size: 18px;
 			position: relative;
 			
 		}
@@ -1710,7 +1710,7 @@
 			color: #ff8b17;
 			.current-time{
 				background-color: #ffecdd;
-				width: 88px;
+				width: 72px;
 				line-height: 20px;
 				border-radius: 8px;
 				padding:2px;
@@ -1718,11 +1718,12 @@
 				top: 0;
 			    right: 0;
 				text-align: center;
+				font-size: 14px
 			}
 		}
 		.price{
 			color: #101010;
-			
+			font-size: 16px;
 			.price-1{
 				
 				
@@ -1745,7 +1746,7 @@
 			display: flex;
 			justify-content: space-between;
 			color: #c2a5b2;
-			font-size: 12px
+			
 		}
 	}