Commit 63182f82 by 颜景龙

关于维度

parent d6c6d1e7
正在显示 包含 75 行增加0 行删除
<!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>关于维度</title>
<style>
html,
body {
margin: 0;
padding: 0;
background: #FFF;
font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*::before,
*::after {
box-sizing: border-box;
}
.page1 p {
padding: 1.25rem;
font-size: .8rem;
margin-bottom: .75rem;
line-height: 1.2rem;
font-weight: normal;
color: #333;
word-break: break-all;
}
</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>
<p>
维度运动始终坚持以“健身是为了更好地运动”作为核心服务理念,依托互联网线上平台和社圈,以及优秀的线下专业教练团队和智能设备,为用户提供“全自助、多场景、智能化”的实用健身服务,目标打造一家“陪伴式体验”的健身房。
</p>
<script src="https://cdn.bootcss.com/zepto/1.0rc1/zepto.min.js"></script>
<script>
$(document).ready(function() {
$(window).ready(function(){
setTimeout(function() {
$('.loading').remove();
}, 100);
$('html').css({'font-size':$(window).width()/375*20});
});
$(window).resize(function(){
$('html').css({'font-size':$(window).width()/375*20});
});
});
</script>
</body>
</html>
...@@ -39,3 +39,6 @@ ...@@ -39,3 +39,6 @@
### 会员协议 ### 会员协议
> http://192.168.31.182:8080/wedo-fit/htmlpages/course/protocol/index.html > http://192.168.31.182:8080/wedo-fit/htmlpages/course/protocol/index.html
### 关于维度
> http://192.168.31.182:8080/wedo-fit/htmlpages/course/about/about.html
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!
注册登录 后发表评论