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.

114 lines
3.9 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RoyalPay</title>
<meta name="description" content="RoyalPay Customer service">
<meta name="keywords" content="RoyalPay在线客服">
<script src="//code.tidio.co/zl6fdb5cii0l7b5kjvwqfqyilr5ncjvx.js"></script>
<script type="text/javascript" src="/static/lib/jquery/jquery-2.1.4.min.js"></script>
<meta content="#ffffff" name="msapplication-TileColor" />
<script type="text/javascript" data-th-inline="javascript">
window.email = /*[[*{_client.contact_email}]]*/'';
window.id = /*[[*{client.client_id}]]*/'';
window.name = /*[[*{client.contact_person}]]*/'';
window.country = /*[[*{client.country}]]*/'';
window.city = /*[[*{client.state}]]*/'';
document.tidioIdentify = {
distinct_id: window.id, // Unique user ID in your system
email: window.email, // User email
name: window.name, // Visitor name
city: window.city, // City
country: window.country // Country
};
function white() {
$("#loading").css({
"position":"absolute",    //绝对位置
"display":"block",    //让对象成为块级元素
"background-color":"white",  //背景白色
"z-index":"9999",  //最上层显示
"opacity":"0.7"  //背景透明度
});
}
</script>
<style type="text/css">
@keyframes myfirst {
0% {
transform: rotateY(1deg);
}
100% {
transform: rotateY(90deg);
}
}
@media (min-width:100px) and (max-width:399px){
#img2{width: 60px;height: 45px;}
#img1{width: 60px;height: 15px;}
.contract{font-size:1px;}
.return-class {
float: right;
font-size: 15px;
padding: 10px 0px;
}
}
@media (min-width:400px) and (max-width:799px){
#img2{width: 160px;height: 75px;}
#img1{width: 160px;height: 40px;}
.contract{font-size:5px;}
.return-class {
float: right;
font-size: 15px;
padding: 10px 20px;
}
}
div.polaroid {
text-align: center;
}
div.rotate_left {
position: fixed;
width: 200px;
margin: 0 -100px;
top: 20%;
left: 50%;
z-index: 9999999;
}
.dh {
width: 30px;
animation: myfirst 1s linear 0s infinite alternate;
}
</style>
</head>
<body>
<div class="polaroid">
<div class="rotate_left" style="display: none" id="loading_logo">
<img class="dh" src="/static/images/r_logo.svg" alt="RoyalPay" style="width:150px;height:150px;margin-top: 10%;margin-bottom: 10%;"/>
<p style="color: black;font-size: 15px;">Easy BusinessEasy Pay</p>
</div>
</div>
<div id="loading" style="width:100%;height:100%;display:none"></div>
<div ui-view autoscroll="true" id = "all" class="contract">
<section class="content" style="background:#4F4F4F;">
</section>
</div>
<script>
document.getElementById("loading_logo").style ="";
white();
(function() {
function onTidioChatApiReady() {
window.tidioChatApi.open();
document.getElementById('loading').style.display = "none";
document.getElementById('loading_logo').style.display = "none";
}
if (window.tidioChatApi) {
window.tidioChatApi.on("ready", onTidioChatApiReady);
} else {
document.addEventListener("tidioChat-ready", onTidioChatApiReady);
}
})();
</script>
</body>
</html>