From 32f26895d72fdebb6bb4f8dceaa3ecd782dc07c5 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 04 Nov 2021 16:38:56 +0800 Subject: [PATCH] 增加请求代理模式url拼接 --- common/custom.scss | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index 51c22ac..dc045c5 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -13,16 +13,20 @@ 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 { .weui-input { -- Gitblit v1.9.1