shish 3 лет назад
Родитель
Сommit
af7261eb80
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      ghsApp/src/pagesPurchase/components/pageSuccess.vue

+ 4 - 0
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -142,6 +142,7 @@ export default {
 .title{
 	font-weight:700;
 	margin-bottom:30upx;
+	font-size:30upx;
 }
 .product-area{
 	width:750upx;
@@ -157,9 +158,12 @@ export default {
 			white-space: nowrap;
 			display:inline-block;
 			font-weight:bold;
+			font-size:28upx;
 		}
 		.cost{
 			font-weight:bold;
+			font-size:28upx;
+			color:red;
 		}
 		input{
 			border:1upx solid #cccccc;