61 lines
1.6 KiB
HTML
Executable File
61 lines
1.6 KiB
HTML
Executable File
<!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>
|