林旭祥 8 miesięcy temu
rodzic
commit
5f637b2b4c
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/views/train/multiple.vue

+ 4 - 4
src/views/train/multiple.vue

@@ -962,8 +962,8 @@ $waiPadding: 6.51rem;
         .userInfo-center {
 
           .pic {
-            width: 12vw;
-            height: 12vw;
+            width: calc(36vh * 0.62);
+            height: calc(36vh * 0.62);
             border-radius: 50%;
             display: flex;
             justify-content: center;
@@ -974,9 +974,9 @@ $waiPadding: 6.51rem;
 
             .area {
               position: absolute;
-              top: 6vh;
+              top: calc(36vh * 0.18);
               color: #203C52;
-              font-size: 5.2vh;
+              font-size: 5vh;
               line-height: 1;
               font-family: 'Saira-ExtraBold';
               text-align: center;