From aed1ff699140de60131bf9cc1332c98063c66721 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 03 七月 2020 09:14:51 +0800 Subject: [PATCH] 2020-07-03 --- src/mob/controller/index.scss | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 59 insertions(+), 1 deletions(-) diff --git a/src/mob/controller/index.scss b/src/mob/controller/index.scss index 68457bf..a06a8f6 100644 --- a/src/mob/controller/index.scss +++ b/src/mob/controller/index.scss @@ -2,7 +2,7 @@ width: 100%; height: 100%; overflow: hidden; - >.ant-collapse { + >.ant-form >.ant-collapse { border: 0; background: #262E3F; @@ -17,6 +17,64 @@ color: rgba(255, 255, 255, 0.85); background-color: #202735; border-top: 1px solid #202735; + + .ant-form-item { + margin-bottom: 5px; + + .ant-form-item-label > label { + color: rgba(255, 255, 255, 0.85); + .anticon { + vertical-align: middle; + font-size: 18px; + } + } + .ant-form-item-control-wrapper { + .ant-form-item-control { + input { + background: transparent; + color: rgba(255, 255, 255, 0.65); + } + .ant-input { + height: 28px; + } + .ant-input-number { + height: 28px; + background: transparent; + .ant-input-number-input { + height: 28px; + } + } + .ant-select-selection { + background: transparent; + color: rgba(255, 255, 255, 0.65); + } + .color-sketch-block { + position: relative; + top: 10px; + } + .color-sketch-block + .ant-input { + float: right; + width: 60%; + margin-top: 9px; + } + .ant-select-arrow { + color: inherit; + } + .ant-input-number-handler-wrap { + background: transparent; + .ant-input-number-handler { + color: rgba(255, 255, 255, 0.65); + .ant-input-number-handler-up-inner, .ant-input-number-handler-down-inner { + color: rgba(255, 255, 255, 0.65); + } + } + .ant-input-number-handler:active { + background: transparent; + } + } + } + } + } } } } -- Gitblit v1.8.0