You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
794 B

7 years ago
  1. <style>
  2. #contents {
  3. padding:0px;
  4. }
  5. .pop-content {
  6. height:<?=$view['pop_height']?>px;
  7. }
  8. .pop-footer {
  9. padding:0px 15px;
  10. background:#282828;
  11. height:30px;
  12. line-height:30px;
  13. text-align:right;
  14. }
  15. .pop-footer > a {
  16. color:#fff;
  17. }
  18. .pop-footer > a + a {
  19. margin-left:30px;
  20. }
  21. </style>
  22. <div class="pop-content">
  23. <?=$view['pop_content']?>
  24. </div>
  25. <div class="pop-footer">
  26. <a href="javascript:;" data-toggle="btn-popup-close" data-idx="<?=$view['pop_idx']?>" data-type="Y" data-cookie="1"><?=langs('팝업/button/close_with_cookie')?></a>
  27. <a href="javascript:;" data-toggle="btn-popup-close" data-idx="<?=$view['pop_idx']?>" data-type="Y"><?=langs('팝업/button/close')?></a>
  28. </div>