Created
April 9, 2020 06:46
-
-
Save niceaji/ee6f36fcb856ea64fe56d6cebfdec131 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div | |
| adfit-unit-id="${adfitUnitId}" | |
| style="overflow: hidden; width: 100%; height: 100%; flexshrink: 0;" | |
| adfit-unit-idx="0" | |
| adfit-param-cp="${cpId}_mo_${cpInfo}" | |
| adfit-param-channel="harmony" | |
| > | |
| <div class="swipe_ad"> | |
| <div class="wrap_ad"> | |
| <div class="inner_ad"> | |
| <a class="cate_ad" adfit-ad-info adfit-land-type="none">AD</a> | |
| <span class="thumb_g"> | |
| <img | |
| adfit-image-width="" | |
| adfit-image-height="" | |
| adfit-main-img-url | |
| class="thumb_ad" | |
| alt="" | |
| /> | |
| </span> | |
| <div class="info_ad"> | |
| <div class="inner_info"> | |
| <span class="thumb_g"> | |
| <img | |
| adfit-profile-img-url | |
| adfit-icon-width="90" | |
| adfit-icon-height="90" | |
| class="thumb_brand" | |
| alt="브랜드 로고" | |
| /> | |
| </span> | |
| <strong class="tit_brand"> | |
| <span class="txt_brand" adfit-profile-name></span> | |
| <span class="txt_phrase" adfit-title></span> | |
| </strong> | |
| </div> | |
| <a adfit-action-button class="link_connect"> | |
| 구매하기 | |
| </a> | |
| </div> | |
| <div class="layer_status"> | |
| <span class="inner_g"> | |
| <span class="txt_status"> | |
| 광고를 밀어 콘텐츠를 이어보세요 | |
| </span> | |
| <span class="ico_compos ico_arr"></span> | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment