#
whycq
2022-09-12 e7dbfd37c1d00950b101aeb7825355b07b91bb98
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}