guanqb
2022-11-11 7292feefc2e6fe9295722353472d735ebfc1ba34
首页标题样式
2 files modified
16 ■■■■ changed files
src/views/home/components/leftContainer.vue 8 ●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue 8 ●●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue
@@ -856,11 +856,11 @@
        .title::after {
            content: '';
            position: absolute;
            top: 6px;
            top: 15px;
            left: 0;
            width: 8px;
            height: 28px;
            border-radius: 4px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #43bafe;
            box-shadow: 0px 0px 8px 2px #43bafe;
        }
src/views/home/components/rightContainer.vue
@@ -522,11 +522,11 @@
        .title::after {
            content: '';
            position: absolute;
            top: 6px;
            top: 15px;
            left: 0;
            width: 8px;
            height: 28px;
            border-radius: 4px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #43bafe;
            box-shadow: 0px 0px 8px 2px #43bafe;
        }