first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<meta content="telephone=no" name="format-detection"/>
<!-- 引入自适应类库,不建议在main.js里引入 -->
<script src="http://unpkg.com/vue-ydui/dist/ydui.flexible.js"></script>
<script src="./static/lib/swiper/swiper.js"></script>
<link rel="stylesheet" href="./static/lib/swiper/swiper.css">
<title>font-shop</title>
<style>
#tabs-container {
margin-top: 88px;
}
.tabs {
background: #ffffff;
width: 100%;
height: 38px;
overflow: hidden;
position: fixed;
top: 50px;
z-index: 9;
}
.tabs a {
font-weight:normal;
text-align:center;
float:left;
width:64px;
height:38px;
line-height:38px;
color: #383838;
text-decoration:none;
}
.tabs a.active {
border-top:2px solid #2a70be;
margin-top:-2px;
color: red;
}
.news-list {
padding: 10px;
}
.news-list li {
border-bottom:1px solid #eceef0;
box-shadow:0 1px 1px #fff;
font-weight:normal;
font-size:80%;
}
.swiper-container{
overflow: inherit !important;
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>