79 lines
3.0 KiB
HTML
79 lines
3.0 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>资料提醒 - 个人中心 - 代代相传</title>
|
|
<link rel="stylesheet" href="public/css/public.css" />
|
|
<link rel="stylesheet" href="public/layui/css/layui.css" />
|
|
<link rel="stylesheet" href="public/css/profile-module.css" />
|
|
</head>
|
|
<body class="page-profile-module">
|
|
<header class="site-header">
|
|
<div class="container nav">
|
|
<a class="brand magnetic" href="profile.html"
|
|
><img class="brand-logo brand-logo-mark" src="public/images/logo-mark.png" alt="" /><span class="brand-text">个人中心</span></a
|
|
>
|
|
<nav class="nav-links">
|
|
<a href="profile-data.html">个人资料</a
|
|
><a href="profile-messages.html">消息中心</a
|
|
><a class="active" href="profile-data-reminders.html">资料提醒</a>
|
|
</nav>
|
|
<div class="nav-actions">
|
|
<a href="profile-messages.html">返回消息</a
|
|
><a class="btn primary magnetic" href="profile-data.html">完善资料</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section class="module-hero">
|
|
<div class="container">
|
|
<div class="module-kicker">Data Reminders</div>
|
|
<div class="module-title-row">
|
|
<div>
|
|
<h1>资料提醒</h1>
|
|
<p>
|
|
集中查看成员资料缺项,补齐头像、出生日期、亲属关系和联系方式。
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container module-layout">
|
|
<aside class="module-nav">
|
|
<a href="profile-data.html">个人资料</a
|
|
><a class="active" href="profile-data-reminders.html">资料提醒</a
|
|
><a href="profile-join-review.html">入谱审核</a>
|
|
</aside>
|
|
<div class="module-main">
|
|
<section class="module-panel">
|
|
<h2>待完善成员</h2>
|
|
<div class="module-list">
|
|
<a class="module-row" href="profile-data.html"
|
|
><div>
|
|
<h3>鹿野 Loyel</h3>
|
|
<p>缺少出生日期、出生地址和微信信息</p>
|
|
</div>
|
|
<span class="pill">完善</span></a
|
|
><a class="module-row" href="profile-data.html"
|
|
><div>
|
|
<h3>张三</h3>
|
|
<p>缺少头像和亲属关系</p>
|
|
</div>
|
|
<span class="pill">编辑</span></a
|
|
>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<script src="public/js/jquery360.js"></script>
|
|
<script src="public/layui/layui.js"></script>
|
|
<script src="public/js/lay-config.js"></script>
|
|
<script src="public/js/profile-common.js"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
</body>
|
|
</html>
|