Browse Source

字体修改

tt0101 2 weeks ago
parent
commit
5d17db8c2d
1 changed files with 33 additions and 23 deletions
  1. 33 23
      src/views/Medical.vue

+ 33 - 23
src/views/Medical.vue

@@ -89,8 +89,6 @@ export default {
   margin: 0 auto 20px;
 }
 
-
-
 .sub-header {
   color: #f11859;
   background: #ffeddf;
@@ -101,12 +99,13 @@ export default {
 .desc-text {
   background: #a30100;
   color: #fff;
-  font-size: 13px;
-  line-height: 1.6;
+  font-size: 14px;
+  line-height: 1.8;
   padding: 15px;
   text-align: justify;
   border-radius: 10px;
   border: 1px solid #fff;
+  font-weight: 500;
 }
 
 .commission-card {
@@ -114,7 +113,7 @@ export default {
   color: #fff;
   border: 1px solid #fff;
   margin-top: 16px;
-  padding: 5px 25px;
+  padding: 8px 25px;
   border-radius: 8px;
   display: flex;
   align-items: center;
@@ -122,7 +121,8 @@ export default {
 }
 
 .commission-title {
-  font-size: 14px;
+  font-size: 15px;
+  font-weight: 600;
 }
 
 .commission-list {
@@ -133,9 +133,9 @@ export default {
 }
 
 .commission-item {
-  /* margin: 0 15px; */
-  font-size: 14px;
+  font-size: 15px;
   white-space: nowrap;
+  font-weight: 600;
 }
 
 .commission-item:last-child {
@@ -163,6 +163,7 @@ export default {
   background:#ffebed;
   border-radius: 10px;
 }
+
 .item_header{
     height:30px;
     line-height:30px;
@@ -170,18 +171,21 @@ export default {
     color:#fff;
     font-size:14px;
 }
+
 .title{
     margin-left:20px;
     color:#a7262b;
-    font-size:16px;
-    font-weight:600;
+    font-size: 16px;
+    font-weight: 700;
 }
+
 .titletwo{
     margin-left:65px;
     color:#2a54d2;
-    font-size:14px;
-    font-weight:600;
+    font-size: 16px;
+    font-weight: 600;
 }
+
 .item_body{
     padding:2px 20px 8px 20px;
     display:flex;
@@ -189,24 +193,30 @@ export default {
     text-align:center;
     align-items: center;
 }
+
 .bodt_two{
     margin-top:4px;
     color:#cc23ac;
+    font-size: 14px;
+    font-weight: 600;
 }
+
 .bodt_one{
-  font-size:14px;
+  font-size: 18px;
   color:#cc23ac;
+  font-weight: 700;
 }
+
 .body_btn{
-        width: 64px;
-        height: 22px;
-        background: #a30100;
-        color: #fff;
-        font-size: 12px;
-        text-align: center;
-        line-height: 22px;
-        border-radius: 12px;
-        padding: 2px 4px;
-    
+    width: 64px;
+    height: 22px;
+    background: #a30100;
+    color: #fff;
+    font-size: 13px;
+    text-align: center;
+    line-height: 22px;
+    border-radius: 12px;
+    padding: 2px 4px;
+    font-weight: 600;
 }
 </style>