소스 검색

mrna 新增 logo & 調整文案

Sherry 1 년 전
부모
커밋
06f6b4976b
5개의 변경된 파일27개의 추가작업 그리고 2개의 파일을 삭제
  1. 11
    0
      src/fe/mrna/css/all.css
  2. 1
    1
      src/fe/mrna/css/all.css.map
  3. 11
    0
      src/fe/mrna/css/section/_moreref.scss
  4. BIN
      src/fe/mrna/images/logo-leecy.png
  5. 4
    1
      src/fe/mrna/index.html

+ 11
- 0
src/fe/mrna/css/all.css 파일 보기

14739
   color: #ffffff;
14739
   color: #ffffff;
14740
   font-size: 1.1em;
14740
   font-size: 1.1em;
14741
 }
14741
 }
14742
+.moreref__logo {
14743
+  width: 18em;
14744
+  margin: 3em auto 0;
14745
+}
14746
+.moreref__logo img {
14747
+  width: 100%;
14748
+}
14742
 
14749
 
14743
 @media screen and (max-width: 992px) {
14750
 @media screen and (max-width: 992px) {
14744
   .moreref .container {
14751
   .moreref .container {
14767
   .moreref__name p {
14774
   .moreref__name p {
14768
     font-size: 2.1em;
14775
     font-size: 2.1em;
14769
   }
14776
   }
14777
+  .moreref__logo {
14778
+    width: 49em;
14779
+    margin: 0 auto 7em;
14780
+  }
14770
 }
14781
 }
14771
 .understand > .bg {
14782
 .understand > .bg {
14772
   top: 27%;
14783
   top: 27%;

+ 1
- 1
src/fe/mrna/css/all.css.map
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 11
- 0
src/fe/mrna/css/section/_moreref.scss 파일 보기

42
             font-size: 1.1em;
42
             font-size: 1.1em;
43
         }
43
         }
44
     }
44
     }
45
+    &__logo {
46
+        width: 18em;
47
+        margin: 3em auto 0;
48
+        img {
49
+            width: 100%;
50
+        }
51
+    }
45
 }
52
 }
46
 
53
 
47
 @media screen and (max-width: 992px) {
54
 @media screen and (max-width: 992px) {
72
                 font-size: 2.1em;
79
                 font-size: 2.1em;
73
             }
80
             }
74
         }
81
         }
82
+        &__logo {
83
+            width: 49em;
84
+            margin: 0 auto 7em;
85
+        }
75
     }
86
     }
76
 }
87
 }

BIN
src/fe/mrna/images/logo-leecy.png 파일 보기


+ 4
- 1
src/fe/mrna/index.html 파일 보기

558
             </div>
558
             </div>
559
           </a>
559
           </a>
560
         </div>
560
         </div>
561
+        <div class="moreref__logo">
562
+          <img src="./images/logo-leecy.png" alt="">
563
+        </div>
561
       </div>
564
       </div>
562
     </section>
565
     </section>
563
 
566
 
705
               </div>
708
               </div>
706
             </div>
709
             </div>
707
             <div class="modal__item">
710
             <div class="modal__item">
708
-              <h4>效率 : </h4>
711
+              <h4>效率 : </h4>
709
               <div class="modal__text">
712
               <div class="modal__text">
710
                 <p>mRNA疫苗因為開發週期快,在生產過程中也更安全,也無需耗費如傳統疫苗研發時的大量成本。</p>
713
                 <p>mRNA疫苗因為開發週期快,在生產過程中也更安全,也無需耗費如傳統疫苗研發時的大量成本。</p>
711
               </div>
714
               </div>