This commit is contained in:
gaofei
2021-08-13 11:15:59 +08:00
parent 43acc57060
commit d8dff88c39
320 changed files with 37219 additions and 4678 deletions
@@ -8,6 +8,7 @@
<link href="../res/index/css/reset.css" rel="stylesheet" />
<link href="../res/index/css/home.css" rel="stylesheet" />
<link href="../res/index/css/swiper-3.4.2.min.css" rel="stylesheet" />
<link rel="stylesheet" href="../res/js/swiper-bundle.min.css" />
<style type="text/css">
.top {
display: flex;
@@ -68,6 +69,28 @@
.tab .t-item {
font-size: 13px;
}
.swiper-container {
width: 100%;
height: 290px;
}
.swiper-slide {
text-align: center;
font-size: 18px;
}
.swiper-slide img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
}
</style>
</head>
<body>