Selaa lähdekoodia

feature/修改

dengrui 9 kuukautta sitten
vanhempi
commit
4b2ce07f78
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      src/views/process/components/order.vue

+ 5 - 5
src/views/process/components/order.vue

@@ -120,11 +120,11 @@ const planStyle = (val) => {
 }
 
 .productName {
-  font-size: $f24;
+  font-size: $f20;
 }
 
 .msgName {
-  font-size: $f20;
+  font-size: 16px;
   color: $font-default-60;
 }
 
@@ -134,7 +134,7 @@ const planStyle = (val) => {
 
 .msgValue {
   margin-left: 5px;
-  font-size: $f20;
+  font-size: 16px;
 }
 
 .bottomArea {
@@ -158,12 +158,12 @@ const planStyle = (val) => {
 .boxNum {
   text-align: center;
   line-height: 38px;
-  font-size: $f38;
+  font-size: 34px;
 }
 
 .boxText {
   text-align: center;
-  font-size: $f20;
+  font-size: 16px;
   line-height: 20px;
   color: $font-default-60;
 }