first commit
This commit is contained in:
27
public/demos/system/space.html
Executable file
27
public/demos/system/space.html
Executable file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>空白页面</title>
|
||||
<link rel="stylesheet" href="../../component/pear/css/pear.css"/>
|
||||
<style>
|
||||
h1{
|
||||
margin-top: 200px;
|
||||
color: #5FB878;
|
||||
}
|
||||
.layui-card-body{
|
||||
text-align: center;height: 500px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="pear-container">
|
||||
<div class="layui-card">
|
||||
<div class="layui-card-header"></div>
|
||||
<div class="layui-card-body">
|
||||
<h1><b>Space Page</b></h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="../../component/layui/layui.js"></script>
|
||||
<script src="../../component/pear/pear.js"></script>
|
||||
</html>
|
Reference in New Issue
Block a user