This commit is contained in:
2026-01-05 13:50:16 +07:00
parent aae8e26135
commit 28a252f7d7
24 changed files with 13895 additions and 448 deletions

View File

@@ -2909,6 +2909,8 @@ textarea::placeholder {
-ms-transform-origin: top left;
transform-origin: top left;
padding: 14px 10px;
max-height: 400px;
overflow: auto;
}
.page-category .box-content-category .list-filter-category .item:hover ul {
-webkit-transform: scale(1);
@@ -4437,6 +4439,20 @@ textarea::placeholder {
.page-deal .box-list-item-deal .product-item:nth-child(2) .text-deal-item {
display: block !important;
}
.page-deal .time-deal-page p {
background: #000;
color: #fff;
width: 25px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
}
.page-deal .time-deal-page span {
text-align: left;
}
.page-cart {
background: #f0f0f0;
padding: 20px 0 40px;