Commit d6c6d1e7 by 颜景龙

App下载页面

parent 56d60b1c
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=">
<meta http-equiv="x-dns-prefetch-control" content="on">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=.0, maximum-scale=.0, user-scalable=no">
<meta name="format-detection" content="telephone = no"/>
<link rel="stylesheet" type="text/css" href="./css/loading.css">
<title>维度APP下载</title>
<style>
html,
body {
margin: 0;
padding: 0;
background: #FFF;
font-family: -apple-system-font, "Helvetica Neue", sans-serif;
color: #FFF;
height: 100%;
width: 100%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*::before,
*::after {
box-sizing: border-box;
}
.bg {
width: 100%;
height: 100%;
position: relative;
background-size: cover;
flex-direction: column;
background-position: center;
background-image: url(./bg.png);
}
.download-logo {
position: absolute;
top: 5rem;
text-align: center;
width: 100%;
}
.download-logo img {
width: 4.6rem;
display: inline-block;
margin-bottom: .2rem;
}
.download-logo p {
text-align: center;
font-size: 1.1rem;
line-height: 1.5rem;
color: #FFF;
}
.href-list {
width: 100%;
position: absolute;
bottom: 3rem;
text-align: center;
}
.href-list a img {
width: 12rem;
margin-bottom: .2rem;
}
</style>
<body class="page1">
<div class="loading">
<div class="wrap">
<div class="spinner-wrap">
<div class="spinner">
<i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i>
</div>
</div>
</div>
</div>
<div class="bg">
<div class="download-logo">
<img src="./logo.png">
<p>维度运动</p>
</div>
<div class="href-list">
<a>
<img src="./iphone.png">
</a>
<a>
<img src="./android.png">
</a>
</div>
</div>
<script src="https://cdn.bootcss.com/zepto/1.0rc1/zepto.min.js"></script>
<script>
$(document).ready(function() {
$(window).ready(function(){
setTimeout(function() {
$('.loading').remove();
}, 300);
$('html').css({'font-size':$(window).width()/375*20});
});
$(window).resize(function(){
$('html').css({'font-size':$(window).width()/375*20});
});
});
</script>
</body>
</html>
......@@ -38,4 +38,4 @@
> http://192.168.31.182:8080/wedo-fit/htmlpages/course/rule/personclass.html
### 会员协议
> http://192.168.31.182:8080/wedo-fit/htmlpages/course/protocol/personcard.html
> http://192.168.31.182:8080/wedo-fit/htmlpages/course/protocol/index.html
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!
注册登录 后发表评论