From 4076fed6ad20dbbec939fa11230a290f018886db Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Sun, 14 Nov 2021 20:28:09 +0800 Subject: [PATCH] 完善混合App退出机制 --- plugins/filter/cFilter.scss | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss index 3c1a27d..97f02f3 100644 --- a/plugins/filter/cFilter.scss +++ b/plugins/filter/cFilter.scss @@ -20,6 +20,9 @@ height: 100%; padding: 0 20px; box-sizing: border-box; + &:active { + background-color: #f2f2f2; + } } .c-filter-more { float: right; @@ -50,9 +53,6 @@ } } .c-filter-drawer { - .at-drawer__content { - width: 550px; - } .c-filter-drawer-list { height: calc(100% - 90px); border-top: 1PX solid #eee; @@ -61,9 +61,14 @@ min-height: 20px; padding: 30px 0 10px 30px; border-bottom: 1PX solid #eee; + &:active { + background-color: #f2f2f2; + } } } .c-filter-drawer-btn { + @include position(absolute, n 0 0 n); + width: 100%; height: 90px; @include flexbox(flex, center center); .at-button { @@ -111,6 +116,7 @@ color: #666; } .at-icon { + padding-left: 4px; vertical-align: middle; } } -- Gitblit v1.9.1