From 212f9411d7e5b6738ace75c91878a148180bbfdb Mon Sep 17 00:00:00 2001 From: eason Date: Fri, 29 Jun 2018 16:37:48 +0800 Subject: [PATCH] fix hf css --- src/main/ui/static/css/hf_gateway.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/ui/static/css/hf_gateway.css b/src/main/ui/static/css/hf_gateway.css index 8c6ada962..6644c0482 100644 --- a/src/main/ui/static/css/hf_gateway.css +++ b/src/main/ui/static/css/hf_gateway.css @@ -106,9 +106,9 @@ /*成功页*/ .order-box .success-logo{ text-align: center; - height: 200px; + height: 150px; background: #F0F3FA; - line-height: 200px; + line-height: 150px; font-family: PingFangSC-Regular; font-size: 22px; color: #444444;