From a8e4f6ef33fdd0e62953d4803461c4f8682b8d03 Mon Sep 17 00:00:00 2001 From: eason Date: Mon, 25 Jun 2018 18:39:01 +0800 Subject: [PATCH] fix hf css --- src/main/ui/static/css/hf_gateway.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/ui/static/css/hf_gateway.css b/src/main/ui/static/css/hf_gateway.css index d366bda2f..3d39f2bfa 100644 --- a/src/main/ui/static/css/hf_gateway.css +++ b/src/main/ui/static/css/hf_gateway.css @@ -84,7 +84,7 @@ color: #434343; letter-spacing: 0px; padding-bottom: 10px; - padding-top: 20px; + padding-top: 15px; } .footer-bottom{ font-family: PingFangSC-Regular; @@ -97,6 +97,11 @@ margin-top: 100px; color: #444444; } + +.hf-warning{ + font-size: x-small; + color: #FF6600; +} /*成功页*/ .order-box .success-logo{ text-align: center;