From 28a73a811b347cedb48dbbd340d721e106abd84c Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期二, 03 十一月 2020 14:05:28 +0800 Subject: [PATCH] 系统换肤功能实现 --- src/components/ContentBox.vue | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/src/components/ContentBox.vue b/src/components/ContentBox.vue index 89667e6..b8a0029 100644 --- a/src/components/ContentBox.vue +++ b/src/components/ContentBox.vue @@ -78,15 +78,11 @@ box-sizing: border-box; height: 100%; } - .content-box-container.siteList{ - background-color: #042271; - } .content-box { display: flex; flex-direction: column; box-sizing: border-box; height: 100%; - border: 2px solid #143a92; border-radius: 8px; font-size: 16px; } @@ -103,13 +99,8 @@ border-radius: 4px; font-size: 20px; text-align: center; - background-image: linear-gradient(to right, #0c3688, #042271); - background-image: -ms-linear-gradient(to right, #0c3688, #042271); - background-image: -webkit-linear-gradient(to right, #0c3688, #042271); - background-image: -moz-linear-gradient(to right, #0c3688, #042271); line-height: 36px; font-weight: bold; - color: #00feff; } .content-box-title.txt-left { -- Gitblit v1.9.1