From 5b9a1d6cb3a7d59c8f2de83c495bba1a069b2723 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期五, 19 一月 2024 00:23:15 +0800 Subject: [PATCH] update --- src/styles/index.scss | 70 ++++++++++++++++++++++++---------- 1 files changed, 49 insertions(+), 21 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 2243f94..1f28d1a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,9 +1,9 @@ -@import './variables.scss'; -@import './mixin.scss'; -@import './transition.scss'; -@import './element-ui.scss'; -@import './sidebar.scss'; -@import './style.scss'; +// @import './variables.scss'; +// @import './mixin.scss'; +// @import './transition.scss'; +// @import './element-ui.scss'; +// // @import './sidebar.scss'; +// @import './style.scss'; body { height: 100%; @@ -12,7 +12,10 @@ text-rendering: optimizeLegibility; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; } - +* { + margin: 0; + padding: 0; +} label { font-weight: 700; } @@ -77,21 +80,46 @@ .app-container { padding: 20px; } -::-webkit-scrollbar { - width: 4px; /* Chrome/Safari */ +.el-input__inner { + background: transparent; + border-radius: 2px; + border: 1px solid #435F9E; + height: 32px; + line-height: 32px; + color: #C6DCE0; } - -/* 瀹氫箟婊戝潡锛坱humb锛夌殑鏍峰紡 */ -::-webkit-scrollbar-thumb { - background-color: #999; /* Chrome/Safari */ +.el-input__icon { + line-height: 32px; } - -/* 褰撴粦鍧楄鎸変笅鏃剁殑鏍峰紡 */ -::-webkit-scrollbar-thumb:hover { - background-color: #666; /* Chrome/Safari */ +.el-button--mini { + background: #AAB6BA; } - -/* 瀹氫箟涓や晶杈圭晫鐨勬牱寮� */ -::-webkit-scrollbar-track { - background-color: #f5f5f5; /* Chrome/Safari */ +.el-button--primary { + background: #5DD1FC; } +// .el-popper[x-placement^=bottom] { +// margin-top: 50px; +// } +.el-button--mini { + background: transparent; +} +.el-button--primary { + background-color: transparent; +} +.el-button--primary.active { + background-color: #5DD1FC!important; +} +.el-form-item__content { + line-height: 40px; +} +.el-form-item { + margin-bottom: 22px; +} +.el-form-item__label { + font-size: 12px; +} +.el-dialog__wrapper { + .el-input__inner { + color: #000; + } +} \ No newline at end of file -- Gitblit v1.9.3