常志远 3 éve
szülő
commit
48559260f3
2 módosított fájl, 12 hozzáadás és 10 törlés
  1. 2 4
      pages/index/index.vue
  2. 10 6
      pages/searchPile/chargeProcess/dcCharging.vue

+ 2 - 4
pages/index/index.vue

@@ -513,10 +513,8 @@
 	.station {
 		width:91.4%;
 		height: 120px;
-		margin-top: 20px auto 0 ;
-		padding-top: 20px;
+		margin: 20px auto 0 ;
 		position: relative;
-
 		.img-box {
 			width: 100%;
 			height: 100%;
@@ -624,7 +622,7 @@
 
 			// 数量
 			.count {
-				margin-top: 12px !important;
+				margin-top: 14px !important;
 				width: 100%;
 				display: flex;
 				justify-content: space-between;

+ 10 - 6
pages/searchPile/chargeProcess/dcCharging.vue

@@ -407,10 +407,12 @@
 	}
 
 	.bot {
-		width: 220px;
-		height: 220px;
+		width:100%;
+		height:0;
+		padding-top: 100%;
 		border: 2px #00b962 dotted;
-		border-radius: 999px;
+		border-radius:100%;
+		box-sizing: border-box;
 		position: absolute;
 		top: 0px;
 		left: 0px;
@@ -425,6 +427,8 @@
 		/deep/.u-circle-progress {
 			margin-left: 23.3% !important;
 			position: relative;
+			// min-width:220px;
+			// min-height: 220px;
 		}
 
 		.u-progress-content {
@@ -558,7 +562,7 @@
 	}
 
 	.bottom2 {
-		width: 343px;
+		width: 91.4%;
 		position: fixed;
 		bottom: 0;
 		left: 0;
@@ -639,7 +643,7 @@
 
 	.bottom {
 		display: flex;
-		width: 343px;
+		width: 91.4%;
 		padding: 12px 16px;
 		position: fixed;
 		bottom: 0;
@@ -649,7 +653,7 @@
 
 		.u-size-default {
 			border: 1px solid rgba(0, 185, 98, 100);
-			color: #00b962;
+			color: #00b962;	
 			width: 44%;
 		}
 	}