This commit is contained in:
2025-12-27 12:01:54 +07:00
parent e2063bce4c
commit 7606157d26
19 changed files with 259 additions and 37 deletions

View File

@@ -2236,6 +2236,7 @@ textarea::placeholder {
justify-content: center;
font-weight: 600;
}
.btn-product,
.page-hompage .box-product-deal .btn-deal {
color: #105fbd;
@@ -3284,15 +3285,22 @@ textarea::placeholder {
border-top: 64px solid transparent;
border-right: 30px solid #fff;
}
.page-product-detail .box-content-product-detail .box-flash-sale .item-time b {
border-radius: 5px;
.page-product-detail .box-content-product-detail .box-flash-sale .global-time-deal p {
background: #001644;
padding: 5px;
font-size: 16px;
color: #fff;
margin-bottom: 4px;
display: block;
border-radius: 3px;
justify-content: center;
align-items: center;
width: 30px;
height: 28px;
font-size: 16px;
font-weight: 600;
display: flex;
}
.page-product-detail .global-time-deal .flex.items-center.gap-2 {
gap: calc(var(--spacing) * 1);
}
.page-product-detail .box-content-product-detail .box-flash-sale .box-middle span {
margin-top: 4px;
}
@@ -6016,3 +6024,30 @@ textarea::placeholder {
background-size: 100% 100%;
z-index: 1;
}
.pro-customer-bought {
position: relative;
padding-left: 30px;
margin: 8px 0;
}
.pro-customer-bought .pcb-icon {
position: absolute;
top: 4px;
left: 0;
}
.pro-customer-bought .pcb-slider {
font-size: 14px;
line-height: 24px;
}
.pro-customer-bought .pcb-slider .swiper-slide p:first-child {
font-size: 15px;
}
@media (max-width: 768px) {
.pro-customer-bought .pcb-slider {
font-size: 13px;
}
.pro-customer-bought .pcb-slider .swiper-slide p:first-child {
font-size: 14px;
}
}