From dd0d615bcecd7f4412c595876d218b5a99305ff6 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 4 Feb 2024 02:36:39 +0800 Subject: [PATCH] fix: adapt unadapted parts for user space page --- src/styles/adaptedStyles/userSpacePage.scss | 47 +++++++++++++++------ 1 file changed, 35 insertions(+), 12 deletions(-) diff --git a/src/styles/adaptedStyles/userSpacePage.scss b/src/styles/adaptedStyles/userSpacePage.scss index c24e1927..c676131a 100644 --- a/src/styles/adaptedStyles/userSpacePage.scss +++ b/src/styles/adaptedStyles/userSpacePage.scss @@ -48,7 +48,9 @@ .v-search-count, .feed-dynamic-header-search-count, .card .main-content .button-bar .single-button .text-bar.selected, - .wrapper .edit-video-modal .edit-video-subtitle { + .wrapper .edit-video-modal .edit-video-subtitle, + .list-style .iconfont.active, + .list-style .iconfont:hover { color: var(--bew-theme-color); } @@ -101,7 +103,8 @@ #page-fav .fav-sidenav .fav-item.cur, .favInfo-box .favInfo-details .fav-options .fav-play, .be-pager-item-active, - .search-nav-item.search-nav-actived { + .search-nav-item.search-nav-actived, + #page-series-detail .channel-option .modify-channel { background-color: var(--bew-theme-color); } @@ -245,13 +248,23 @@ .target-fav-title .fav-meta .fav-name, - .wrapper .edit-video-modal .edit-video-title { + .wrapper .edit-video-modal .edit-video-title, + #page-series-detail .channel-detail .content .breadcrumb .item { color: var(--bew-text-1); } .btn.ghost, .btn.ghost:focus, - .btn.ghost:hover { + .btn.ghost:hover, + #pin-wrapper .pin-layer-header-counter, + .channel-add-video .text, + .series-item .item-title .qipapnum, + .series-item .header .btn-row .btn, + #page-series-index + .channel-index + .breadcrumb + .item.cur + .create-series-icon { color: var(--bew-text-2); } @@ -337,7 +350,12 @@ .fans-action-btn.follow, .btn.ghost, .btn.ghost:focus, - .btn.ghost:hover { + .btn.ghost:hover, + .series-item .item-title .qipapnum:before, + .series-item .item-title .qipapnum, + .series-item .header .btn-row .btn, + #page-series-index .channel-index .breadcrumb .item.cur .create-series-icon, + #page-series-detail .filter { border-color: var(--bew-border-color); } @@ -349,11 +367,6 @@ border-color: transparent; } - .series-item .split-line, - .wrapper .edit-video-modal .favlist-body:after { - background-color: var(--bew-border-color); - } - .i-pin-c { box-shadow: unset; } @@ -429,7 +442,8 @@ // color: var(--bew-theme-color); // } - .section .count:before { + .section .count:before, + .series-item .item-title .qipapnum:before { display: none; } @@ -443,6 +457,11 @@ background-color: var(--bew-elevated-solid-1); } + .series-item .split-line, + .wrapper .edit-video-modal .favlist-body:after { + background-color: var(--bew-border-color); + } + .col-full { background-color: var(--bew-content-solid-1); box-shadow: 0 0 0 1px var(--bew-border-color); @@ -459,7 +478,11 @@ .bangumi-pagelistbox .custom-right .custom-right-inner.custompage, .btn.ghost, .btn.ghost:focus, - .btn.ghost:hover { + .btn.ghost:hover, + .channel-add-video, + .series-item .item-title .qipapnum, + .list-create, + #page-series-detail .channel-add-video { background-color: var(--bew-fill-1); }