代码拉取完成,页面将自动刷新
同步操作将从 Ki/LikeGirl5.0.0 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
include_once 'admin/connect.php';
$time = gmdate("Y-m-d", time() + 8 * 3600);
$lovelist = "select * from lovelist order by id desc";
$reslist = mysqli_query($connect, $lovelist);
?>
<!DOCTYPE html>
<html>
<head>
<?php
include_once 'head.php';
?>
<meta charset="utf-8"/>
<title><?php echo $text['title'] ?> — 恋爱事件</title>
</head>
<body>
<div id="pjax-container">
<div class="central">
<div class="title">
<h1>总有些惊奇的际遇 比方说当我遇见你</h1>
</div>
<div class="row central central-6">
<div class="card col-lg-12 col-md-12 col-sm-12 col-sm-x-12">
<div class="list_texts <?php if ($text['Animation'] == "1") { ?>animated bounceIn delay-03s<?php } ?>">
<div class="lovelist ">
<?php
while ($list = mysqli_fetch_array($reslist)) {
?>
<li class="cike">
<?php if ($list['icon']) { ?><i class="iconfont icon-chenggong2 com"></i> <?php } ?>
<?php if (!$list['icon']) { ?><i class="iconfont icon-chenggong2 air"></i> <?php } ?>
<span><?php echo $list['eventname']; ?></span>
<?php if ($list['imgurl']) { ?>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-tupian"></use>
</svg><?php } ?>
</li>
<ul>
<li>
<?php if ($list['imgurl']) { ?><img data-original="<?php echo $list['imgurl']; ?>"
class="spotlight"
src="<?php echo $list['imgurl']; ?>"
alt=""> <?php } ?>
<?php if (!$list['imgurl']) { ?><?php } ?>
</li>
</ul>
<?php
}
?>
</div>
</div>
</div>
</div>
</div>
<style>
.icon {
width: 1.5em;
height: 1.5em;
vertical-align: -0.3em;
fill: currentColor;
overflow: hidden;
}
li.cike {
border-bottom: 1px solid #ddd;
}
li {
list-style-type: none;
}
.cike:hover {
cursor: pointer;
cursor: url(../Style/cur/hover.cur), pointer;
}
</style>
</div>
<?php
include_once 'footer.php';
?>
<script>
$(function() {
// $(".lovelist").height(document.body.scrollHeight);
$(".lovelist ul").hide();
$(".lovelist li").bind("click", function() {
$(this).next("ul").slideToggle(500).siblings("ul").slideUp(500);
})
})
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。