--- src/main/webapp/publish/api_guide.html
+++ src/main/webapp/publish/api_guide.html
... | ... | @@ -216,7 +216,7 @@ |
| 216 | 216 |
<!--//콘텐츠 tab button--> |
| 217 | 217 |
</div> |
| 218 | 218 |
|
| 219 |
- <div class="api_guide_con" id="tab2_1"> |
|
| 219 |
+ <div class="api_guide_con current" id="tab2_1"> |
|
| 220 | 220 |
|
| 221 | 221 |
<ul class="info"> |
| 222 | 222 |
<li>- API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.</li> |
... | ... | @@ -1606,7 +1606,7 @@ |
| 1606 | 1606 |
<!-- //REST API 개발 가이드 > 문자 --> |
| 1607 | 1607 |
|
| 1608 | 1608 |
<!-- REST API 개발 가이드 > 카카오톡 --> |
| 1609 |
- <div class="api_guide kakao current" id="tab5_2"> |
|
| 1609 |
+ <div class="api_guide kakao" id="tab5_2"> |
|
| 1610 | 1610 |
<div class="list_tab_wrap2 type3"> |
| 1611 | 1611 |
<!--콘텐츠 tab button--> |
| 1612 | 1612 |
<ul class="list_tab"> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -2043,10 +2043,10 @@ |
| 2043 | 2043 |
.kakao_intro_cont .note ul li:nth-child(5){font-weight: 400; font-size: 14px; color: #fff; margin: 3px 0 7px 10px; background-color: #002c9a; width: 260px; height: 32px; line-height: 31px; text-align: center; border-radius: 5px;}
|
| 2044 | 2044 |
.kakao_intro_cont .note ul li:nth-child(5):hover{box-shadow: 0 0 8px rgba(0,0,0,0.5);}
|
| 2045 | 2045 |
|
| 2046 |
- |
|
| 2047 |
- |
|
| 2048 | 2046 |
/* api - 소개 */ |
| 2049 | 2047 |
.send_top .api_guide_cont {background-color: #fff;padding: 30px 40px;border-radius: 10px;}
|
| 2048 |
+.send_top .api_guide_con{display:none;}
|
|
| 2049 |
+.send_top .api_guide_con.current{display:block;}
|
|
| 2050 | 2050 |
.api_guide_cont .api_visual_image {margin:0 0 57px 0; }
|
| 2051 | 2051 |
.api_guide_cont .api_visual_image img {max-width:100%;}
|
| 2052 | 2052 |
.api_guide_cont .api_intro {width:100%; margin:20px 0 0 0;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?