shuishen
2022-10-29 112713870da2aca94f27ad9072b8acce562f138c
首页底部更改
1 files modified
24 ■■■■ changed files
src/views/home/components/bottomContainer.vue 24 ●●●● patch | view | raw | blame | history
src/views/home/components/bottomContainer.vue
@@ -7,9 +7,8 @@
                <div class="rightBor"></div>
            </div>
            <div class="timeTab">
                <span class="beforetime" :class="{ choosed: timetype == 0 }" @click="timeTabClick(0)">近一周</span>
                <span>/</span>
                <span class="beforetime" :class="{ choosed: timetype == 1 }" @click="timeTabClick(1)">近一月</span>
                <span class="beforetime" :class="{ choosed: timetype == 0 }" @click="timeTabClick(0)">周</span>
                <span class="beforetime" :class="{ choosed: timetype == 1 }" @click="timeTabClick(1)">月</span>
            </div>
        </div>
@@ -148,6 +147,7 @@
    width: 100%;
    .header {
        position: relative;
        width: 100%;
        height: 36px;
@@ -185,10 +185,20 @@
        }
        .timeTab {
            float: right;
            width: 20%;
            height: 36px;
            line-height: 36px;
            position: absolute;
            top: 10px;
            right: 10px;
            display: flex;
            border-radius: 6px;
            overflow: hidden;
            span {
                width: 42px;
                height: 26px;
                text-align: center;
                line-height: 26px;
                background: rgb(1, 76, 137);
            }
            .beforetime {
                color: rgb(98, 95, 95);