This commit is contained in:
2025-12-27 10:03:53 +07:00
parent 1805ff8674
commit e2063bce4c
18 changed files with 549 additions and 61 deletions

View File

@@ -3426,7 +3426,6 @@ textarea::placeholder {
transition: color 0.2s ease-out;
}
.page-product-detail .box-content-product-detail .detail-buy a {
width: calc(50% - 6px);
padding: 8px 12px;
text-align: center;
background: #0a76e4;
@@ -3541,20 +3540,7 @@ textarea::placeholder {
font-size: 13px;
margin-left: 10px;
}
.page-product-detail
.box-content-product-detail
.box-product-summary
.list-product-summary
li:nth-child(n + 4) {
display: none;
}
.page-product-detail
.box-content-product-detail
.box-product-summary
.list-product-summary.active
li:nth-child(n + 4) {
display: block;
}
.page-product-detail .box-content-product-detail .list-product-comboset {
padding: 2px;
margin-bottom: 16px;
@@ -4308,7 +4294,7 @@ textarea::placeholder {
border-radius: 50%;
text-align: center;
}
.popup-change-pro .popup-main .c-btn {
.c-pro-item .c-btn {
cursor: pointer;
display: block;
text-transform: uppercase;