whycwx
2022-08-22 bcb1dbcfe1ff1d478a187fc32b3be18ca73fd0cf
首页
2个文件已修改
19 ■■■■■ 已修改文件
src/components/pageHeaders.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/home/home.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/pageHeaders.vue
@@ -51,7 +51,7 @@
    }
    .lin_box{
        width:3px;
        height: 70%;
        height: 85%;
        background-color: #737475;
        margin: 0 10px;
        margin-top: 10px;
@@ -67,20 +67,17 @@
        display: flex;
        justify-content:space-between;
        margin: 20px 0;;
        .logoimg,.logotitle{
        }
        .logoimg{
            img{
                margin-left: 30px;
                width: 260px;
                height: 60px;
                width: 262px;
                height: 75px;
            }
        }
        .logotitle{
            p{  
                float: left;
                margin-top: 15px;
                margin-top: 25px;
                margin-right: 30px;
                font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
                font-weight: 700;
src/pages/home/home.vue
@@ -1,6 +1,6 @@
<template>
    <div>
        <el-carousel :interval="5000" arrow="always">
        <el-carousel :interval="5000" arrow="always" class="banner_box">
            <el-carousel-item>
                <img src="@/assets/img/banner1.jpg" alt="banner" class="icon-banner">
            </el-carousel-item>
@@ -214,6 +214,12 @@
        width: 100%;
        height: 100%;
    }
    .banner_box{
        /deep/.el-carousel__container{
            height: 402px;
        }
    }
    .select_list_box{
        display: flex;
        justify-content: space-between;