shish 7 месяцев назад
Родитель
Сommit
f620d8b0d8

+ 3 - 2
hdApp/src/admin/billing/affirm.vue

@@ -1196,8 +1196,9 @@ console.log(params)
 	flex-direction: column;
 	
 	.section-title {
-		font-size: 28upx;
-		color: #666;
+		font-size: 30upx;
+		color: black;
+    font-weight: bold;
 		margin-bottom: 15upx;
 		font-weight: 500;
 		text-align: center;

+ 3 - 2
mallApp/src/pages/billing/affirmGhs.vue

@@ -749,8 +749,9 @@ export default {
 	flex-direction: column;
 	
 	.section-title {
-		font-size: 28upx;
-		color: #666;
+		font-size: 30upx;
+		color: black;
+    	font-weight: bold;
 		margin-bottom: 15upx;
 		font-weight: 500;
 		text-align: center;

+ 6 - 5
mallApp/src/pages/order/components/app-delivery.vue

@@ -561,11 +561,12 @@ export default {
   flex-direction: column;
   
   .section-title {
-    font-size: 28upx;
-    color: #666;
-    margin-bottom: 15upx;
-    font-weight: 500;
-    text-align: center;
+		font-size: 30upx;
+		color: black;
+    font-weight: bold;
+		margin-bottom: 15upx;
+		font-weight: 500;
+		text-align: center;
   }
 }