admin
2025-06-10 568c763084b926a6f2d632b7ac65b9ec8280752f
kp_html/kp/css/index23-05-04.css
@@ -91,6 +91,17 @@
   line-height: 40px;
   font-size: 20px;
   background: #c1c1c1;
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: fixed;
   top: 0px;
   z-index: 1000;
}
.top div{
   display: flex;
   align-items: center;
}
.table-name {
@@ -444,8 +455,6 @@
   /* float: left; */
   width: 106px;
   height: 28px;
   margin-top: -28px;
   margin-left: 120px;
   border-radius: 5px;
   line-height: 28px;
   font-size: 14px;
@@ -457,6 +466,7 @@
.button-blue:hover {
   background: #477cff;
   color: white;
}
.button-blue:active {
@@ -568,6 +578,12 @@
.market-container .item .delete img {
   height: 20px;
}
.market-container .item .add {
   position: absolute;
   right: 3px;
   bottom: 3px;
}
.market-container .item span {
@@ -889,3 +905,20 @@
   height: 15px;
   width: 15px;
}
.forbidden_buy_plates{
   padding: 10px;
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
.forbidden_buy_plates span{
   text-align: left;
   padding: 3px 5px;
   margin-top: 5px;
   margin-right: 5px;
   max-width: 120px;
   width: 120px;
}