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;