From f6c7d36546dff4f3b5fe3c09192152ca4ef3d810 Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Sun, 15 Sep 2019 15:06:21 +0800 Subject: [PATCH] bug fixed --- myui.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/myui.css b/myui.css index 1c76a42..9cf332e 100644 --- a/myui.css +++ b/myui.css @@ -115,7 +115,7 @@ body { display: block; position: fixed; width: 100%; - height: 100%; + height: 200%; background-color: rgba(0, 0, 0, .5); float: left; z-index: 1; @@ -238,7 +238,8 @@ body { animation: fadeIn .3s forwards; z-index: 999; text-overflow: ellipsis; - word-break: break-word + word-break: break-word; + transition:all .2s ease } .msg-header { @@ -301,7 +302,7 @@ body { position: fixed; display: block; width: 100%; - height: 100%; + height: 200%; background-color: rgba(95, 95, 95, 0.7); z-index: 998; opacity: 0;