master
yuan 6 years ago
parent ba846d542b
commit 1aabaa91ad

@ -9,7 +9,7 @@
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
<title>RoyalPay Payment</title>
<link rel="stylesheet" href="/static/templates/activity/loving_merchants/intro.css">
<link rel="stylesheet" href="/static/css/loving_merchants.css">
<script>
var _hmt = _hmt || [];
(function () {
@ -23,21 +23,21 @@
<body>
<header>
<div class="title_img">
<img src="/static/templates/activity/loving_merchants/title_heart.png">
<img src="/static/images/loving_merchants/title_heart.png">
</div>
</header>
<div class="content">
<div class="banner_img">
<img height="112" width="344" src="/static/templates/activity/loving_merchants/banner.png">
<img height="112" width="344" src="/static/images/loving_merchants/banner.png">
</div>
<div class="circular_img">
<img src="/static/templates/activity/loving_merchants/circular.png">
<img src="/static/templates/activity/loving_merchants/hearttip.png">
<img src="/static/images/loving_merchants/circular.png">
<img src="/static/images/loving_merchants/hearttip.png">
<span></span>
</div>
<div class="intro">
<h1 class="activ_img">
<img src="/static/templates/activity/loving_merchants/introduce.png">
<img src="/static/images/loving_merchants/introduce.png">
</h1>
<div class="intro_content">
<p>感谢您,正在成就着远在中国孤残儿童的健康梦想!</p>
@ -57,7 +57,7 @@
</div>
<div class="intro">
<h1 class="activ_img">
<img src="/static/templates/activity/loving_merchants/sign up.png">
<img src="/static/images/loving_merchants/sign up.png">
</h1>
<div class="intro_content">
<p>参加的半边天爱心公益活动的商户支付页将会被爱心点亮未报名参加的用户可联系我们RoyalPay客服人员为您报名参加。每一笔支付每一笔心意。</p>
@ -69,13 +69,13 @@
</div>
</div>
<div class="qrcode_img">
<img height="100" width="100" src="/static/templates/activity/loving_merchants/royalpay_qrcode.png">
<img height="100" width="100" src="/static/images/loving_merchants/royalpay_qrcode.png">
<div>RoyalPay官方客服号</div>
<div>RoyalPay official customer service QRCode</div>
</div>
</div>
<footer>
<img src="/static/templates/activity/loving_merchants/group.png">
<img src="/static/images/loving_merchants/group.png">
</footer>
</body>
</html>

@ -7,14 +7,14 @@ header{
position:relative;
height: 130px;
margin-top: 25px;
background: url("title.png") no-repeat center;
background: url("../images/loving_merchants/title.png") no-repeat center;
}
.title_img{
text-align: right;
height: 140px;
}
.content{
background: url("bg.png") no-repeat center;
background: url("../images/loving_merchants/bg.png") no-repeat center;
margin-top: 10px;
padding: 0px 13px 0px 13px;
}
Loading…
Cancel
Save