From dcf664aa949c57b1fa6f7e1f2157d2b8e76f9dbe Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 23 Nov 2021 16:27:51 +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 5f5e01d..a36a718 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -34,6 +34,7 @@ } .at-input { .at-input__title { + width: 162px; font-size: 36px; } .at-input__input { @@ -108,6 +109,9 @@ .at-radio__option-wrap { padding-left: 32px; } + .at-radio__title { + font-size: 36px; + } .at-radio__icon { visibility: visible; &.at-radio__icon--checked { @@ -133,6 +137,7 @@ font-size: 40px; } .at-modal__container { + max-width: 90%; font-size: 36px; } .at-modal__footer { @@ -162,6 +167,12 @@ word-break: break-word; } +.taro__toast { + >div>p:last-child { + font-size: 36px !important; + } +} + .weui-picker__overlay { .weui-picker { font-size: 32px; -- Gitblit v1.9.1