Commit 350356d3 by agan

wmgy

parent 2474dc15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<link rel="stylesheet" href="../../css/base.css">
<link rel="stylesheet" href="../../css/style.css">
<script src="../../lib/fsize.js"></script>
<title>直播文明公約</title>
<style>
.main {
width: 10rem;
height: 74.667rem;
background: url(./images/bg_cn.jpg) no-repeat;
background-size: 100% 100%;
overflow: hidden;
}
.main.en {
width: 10rem;
height: 128.813rem;
background: url(./images/bg_en.jpg) no-repeat;
background-size: 100% 100%;
overflow: hidden;
}
</style>
</head>
<body>
<div class="main">
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="https://app.ixiulive.com/static/js/webAppComm.js?v=202304251600"></script>
<script>
if ($firefly.urlData.lang != 2) {
$('.main').addClass('en');
$('title').html('Live Broadcasting Civility Convention')
} else {
$('.main').removeClass('en');
$('title').html('直播文明公約')
}
</script>
</html>
\ No newline at end of file
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 sign in to comment