Files
xiezheng_h5/page/index.html
编码猿 abcb1c1d10
All checks were successful
continuous-integration/drone/push Build is passing
3454
2024-12-01 02:06:27 +08:00

62 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2222首页</title>
<script src="../js/utils/rem.js"></script>
<link rel="stylesheet" href="../css/tool/clear.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@8.4.7/swiper-bundle.min.css">
<link rel="stylesheet" href="https://at.alicdn.com/t/c/font_4738996_jw564sk4hpk.css">
<link rel="stylesheet" href="../css/tool/public.css">
<link rel="stylesheet" href="../css/page/index.css">
</head>
<body>
<div class="content">
<div class="swiper banner border-box ">
<div class="swiper-wrapper"></div>
<!-- 如果需要分页器 -->
<div class="swiper-pagination"></div>
</div>
<ul class="recommend-tag flex p25"></ul>
<div class="recommend-model ">
<div class="title p25 flex ais">推荐写真</div>
<ul class="flex list p15"></ul>
</div>
<div class="recommend-model default-model">
<ul class="flex list p15 js"></ul>
</div>
<!-- <div class="hot p13">
<div class="title flex ais">
<i class="iconfont icon-hot1"></i>
<div class="text">热门标签</div>
</div>
<ul class="flex wrap">
</ul>
</div> -->
</div>
</body>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"> </script>
<script src="../js/utils/index.js"></script>
<script src="../js/config/index.js"></script>
<script src="../js/http/index.js"></script>
<script src="../js/serve/home.js"></script>
<script src="../js/serve/tag.js"></script>
<script src="../js/page/index.js"></script>
</html>