Bladeren bron

字体调大

任一存 2 jaren geleden
bovenliggende
commit
a7dce3e4d4

+ 1 - 1
yfyc/src/views/Serve/RecommendedPath.vue

@@ -170,7 +170,7 @@ export default {
         width: 69.7vw;
         padding: 2.2vw 2vw 2.7vw 2vw;
         > h3 {
-          font-size: 3.2vw;
+          font-size: 3.7vw;
           color: #333333;
           line-height: 6.4vw;
           display: -webkit-box;

+ 1 - 1
yfyc/src/views/Serve/RecommendedPathDetail.vue

@@ -65,7 +65,7 @@ export default {
     margin-bottom: 3.2vw;
     margin-left: 4.5vw;
     margin-right: 4.5vw;
-    font-size: 3.5vw;
+    font-size: 4.3vw;
     font-weight: bold;
     color: #000000;
   }

+ 3 - 3
yfyc/src/views/Serve/index.vue

@@ -314,19 +314,19 @@ activated() {}, //如果页面有keep-alive缓存功能,这个函数会触发
     border-radius: 1.1vw;
     > .entry {
       flex: 0 0 auto;
-      width: 12.2vw;
+      width: 18vw;
       height: 12.2vw;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       align-items: center;
-      font-size: 2.9vw;
+      font-size: 3.5vw;
       font-weight: bold;
       color: #535353;
       line-height: 1.1em;
       white-space: pre;
       > img {
-        width: 6.4vw;
+        width: 8vw;
         height: auto;
         margin-bottom: 2.7vw;
       }