1 Star 0 Fork 0

15855808379 / LanZe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.64 KB
一键复制 编辑 原始数据 按行查看 历史
15855808379 提交于 2022-08-13 12:23 . 2022/8/13 大更新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>兰泽诗词</title>
<!-- 新 Bootstrap5 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css">
<!-- popper.min.js 用于弹窗、提示、下拉菜单 -->
<script src="https://cdn.staticfile.org/popper.js/2.9.3/umd/popper.min.js"></script>
<!-- 最新的 Bootstrap5 核心 JavaScript 文件 -->
<script src="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/js/bootstrap.min.js"></script>
<!-- Font Awesome CSS-->
<link href="https://cdn.bootcss.com/font-awesome/5.13.0/css/all.css" rel="stylesheet">
<!-- 导入罗蒂动画 -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.9.4/lottie_svg.min.js"></script> -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<style>
@media screen and (min-width:1400px) {
html {
font-size: 20px;
}
}
@media screen and (max-width:1400px) and (min-width:1200px) {
html {
font-size: 13px;
}
}
@media screen and (max-width:1200px) and (min-width:992px) {
html {
font-size: 10px;
}
}
@media screen and (max-width:992px) and (min-width:768) {
html {
font-size: 16px;
}
}
@media screen and (max-width:768px) and (min-width:576px) {
html {
font-size: 15px;
}
}
@media screen and (max-width:576px) and (min-width:370px) {
html {
font-size: 11px;
}
}
@media screen and (max-width:370px) and (min-width:29px) {
html {
font-size: 9px;
}
}
@media screen and (max-width:290px) and (min-width:200px) {
html {
font-size: 7px;
}
}
body {
overflow: hidden;
}
.el-tabs__item {
width: 6rem;
text-align: center;
}
/* 修改element plus的加载颜色 */
.el-loading-spinner .path {
stroke: #5b99af !important;
}
.el-loading-spinner .el-loading-text {
color: #5b99af !important;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/h2648782102/LanZeShiCi.git
git@gitee.com:h2648782102/LanZeShiCi.git
h2648782102
LanZeShiCi
LanZe
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891