庞东旭 1 рік тому
джерело
коміт
79a45781ad
2 змінених файлів з 5 додано та 1 видалено
  1. +3
    -0
      static/css/index.css
  2. +2
    -1
      static/css/listingItems/items.css

+ 3
- 0
static/css/index.css Переглянути файл

@@ -159,6 +159,7 @@
/*background-color: var(--color);*/
background-color: #ffffff;
border-right: 1px solid var(--color);
border-left: 1px solid var(--color);
}
.top .active a {
}
@@ -186,6 +187,8 @@
/*display: inline-block;*/
padding: 15px 0;
flex-shrink: 0;
width: 10%;
text-align: center;
}

.top ul li a {


+ 2
- 1
static/css/listingItems/items.css Переглянути файл

@@ -816,7 +816,7 @@ input::-webkit-inner-spin-button {
justify-content: right;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #d5d5d5;
border-bottom: 1px solid #f1f1f1;
}
.center_tap img{
display: block;
@@ -846,6 +846,7 @@ input::-webkit-inner-spin-button {
.centerLeft .centerLeft-center .tableList table tr:hover td{
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
color: var(--color);
}
.centerLeft .centerLeft-center .tableList table tr:hover td:first-child{
border-left: 1px solid #d0d0d0;


Завантаження…
Відмінити
Зберегти