更新页面

This commit is contained in:
2023-07-07 01:24:27 +08:00
parent 9bf3234398
commit 090136039e
6 changed files with 117 additions and 25 deletions

View File

@@ -128,7 +128,6 @@
<script>
import axios from 'axios'
import Vue from "vue";
import RightTools from "@/components/Home/RightTools.vue";
export default {
name: "MonthlyComponent",
@@ -261,14 +260,18 @@ export default {
margin: 0;
}
.el-carousel__item{
width:450px;
}
.el-carousel__item:nth-child(2n) {
background-size: cover;
background-image: url("../../assets/images/美人.jpg");
background-image: url("../../assets/images/WebsiteBanner.svg");
}
.el-carousel__item:nth-child(2n+1) {
background-size: cover;
background-image: url("../../assets/images/美人.jpg");
background-image: url("../../assets/images/WebsiteBanner.svg");
}
.card_style{
height:390px;