From d50f20298c6ccf0ca7721ceb1ec1ed8b9fe10fd7 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 20 Mar 2020 11:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/core/core.md | 2 + public/css/vc-ui.css | 111 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) diff --git a/docs/core/core.md b/docs/core/core.md index 73bc096f8..62958918a 100644 --- a/docs/core/core.md +++ b/docs/core/core.md @@ -35,3 +35,5 @@ data节点就是vue的data节点用作数据绑定,data下的最好是一个 watch节点为 vue的watch节点 + + diff --git a/public/css/vc-ui.css b/public/css/vc-ui.css index 5c0d4bd17..f732f388a 100644 --- a/public/css/vc-ui.css +++ b/public/css/vc-ui.css @@ -1049,3 +1049,114 @@ h1 { } +.fileinput > .file { + position: absolute; + top: 0; + right: 0; + margin: 0; + opacity: 0; + filter: alpha(opacity=0); + font-size: 23px; + height: 100%; + width: 100%; + direction: ltr; + cursor: pointer; +} + +.delete_button { + color: #dc3545; +} + +.java110_loading { + width: 100%; + height: 100%; + z-index: 2300; + position: fixed; +} + +.java110_loading > div { + margin: 70px auto; +} + +.wizard > .actions .vc_disabled a, +.wizard > .actions .vc_disabled a:hover, +.wizard > .actions .vc_disabled a:active { + background: #fff; + color: #888; +} + +.wizard > .steps .vc_disabled a, +.wizard > .steps .vc_disabled a:hover, +.wizard > .steps .vc_disabled a:active { + background: #fff; + color: #888; + cursor: default; +} + + +.wizard > .steps > ul > li { + width: 33.33%; +} + +.java110_step { + width: 80%; + margin: 20px auto 50px auto; +} + +.form-group span.required { + color: #f00; + font-size: 100%; +} + +/** 修复select2 和 modal bug **/ +.select2-drop { + z-index: 10050 !important; +} + +.select2-search-choice-close { + margin-top: 0 !important; + right: 2px !important; + min-height: 10px; +} + +.select2-search-choice-close:before { + color: black !important; +} + +/*防止select2不会自动失去焦点*/ +.select2-container { + z-index: 16000 !important; + width: 100%; +} + +.select2-drop-mask { + z-index: 15990 !important; +} + +.select2-drop-active { + z-index: 15995 !important; +} + + + +.uploadImage img { + border-radius: 8px; + /*margin-right: 10px;*/ +} + +.uploadImage .uploadButton { + width: 100px; + height: 100px; + border: 1px dashed #888; + border-radius: 10px; + text-align: center; + line-height: 100px; +} + +.uploadImage .uploadButton i { + font-size: 24px; + color: #888; +} + + +