From bd7206cfaf7c709686396945b5e9c3b0d278b521 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 09 Nov 2021 09:03:48 +0800 Subject: [PATCH] Taro公共样式微调 --- common/custom.scss | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index 45b5792..9043603 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -13,15 +13,19 @@ font-size: inherit; font-family: -apple-system-font, Helvetica Neue, sans-serif; } - .at-nav-bar { - .at-nav-bar__title { - font-size: 42px; - } - } .at-button { display: inline-block; &.at-button--full { display: flex; + } + &.at-button--primary { + color: #FFF; + border: 1PX solid #2093df; + background: #2093df; + &.btn-danger { + border: 1PX solid #FF5722; + background: #FF5722; + } } } .at-input-number { @@ -99,7 +103,7 @@ } .at-icon { color: #fff; - border: #ccc 1px solid; + border: #bbb 1px solid; border-radius: 50%; padding: 5px; } @@ -119,4 +123,9 @@ } } } +} + +.taro__toast, +.taro__modal { + word-break: break-word; } \ No newline at end of file -- Gitblit v1.9.1