08/01/2024

This commit is contained in:
2024-01-08 09:26:16 +07:00
parent 0c240b45ea
commit b2469a9235
7 changed files with 3148 additions and 1181 deletions

View File

@@ -1,18 +1,27 @@
*, ::after, ::before {
*,
::after,
::before {
box-sizing: border-box;
}
button, input, select {
button,
input,
select {
outline: none !important;
color: #000;
border-radius: 0;
}
button, input {
button,
input {
overflow: visible;
}
button, input, optgroup, select, textarea {
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
@@ -20,7 +29,8 @@ button, input, optgroup, select, textarea {
border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
@@ -31,7 +41,7 @@ input[type=number] {
body {
color: #000;
font-family: "Inter", sans-serif;
background: #FAFAFB;
background: #fafafb;
position: relative;
font-size: 14px;
word-break: break-word;
@@ -127,7 +137,7 @@ a {
.admin-menu-container {
position: relative;
overflow: auto;
background: #004E99;
background: #004e99;
color: #fff;
width: 16%;
padding: 20px 0;
@@ -151,7 +161,7 @@ a {
transform: rotate(90deg);
}
.admin-menu-container details[open] summary {
background: #81B5E4;
background: #81b5e4;
}
.admin-menu-container details[open] summary a {
font-weight: 700;
@@ -188,7 +198,7 @@ a {
border-radius: 4px;
}
.admin-menu-container .item:hover {
background: #81B5E4;
background: #81b5e4;
}
.admin-menu-container .item:hover .icons {
filter: brightness(100);
@@ -204,7 +214,7 @@ a {
content: "";
width: 1px;
height: calc(100% - 39px);
background: #79B0E2;
background: #79b0e2;
position: absolute;
left: 20px;
top: 20px;
@@ -222,7 +232,7 @@ a {
width: 8px;
height: 8px;
border-radius: 50%;
background: #79B0E2;
background: #79b0e2;
position: absolute;
top: 6px;
left: -28px;
@@ -283,7 +293,7 @@ a {
position: relative;
}
.admin-menu .item:hover {
background: #81B5E4;
background: #81b5e4;
}
.admin-menu .item:hover .icons {
filter: brightness(100);
@@ -296,7 +306,7 @@ a {
.admin-menu .sub-menu {
padding: 10px 22px 10px 15px;
border-radius: 6px;
background: #004E99;
background: #004e99;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
white-space: nowrap;
min-width: 150px;
@@ -323,7 +333,7 @@ a {
width: 8px;
height: 8px;
border-radius: 50%;
background: #79B0E2;
background: #79b0e2;
position: absolute;
top: 6px;
left: -18px;
@@ -339,7 +349,7 @@ a {
.admin-menu .menu-list::before {
content: "";
width: 1.5px;
background: #79B0E2;
background: #79b0e2;
position: absolute;
left: 1px;
top: 7px;
@@ -397,8 +407,8 @@ a {
transition: 0.2s all;
}
.admin-content-container .note-list a:hover {
background: #F5F7FF;
color: #0041E8;
background: #f5f7ff;
color: #0041e8;
font-weight: 600;
}
.admin-content-container .content-holder {
@@ -410,7 +420,7 @@ a {
}
.table-fixed td {
padding: 13px 8px;
border: 1px solid #ECECEC;
border: 1px solid #ececec;
}
.table-fixed tbody td {
padding: 5px 8px;
@@ -419,24 +429,24 @@ a {
text-align: left;
}
.table-fixed tbody td:nth-child(2) {
color: #0041E8;
color: #0041e8;
}
.admin-home-tab {
overflow: auto;
}
.admin-home-tab a {
color: #A0A8B5;
color: #a0a8b5;
padding: 9px 7.7px;
text-align: center;
border-right: 1px solid #DDE1EB;
border-right: 1px solid #dde1eb;
white-space: nowrap;
}
.admin-home-tab a:last-child {
border: 0;
}
.admin-home-tab a:hover, .admin-home-tab a.current {
background: #0041E8;
background: #0041e8;
color: #fff;
}
@@ -453,7 +463,7 @@ a {
font-weight: 500;
}
.home-report-holder td {
border: 1px solid #ECECEC;
border: 1px solid #ececec;
padding: 14px 5px;
}
.home-report-holder td a {
@@ -472,4 +482,47 @@ a {
}
.home-todo-list td:nth-child(1), .home-todo-list td:nth-child(3), .home-todo-list td:nth-child(4) {
white-space: nowrap;
}
.product-list th {
padding: 10px;
border: 1px solid #ececec;
background: #f6f6f6;
}
.product-list td {
padding: 8px;
border: 1px solid #ececec;
}
.product-sale-info td {
padding: 14px;
border: 1px solid #ececec;
}
input[type=radio] {
position: absolute;
}
input[type=radio]:before {
content: "";
background: #fff;
border-radius: 100%;
border: 1.5px solid #0041e8;
display: inline-block;
width: 20px;
height: 20px;
position: relative;
top: -0.2em;
margin-right: 1em;
vertical-align: top;
cursor: pointer;
text-align: center;
transition: all 250ms ease;
}
input[type=radio]:checked:before {
background-color: #0041e8;
box-shadow: inset 0 0 0 4px #fff;
}
input[type=radio]:focus:before {
outline: none;
border-color: #0041e8;
}/*# sourceMappingURL=pc_style.css.map */