From 589de8cc5b90602a24d246cc52dcc9e0f42e3f08 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 21 Mar 2018 10:02:11 +0800 Subject: [PATCH] update --- demo/js/face.js | 16 ++++++++-------- dist/demo.js | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/demo/js/face.js b/demo/js/face.js index c168fc7f1..857d99e52 100644 --- a/demo/js/face.js +++ b/demo/js/face.js @@ -601,15 +601,15 @@ Demo.Face = BI.inherit(BI.Widget, { var maskBackgroundColor = this.maskBackgroundColor.getValue(); this._setStyle({ - "#wrapper.bi-background, #wrapper .bi-background": { + "body.bi-background, body .bi-background": { "background-color": backgroundColor, color: fontColor }, - "#wrapper .bi-card": { + "body .bi-card": { "background-color": cardBackgroundColor, color: fontColor }, - "#wrapper .bi-tips": { + "body .bi-tips": { color: grayFontColor }, "div::-webkit-scrollbar,.scrollbar-layout-main": { @@ -641,23 +641,23 @@ Demo.Face = BI.inherit(BI.Widget, { "background-color": selectBackgroundColor + "!important", color: selectFontColor + "!important" }, - ".bi-button": { + "body .bi-button.button-common": { "background-color": button1BackgroundColor, "border-color": button1BackgroundColor }, - ".bi-button.button-success": { + "body .bi-button.button-success": { "background-color": button2BackgroundColor, "border-color": button2BackgroundColor }, - ".bi-button.button-warning": { + "body .bi-button.button-warning": { "background-color": button3BackgroundColor, "border-color": button3BackgroundColor }, - ".bi-button.button-ignore": { + "body .bi-button.button-ignore": { "background-color": button4BackgroundColor }, // 以下是分割线颜色 - "#wrapper .bi-border,#wrapper .bi-border-top,#wrapper .bi-border-bottom,#wrapper .bi-border-left,#wrapper .bi-border-right": { + "body .bi-border,body .bi-border-top,#wrapper .bi-border-bottom,body .bi-border-left,body .bi-border-right": { "border-color": slitColor }, ".bi-collection-table-cell": { diff --git a/dist/demo.js b/dist/demo.js index ed3520053..68c6b04b8 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -9317,15 +9317,15 @@ BI.shortcut("demo.searcher_view", Demo.Func);Demo.Face = BI.inherit(BI.Widget, { var maskBackgroundColor = this.maskBackgroundColor.getValue(); this._setStyle({ - "#wrapper.bi-background, #wrapper .bi-background": { + "body.bi-background, body .bi-background": { "background-color": backgroundColor, color: fontColor }, - "#wrapper .bi-card": { + "body .bi-card": { "background-color": cardBackgroundColor, color: fontColor }, - "#wrapper .bi-tips": { + "body .bi-tips": { color: grayFontColor }, "div::-webkit-scrollbar,.scrollbar-layout-main": { @@ -9357,23 +9357,23 @@ BI.shortcut("demo.searcher_view", Demo.Func);Demo.Face = BI.inherit(BI.Widget, { "background-color": selectBackgroundColor + "!important", color: selectFontColor + "!important" }, - ".bi-button": { + "body .bi-button.button-common": { "background-color": button1BackgroundColor, "border-color": button1BackgroundColor }, - ".bi-button.button-success": { + "body .bi-button.button-success": { "background-color": button2BackgroundColor, "border-color": button2BackgroundColor }, - ".bi-button.button-warning": { + "body .bi-button.button-warning": { "background-color": button3BackgroundColor, "border-color": button3BackgroundColor }, - ".bi-button.button-ignore": { + "body .bi-button.button-ignore": { "background-color": button4BackgroundColor }, // 以下是分割线颜色 - "#wrapper .bi-border,#wrapper .bi-border-top,#wrapper .bi-border-bottom,#wrapper .bi-border-left,#wrapper .bi-border-right": { + "body .bi-border,body .bi-border-top,#wrapper .bi-border-bottom,body .bi-border-left,body .bi-border-right": { "border-color": slitColor }, ".bi-collection-table-cell": {