inc_layer_popup.php 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <style>
  2. /* layer popup */
  3. .dim{position:fixed;top:0;left:0;z-index:50;width:100%;height:100%;background:#000;opacity:.5;}
  4. .layer_popup{display:none;position:fixed;top:50%;left:50%;z-index:100;padding:20px 28px 30px;background:#fff;}
  5. .layer_popup .tit{margin-bottom:15px;font-size:18px;color:#464646;}
  6. .layer_popup .cont{border-top:1px solid #000;border-bottom:1px solid #000;}
  7. .layer_popup .cont2{padding:20px 0 0;}
  8. .layer_popup .cont .return_msg{padding:33px 0 33px 65px;background:url('/manage/img/ic_return.png') 0 50% no-repeat;line-height:25px;}
  9. .layer_popup .btn_center{margin-top:20px;}
  10. .layer_popup .close{overflow:hidden;position:absolute;top:0;right:0;width:32px;height:32px;background:url('/manage/img/btn_popup_close.png') 50% no-repeat;text-indent:-9999px;cursor:pointer;}
  11. .layer_popup .tbl_list2{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;}
  12. .layer_popup .tbl_list2 td .check_wrap{margin-right:20px;}
  13. </style>
  14. <!-- custom layer popup -->
  15. <div class="layer_popup car_history_popup">
  16. <div class="close">팝업닫기</div>
  17. <h3>중고차 보험처리 이력정보 보고서</h3>
  18. <div class="scr_cont" id="scr_cont">
  19. </div>
  20. </div>
  21. <div class="layer_popup car_option_popup">
  22. <div class="close">팝업닫기</div>
  23. <h3>옵션 정보</h3>
  24. <div class="scr_cont" id="car_option_cont">
  25. </div>
  26. </div>