Commit 6118db98 authored by platyhouse's avatar platyhouse

- encrypted

parent 4358bf5c
Pipeline #154 canceled with stages
<!doctype html>
<html lang="en">
<head>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta name="title" content="<?= $appTitle ?>"/>
<meta name="og:title" content="<?= $appTitle?>"/>
<meta name="og:image" content="<?= $item->previewImageUrl ?>">
<meta property="og:image:width" content="600"/>
<meta property="og:image:height" content="627"/>
<meta name="description" content="<?= $item->title ?>"/>
<meta property="og:image" content="<?= $item->previewImageUrl ?>"/>
<style type="text/css">
p, li, ul, img, a, div, input, select, div, dl, dd, dt, h1, a, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
html {
min-height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: '나눔고딕', 'NanumGothic', sans-serif;
}
li, dl, dd, dt {
list-style: none;
}
a {
text-decoration: none;
}
img {
border: none;
}
table {
border-collapse: collapse;
}
* {
-webkit-text-size-adjust: none;
}
body {
margin: 0px;
padding: 0px;
}
.total {
width: 100%;
}
h1 {
font-size: 40pt;
}
h2 {
font-size: 30pt;
}
h3 {
font-size: 25pt;
}
#top {
text-align: center;
padding-top: 3%;
padding-bottom: 3%;
background: #ffffff;
}
#content {
#width: 100%;
max-width: 640px;
margin: 0 auto;
}
#top img {
width: 50%;
}
#top_info_div {
width: 100%;
height: auto;
}
#top_info_div:after {
content: '';
display: block;
clear: both;
}
#top_info_left_div {
width: 30%;
float: left;
}
#top_info_left_div img {
width: 90%;
margin: 5%;
}
#top_info_right_div {
width: 70%;
margin-top: 2%;
float: right;
}
#paylink_div {
width: 100%;
border-top: 1px solid #a7afad;
margin-top: 2%;
}
.paylink_card {
width: 49%;
float: left;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-right: 1px dotted #a7afad;
}
.paylink_debit {
width: 49%;
float: left;
text-align: center;
vertical-align: middle;
cursor: pointer;
}
.imgs {
width: 100%;
}
#content_table {
width: 100%;
border-top: 1px solid #a7afad;
}
#content_table tr {
min-height: 100px;
text-align: center;
}
#content_table tr td {
padding-top: 5%;
}
/*
@media (min-width:320px) {
#top_info_left_div{
margin:5% 0 0 3%;
}
#top_info_right_div{
width:65%;
margin:6% 0 0 0%;
}
#top_info_right_div h1{
font-size:1em;
}
#top_info_right_div h2{
padding-top:2%;
font-size:1em;
color:#737373;
}
#top_info_div {
width:100%;
height:auto;
}
*/
</style>
</head>
<body>
<div style="max-width: 1px; width: 1px; max-height: 1px; height: 1px; visibility: hidden;">
<? // print_r($item); ?>
<?= $item->title ?>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment