From e7dbfd37c1d00950b101aeb7825355b07b91bb98 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 12 九月 2022 13:39:27 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/style3.css | 48 +++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 43 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/css/style3.css b/src/main/webapp/static/css/style3.css index c8fecac..200eecd 100644 --- a/src/main/webapp/static/css/style3.css +++ b/src/main/webapp/static/css/style3.css @@ -73,12 +73,12 @@ #main-tab { margin-top: 1%; - width: 198%; + width: 298%; align: center; color: #d9d9d9; margin-left: 1%; margin-right: 1%; - margin-bottom: 5%; + margin-bottom: 10%; /*min-height: 1080px;*/ /*height: auto !important;*/ /*height: 1080px;*/ @@ -341,9 +341,47 @@ } - - - +#realTime { + width: 30%; + height: 20%; + background-color: #FFF; + box-shadow: 0px 5px 20px #000; + border-radius: 15px; + position: absolute; + top:30%; + left:35%; + display: none; +} +#realTime .text { + text-indent: 1em; + height: 36px; + line-height: 36px; + background-color: #2E4E7E; + color: #FFFFFF; +} +#realTime .input { + height: 80px; + text-align: center; + line-height: 80px; +} +#closeed { + display: inline-block; + color: #FFFFFF; + height: 30px; + width: 80px; + background-color: #354352; + border: 1px #354352; + border-radius: 30px; + position: relative; + left: 50%; + top: 5%; + transform: translate(-50% ,-30%); +} +.admin-form { + padding: 25px 30px 0 0 !important; + margin: 0 !important; +} +.text-right{text-align:right} -- Gitblit v1.9.1