From 55971da035f7be85eed06df8c26ae9553d363b8f Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 14 Oct 2021 18:02:38 +0800 Subject: [PATCH] no message --- pages/agent/edit/index.wxss | 1 - pages/withdrawal/balance/index.wxml | 2 -- pages/withdrawal/vcheckout/index.wxss | 38 --------------------------- 3 files changed, 41 deletions(-) diff --git a/pages/agent/edit/index.wxss b/pages/agent/edit/index.wxss index 16d29b3..5691496 100644 --- a/pages/agent/edit/index.wxss +++ b/pages/agent/edit/index.wxss @@ -4,7 +4,6 @@ .grid{ flex: 1; - } .textarea{ diff --git a/pages/withdrawal/balance/index.wxml b/pages/withdrawal/balance/index.wxml index e2d667d..e63ab5c 100644 --- a/pages/withdrawal/balance/index.wxml +++ b/pages/withdrawal/balance/index.wxml @@ -1,5 +1,4 @@ - @@ -19,7 +18,6 @@ - diff --git a/pages/withdrawal/vcheckout/index.wxss b/pages/withdrawal/vcheckout/index.wxss index fa84ef8..e69de29 100644 --- a/pages/withdrawal/vcheckout/index.wxss +++ b/pages/withdrawal/vcheckout/index.wxss @@ -1,38 +0,0 @@ -/* pages/withdrawal/checkout/index.wxss */ -.add-bank { - height: 150rpx; - width: 100%; - background: rgba(255, 255, 255, 1); - box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32); - border-radius: 6px; -} - -.item-bank { - margin: 32rpx; - padding: 32rpx; - background: rgba(198, 79, 85, 1); - border-radius: 4px; -} - -.bank-name { - font-size: 32rpx; - font-family: PingFang-SC-Medium, PingFang-SC; - font-weight: 500; - color: rgba(255, 255, 255, 1); -} - -.bank-type { - font-size: 24rpx; - font-family: PingFang-SC-Regular, PingFang-SC; - font-weight: 400; - color: rgba(255, 255, 255, 0.6); -} - -.bank-suffix { - font-size: 48rpx; - font-family: SFProDisplay-Regular, SFProDisplay; - font-weight: 400; - color: rgba(255, 255, 255, 1); - line-height: 34px; - letter-spacing: 1px; -} \ No newline at end of file