From a580cafe59a8f067cc6f011193952367beadcb2f Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Fri, 22 Apr 2022 18:16:06 +0800 Subject: [PATCH] 地址组件,增加智能地址识别功能 --- common/custom.scss | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index 4c632ab..f622e9c 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -117,6 +117,7 @@ .at-tabs-pane { height: 100%; font-size: 36px; + transform: translate3d(0, 0, 0); } } } @@ -194,6 +195,10 @@ height: 70px !important; font-size: 36px !important; line-height: 70px; + .weui-input { + height: 70px; + line-height: 70px; + } } .at-search-bar__clear { height: 70px; @@ -208,9 +213,15 @@ font-size: 36px; color: #FFF; line-height: 70px; + background-color: $colorStress; border-radius: 8px; } } + .at-activity-indicator { + .at-activity-indicator__content { + font-size: 36px; + } + } .at-divider { .at-divider__content { font-size: 36px; -- Gitblit v1.9.1