ITN_디자인팀 2023-07-03
메인화면 이동 버튼 추가
@a6ad99e054159397a2af985f6469e28a8c1772b8
src/main/webapp/publish/publish_adv/css/style.css
--- src/main/webapp/publish/publish_adv/css/style.css
+++ src/main/webapp/publish/publish_adv/css/style.css
@@ -204,6 +204,10 @@
 .multi-text-wrap #send .number ul li:nth-child(7){margin-top: -7px;}
 .multi-text-wrap #send .number ul li:nth-child(8){font-size: 16px; font-weight: 300; margin: -8px 0 0 23px;}
 
+/*메인화면 이동 버튼*/
+.multi-text-wrap .bt-button{margin: 70px 0; text-align: center;}
+.multi-text-wrap .bt-button a{background-color: #002c9a; border-radius: 10px; font-size: 24px; color: #fff; padding: 15px 100px;}
+.multi-text-wrap .bt-button a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.6);}
 
 
 /*미디어쿼리 시작*/
@@ -918,6 +922,9 @@
     .multi-text-wrap #send .number ul li:nth-child(6){line-height: 1.5;}
     .multi-text-wrap #send .number ul li:nth-child(7){margin-top: -2px;}
     .multi-text-wrap #send .number ul li:nth-child(8){line-height: 1.5; margin-left: 24px;}
+    
+     /*메인화면 이동 버튼*/
+    .multi-text-wrap .bt-button a{background-color: #002c9a; border-radius: 10px; font-size: 18px; color: #fff; padding: 15px 80px;}
 
 }
 
@@ -1104,6 +1111,9 @@
     .multi-text-wrap #send .send-tx-05{line-height: 1.3;}
     .multi-text-wrap #send .send-tx-04 p{padding-top: 6%;}
     .multi-text-wrap #send .send-tx-05 p{padding-top: 12%;}
+    
+    /*메인화면 이동 버튼*/
+    .multi-text-wrap .bt-button a{background-color: #002c9a; border-radius: 10px; font-size: 18px; color: #fff; padding: 15px 50px;}
 }
 
 /*미디워쿼리_320px*/
src/main/webapp/publish/publish_adv/send_group_text.html
--- src/main/webapp/publish/publish_adv/send_group_text.html
+++ src/main/webapp/publish/publish_adv/send_group_text.html
@@ -25,7 +25,7 @@
 	<link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png">
 	<link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png">
 	<link rel="manifest" href="/publish/images/favicon/manifest.json">
-    
+
     <link rel="stylesheet" href="/publish/publish_adv/css/reset.css">
     <link rel="stylesheet" href="/publish/publish_adv/css/style.css">
     <link rel="stylesheet" href="/publish/css/font.css">
@@ -46,10 +46,10 @@
         <div class="list">
             <p>목 &nbsp;차</p>
             <ul>
-                <li><a href="#galaxy">1. 갤럭시 단체문자 발송하기</a></li>
-                <li><a href="#iphone">2. 아이폰 단체문자 발송하기</a></li>
+                <li><a href="#galaxy">1. 단체문자 발송하기(갤럭시)</a></li>
+                <li><a href="#iphone">2. 단체문자 발송하기(아이폰)</a></li>
                 <li><a href="#limit">3. 휴대폰 문자 발송의 한계</a></li>
-                <li><a href="#send">4. 문자사이트 단체문자 발송하기</a></li>
+                <li><a href="#send">4. 단체문자 발송하기(문자사이트)</a></li>
             </ul>
         </div>
 
@@ -69,7 +69,7 @@
 			<div class="content">
                 <div id="galaxy">
                     <div class="title">
-                        <p>1. 갤럭시 단체문자 발송하기</p>
+                        <p>1. 단체문자 발송하기(갤럭시)</p>
                         <p> <span>*</span> 갤럭시 S21 기준</p>
                     </div>
 
@@ -146,7 +146,7 @@
             <div class="content content-02">
                 <div id="iphone">
                     <div class="title">
-                        <p>2. 아이폰 단체문자 발송하기</p>
+                        <p>2. 단체문자 발송하기(아이폰)</p>
                         <p> <span>*</span> 아이폰 12 프로 기준</p>
                     </div>
 
@@ -279,7 +279,7 @@
             <div class="content">
                 <div id="send">
                     <div class="title">
-                        <p>4. 문자사이트 단체문자 발송하기</p>
+                        <p>4. 단체문자 발송하기(문자사이트)</p>
                     </div>
 
                     <div class="line"></div>
@@ -382,7 +382,12 @@
                     </div>
                 </div>
             </div>
+
+            <div class="bt-button">
+                <a href="https://www.munjaon.co.kr" target="_blank">메인화면 이동</a>
+            </div>
 		</div> 
     </div>
 </body>
 </html>
+
Add a comment
List