#
luxiaotao1123
2022-08-22 9cc82466a685c529906f68cb01f8c7f669bba598
src/main/webapp/static/css/console.css
@@ -9,13 +9,15 @@
   width: 100%;
   height: 100%;
   background-color: rgb(108,167,168);
   position: relative;
}
.header {
   position: absolute;
   height: 10%;
   width: 20%;
   padding-top: 1%;
   padding-left: 1%;
   top: 1%;
   left: 1%;
   color: #FFFFFF;
}
.header h1 {
@@ -28,6 +30,8 @@
.main {
   overflow-y: scroll;
   position: relative;
   height: 100%;
}
@@ -37,6 +41,24 @@
   position: absolute;
   bottom: 2.5%;
}
/*=============== SCROLL BAR ===============*/
::-webkit-scrollbar {
   width: .6rem;
   border-radius: .5rem;
   background-color: hsl(228, 8%, 76%);
}
::-webkit-scrollbar-thumb {
   background-color: hsl(228, 8%, 64%);
   border-radius: .5rem;
}
::-webkit-scrollbar-thumb:hover {
   background-color: hsl(228, 8%, 54%);
}
/* 控制开关 */
.system-state {
   display: inline-block;
@@ -332,11 +354,14 @@
   border-top: 1px solid rgb(194,76,65);
   border-bottom: 1px solid rgb(194,76,65);
   border-left: 1px solid rgb(194,76,65);
   border-right: 1px solid rgb(194,76,65);
   border-right: none;
   cursor: inherit;
   color: rgb(194,76,65);
}
.stock-group .item:last-child {
   border-right: 1px solid rgb(194,76,65);
}
.stock-group .site {
   width: 80px;
   float: left;