更新页面
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user