#
luxiaotao1123
2022-08-22 20e30bcc31223e67c2ef83af69d9a3bb322aba6f
src/main/webapp/static/css/console.css
@@ -5,26 +5,33 @@
html,body {
   height: 100%;
}
#root {
.root {
   width: 100%;
   height: 100%;
   background-color: rgb(108,167,168);
}
.head {
.header {
   height: 10%;
   width: 20%;
   padding-top: 1%;
   padding-left: 1%;
   color: #FFFFFF;
}
.head h1 {
.header h1 {
   font-weight: 400;
   letter-spacing:3px;
}
.head h6 {
.header h6 {
   font-weight: 400;
}
#body {
.main {
   overflow-y: scroll;
}
.footer {
   width: 100%;
   height: 23%   ;
   position: absolute;
@@ -510,4 +517,4 @@
   display: inline-block;
   width: auto;
}
}