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 |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/common/custom.scss b/common/custom.scss
index 789ca85..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 {
@@ -163,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