From 800bb915592f9cee6fc83bb2f69c49bc2744f445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Thu, 11 Mar 2021 02:32:27 +0800 Subject: [PATCH] version to 3.6.5.release --- LICENSE | 2 +- component/pear/css/pear-module/form.css | 10 ++++++++++ view/document/button.html | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3aa429a..5caa541 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/component/pear/css/pear-module/form.css b/component/pear/css/pear-module/form.css index d6ec855..3a36bd8 100644 --- a/component/pear/css/pear-module/form.css +++ b/component/pear/css/pear-module/form.css @@ -16,6 +16,16 @@ textarea::-webkit-input-placeholder { border-color: #5FB878!important; } +.layui-input[success] { + box-shadow: 0px 0px 3px 1px #5FB878 !important; + border: #5FB878 1px solid!important; +} + +.layui-input[failure] { + box-shadow: 0px 0px 3px 1px #F56C6C; + border: #F56C6C 1px solid; +} + .layui-input, .layui-select, .layui-textarea { diff --git a/view/document/button.html b/view/document/button.html index 401748f..cb94bf0 100644 --- a/view/document/button.html +++ b/view/document/button.html @@ -127,7 +127,6 @@ -