22 Star 70 Fork 25

liudengfeng / apfree-wifidog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wifidog-msg.html 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
Dengfeng Liu 提交于 2019-07-26 14:43 . Update wifidog-msg.html
<html>
<head>
<title>apfree wifidog</title>
<meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1"/>
<style>
body {
font-family: "Microsoft YaHei";
background-color: #2573bf;
margin: 20px 40px;
}
.logo {
width: 90%;
margin: 0 auto;
height: 60px;
}
.logo span {
display: block;
font-size: 32px;
color: #fff;
}
.container {
width: 90%;
height: 70%;
margin: 0 auto;
padding: 50px 30px;
background-color: #fff;
border: 1px solid #f0f0f0;
border-radius: 6px;
overflow-y: auto;
}
.title {
font-size: 24px;
color: #666;
font-weight: normal;
}
.message{
color:#666;
}
@media screen and (max-width:690px){
body{
margin:20px;
}
.container{
height:80%;
padding:20px 10px;
}
}
</style>
</head>
<body>
<div class="logo">
<span>apfree wifidog</span>
</div>
<div class="container">
<div id="header">
<h2 class="title">$title</h2>
</div>
<div id="content">
<p class="message">$message</p>
</div>
</div>
</body>
</html>
C
1
https://gitee.com/apfree/apfree-wifidog.git
git@gitee.com:apfree/apfree-wifidog.git
apfree
apfree-wifidog
apfree-wifidog
master

搜索帮助