chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{$title|default='会员中心 - TP-Blog'}</title>
|
||||
<link rel="stylesheet" href="/assets/layui/css/layui.css">
|
||||
<script src="/assets/layui/layui.js"></script>
|
||||
<style>
|
||||
body { background-color: #f2f3f5; font-family: "Microsoft YaHei", sans-serif; }
|
||||
.member-nav { background: #23262e; color: #fff; padding: 0 15px; }
|
||||
.member-nav a { color: #ccc; margin-left: 18px; line-height: 50px; text-decoration: none; font-size: 14px; }
|
||||
.member-nav a:hover { color: #fff; }
|
||||
.member-nav .member-nav-brand { font-size: 16px; font-weight: bold; margin-right: 10px; }
|
||||
.member-nav .member-nav-right { float: right; margin-right: 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="margin-top:20px;margin-bottom:20px;">
|
||||
{__CONTENT__}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user