Files
peko-h5/view/peko/modules/inform/inform-list.html

48 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>面壁墙</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="css/inform-list.css">
<script src="../../common/js/flexible.js"></script>
</head>
<body>
<div class="inform-head">
<div class="inform-title">有以下行为的用户将被封禁</div>
<p>1、上传色情、病毒、暴力、政治、广告等违规信息 </p>
<p>2、恶意刷屏、扰乱公告秩序、不听劝阻严重者</p>
<p>3、人身攻击、地域歧视、情节严重者</p>
<p>4、被举报、经官方核实情节严重者</p>
<p>5、最终解释权归官方所有</p>
</div>
<div class="inform-list">
<p class="list">违规名单</p>
<div class="box-list">
<!--<div class="list-box">-->
<!--<p><span class="nick">三天三夜</span><span class="erbanNo">ID:123456</span></p>-->
<!--<p><span>面壁原因:</span><span class="Desc">发布广告哼唧唧</span></p>-->
<!--<p><span>处理结果:</span><span class="type">封号</span></p>-->
<!--<p><span>处理时间:</span><span class="time">2018.12.12 12:12:12</span></p>-->
<!--</div>-->
</div>
<img src="images/blank.png" alt="" class="blank">
</div>
<div class="message">已经到底部了</div>
</body>
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common2.js"></script>
<script src="../../common/js/vconsole.min.js"></script>
<script src="../../common/js/template-web.js"></script>
<script src="./js/inform-list.js"></script>
</html>