空白页面
parent
ee45899beb
commit
457ed55b92
|
|
@ -280,6 +280,13 @@
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"openType": "_iframe",
|
"openType": "_iframe",
|
||||||
"href": "login.html"
|
"href": "login.html"
|
||||||
|
},{
|
||||||
|
"id": 702,
|
||||||
|
"title": "空白页面",
|
||||||
|
"icon": "layui-icon layui-icon-face-smile",
|
||||||
|
"type": 1,
|
||||||
|
"openType": "_iframe",
|
||||||
|
"href": "view/system/space.html"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,25 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title></title>
|
<title>个人中心</title>
|
||||||
<link rel="stylesheet" href="../../component/pear/css/pear.css"/>
|
<link rel="stylesheet" href="../../component/pear/css/pear.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body class="pear-container">
|
<body class="pear-container">
|
||||||
<div class="layui-row">
|
<div class="layui-row layui-col-space10">
|
||||||
<div class="layui-col-md3"></div>
|
<div class="layui-col-md3">
|
||||||
<div class="layui-col-md9"></div>
|
<div class="layui-card">
|
||||||
|
<div class="layui-card-header"></div>
|
||||||
|
<div class="layui-card-body"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="layui-col-md9">
|
||||||
|
<div class="layui-card">
|
||||||
|
<div class="layui-card-header"></div>
|
||||||
|
<div class="layui-card-body"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
var time = "2019-06-11 09:53:30"
|
|
||||||
|
|
||||||
var arr = time.split(/\d\s+\d/);
|
|
||||||
|
|
||||||
console.log(arr[0]+" "+arr[1]);
|
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title></title>
|
||||||
|
<link rel="stylesheet" href="../../component/pear/css/pear.css"/>
|
||||||
|
</head>
|
||||||
|
<body class="pear-container">
|
||||||
|
<div class="layui-card">
|
||||||
|
<div class="layui-card-header"></div>
|
||||||
|
<div class="layui-card-body" style="text-align: center;height: 500px;">
|
||||||
|
<h1 style="margin-top: 200px;color: #5FB878;"><b>Space Page</b></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<script src="../../component/layui/layui.js"></script>
|
||||||
|
<script src="../../component/pear/pear.js"></script>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue