Files
ClassContent/历届学生/罗朝/项目练习/电商App/font-shop/index.html
2024-09-27 02:06:13 +08:00

61 lines
1.6 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>