From 9ee3d1f9a09a865188baffdffb85f6ad329c7b09 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 19 十二月 2021 01:09:20 +0800 Subject: [PATCH] 2021-12-19 --- src/mob/searchconfig/searchdragelement/index.scss | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 42 insertions(+), 2 deletions(-) diff --git a/src/mob/searchconfig/searchdragelement/index.scss b/src/mob/searchconfig/searchdragelement/index.scss index b4bae03..2abb4bd 100644 --- a/src/mob/searchconfig/searchdragelement/index.scss +++ b/src/mob/searchconfig/searchdragelement/index.scss @@ -96,10 +96,50 @@ align-items: start; display: block; .am-input-control { - height: 25px; - padding-top: 10px; + height: 30px; padding-left: 12px; } + .adm-slider { + padding: 4px 0px; + list-style: none; + user-select: none; + .adm-slider-track-container { + padding: 8px 0; + .adm-slider-track { + position: relative; + width: 100%; + height: 4px; + background-color: #f5f5f5; + } + .adm-slider-fill { + position: absolute; + height: 4px; + background-color: #1890ff; + } + .adm-slider-thumb-container { + touch-action: none; + position: absolute; + width: 32px; + height: 32px; + border-radius: 50%; + top: 50%; + transform: translate(-50%, -50%); + } + .adm-slider-thumb { + touch-action: none; + position: absolute; + width: 22px; + height: 22px; + border-radius: 50%; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + background: #fff url('../../../assets/mobimg/slider-thumb.svg') no-repeat center center; + background-size: 10px 10px; + box-shadow: 0 3px 5px 0 #d9d9d9, 0 1.5px 3px -2px #d9d9d9; + } + } + } } } -- Gitblit v1.8.0