add
continuous-integration/drone/push Build is passing Details

This commit is contained in:
余同学 2024-10-08 18:06:38 +08:00
parent 3fc5c0b27d
commit 0f3c1774ec
1 changed files with 17 additions and 19 deletions

View File

@ -7,13 +7,11 @@
* @FilePath: \background-front-end\src\views\common\home.vue
-->
<template>
<div class="mod-home">
</div>
<div class="mod-home"></div>
</template>
<script>
export default {
}
export default {};
</script>
<style lang="scss" scoped>
@ -27,13 +25,13 @@ export default {
line-height: 300px;
margin: 0;
color: #fff;
}
}
.el-carousel__item:nth-child(2n) {
.el-carousel__item:nth-child(2n) {
background-color: #99a9bf;
}
}
.el-carousel__item:nth-child(2n+1) {
.el-carousel__item:nth-child(2n + 1) {
background-color: #d3dce6;
}
}
</style>