43 Star 184 Fork 65

我被自己帅瞎了! / ZHJ.Exam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
我被自己帅瞎了! 提交于 2017-08-15 20:05 . 添加排行版界面
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- <link rel="stylesheet" href="https://fonts.css.network/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="https://fonts.css.network/icon?family=Material+Icons"> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<style>
body {
background: #eee;
font-family: "微软雅黑" !important;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
font-size: .85rem;
line-height: 1.5;
color: #3d4145;
background: #eee;
overflow: hidden
}
.content {
top: 0;
right: 0;
bottom: 56px;
left: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
}
.navigation {
width: 100%;
/*height: 3rem;*/
position: absolute;
bottom: 0;
}
.page {
position: absolute;
top: 56px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
position: absolute;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow: hidden;
overflow-y: auto;
}
.header {
position: absolute;
right: 0;
left: 0;
z-index: 10;
/*height: 2.2rem;*/
/*padding-right: .5rem;
padding-left: .5rem;*/
background-color: #f7f7f8;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
margin-bottom: .2rem;
}
.title {
display: block;
width: 100%;
padding: 0;
margin: 0 -.5rem;
font-weight: 1000;
line-height: 2.2rem;
color: #3d4145;
text-align: center;
white-space: nowrap;
font-size: 1.1rem;
}
.bar .icon {
padding: .4rem .3rem;
}
.pull-left {
float: left;
}
.commcolor {
background-color: #7595ff;
}
.mu-appbar,
.mu-paper-1 {
background-color: #7595ff;
}
a {
color: black;
}
hidec {
display: none;
}
.mu-popup {
width: 100%;
}
::-webkit-scrollbar {
width: 0;
}
.mu-content-block {
padding: 5px !important;
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
JavaScript
1
https://gitee.com/momentzhj/ZHJ.Exam.git
git@gitee.com:momentzhj/ZHJ.Exam.git
momentzhj
ZHJ.Exam
ZHJ.Exam
master

搜索帮助