From cf4001e5fb61dd5c6a455a9d6b7d1f3aa99e1a34 Mon Sep 17 00:00:00 2001 From: "630892807@qq.com" <630892807@qq.com> Date: Wed, 17 Mar 2021 22:24:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/gofly-front.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index 0fd76dd..8d8b1da 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -200,8 +200,8 @@ width: 43px; height: auto; position: absolute; - right: 2px; - bottom: 100px; + right: 6px; + bottom: 140px; padding: 10px 0px; } .launchButtonNotice{ @@ -211,8 +211,8 @@ text-align: left; } .launchButtonText{ - width: 33px; - font-size: 18px; + width: 35px; + font-size: 10px; line-height: 21px; white-space: normal; word-wrap: break-word; From aa3a0ed92d52d08b9b3a98d2b15d79bbede687e6 Mon Sep 17 00:00:00 2001 From: "630892807@qq.com" <630892807@qq.com> Date: Thu, 18 Mar 2021 21:48:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/gofly-front.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index 8d8b1da..7a9b31b 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -211,14 +211,17 @@ text-align: left; } .launchButtonText{ - width: 35px; - font-size: 10px; + width: 40px; + font-size: 8px; line-height: 21px; white-space: normal; word-wrap: break-word; - word-break:break-all; max-height: 145px; } + .launchButtonText .flyAvatar{ + margin-right: 0px; + float: none; + } .launchButtonNotice:after{ right: 4%; }