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

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