This commit is contained in:
2025-12-29 17:29:51 +07:00
parent 1bb5ad52ed
commit bf063f244c
14 changed files with 2922 additions and 66 deletions

View File

@@ -3433,7 +3433,7 @@ textarea::placeholder {
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.page-product-detail .box-content-product-detail .detail-buy a {
.page-product-detail .box-content-product-detail .detail-buy button {
padding: 8px 12px;
text-align: center;
background: #0a76e4;
@@ -3441,16 +3441,16 @@ textarea::placeholder {
color: #fff;
font-size: 13px;
}
.page-product-detail .box-content-product-detail .detail-buy a:first-child {
.page-product-detail .box-content-product-detail .detail-buy button:first-child {
background: #e31223;
}
.page-product-detail .box-content-product-detail .detail-buy a:hover {
.page-product-detail .box-content-product-detail .detail-buy button:hover {
background: #007eff !important;
}
.page-product-detail .box-content-product-detail .detail-buy a:first-child:hover {
.page-product-detail .box-content-product-detail .detail-buy button:first-child:hover {
background: #ff0015 !important;
}
.page-product-detail .box-content-product-detail .detail-buy a span {
.page-product-detail .box-content-product-detail .detail-buy button span {
width: 100%;
float: left;
font-weight: 20px;
@@ -4458,7 +4458,7 @@ textarea::placeholder {
color: var(--swiper-theme-color);
}
.page-cart .box-info-cart {
padding: 12px 0;
padding: 12px;
margin-bottom: 44px;
}
.page-cart .box-delete-all {
@@ -4497,10 +4497,13 @@ textarea::placeholder {
}
.page-cart .cart-item-info .quantity-change {
border: 1px solid #d6d6d6;
padding: 10px 8px;
width: 32px;
height: 32px;
cursor: pointer;
color: #b8b8b8;
display: flex;
align-items: center;
justify-content: center;
}
.page-cart .cart-item-info .quantity-change:hover {
color: var(--swiper-theme-color);
@@ -4540,12 +4543,12 @@ textarea::placeholder {
margin-bottom: 12px;
}
.page-cart .box-cart-info-customer {
margin: 20px 12px 16px;
margin: 20px 0;
}
.page-cart .box-cart-info-customer .list-info-customer input,
.page-cart .box-cart-info-customer .list-info-customer select,
.page-cart .box-cart-info-customer .list-info-customer textarea {
width: 100%;
width: 97%;
border: 1px solid #d6d6d6;
padding: 13px 12px;
border-radius: 5px;
@@ -4554,7 +4557,7 @@ textarea::placeholder {
outline: 0;
}
.page-cart .box-cart-info-customer .list-info-customer select {
color: #b8b8b8;
color: #000;
}
.page-cart .box-cart-info-customer .list-info-customer input::-webkit-input-placeholder,
.page-cart .box-cart-info-customer .list-info-customer textarea::-webkit-input-placeholder {
@@ -4589,9 +4592,7 @@ textarea::placeholder {
width: max-content;
margin-bottom: 0;
}
.page-cart .box-payment {
padding: 0 12px;
}
.page-cart .box-payment .list-method-payment {
margin-bottom: 16px;
}
@@ -4603,7 +4604,7 @@ textarea::placeholder {
}
.page-cart .box-payment .has-vat {
width: 100%;
float: left;
display: block;
font-size: 16px;
text-align: right;
margin-top: 10px;
@@ -4645,8 +4646,7 @@ textarea::placeholder {
.page-cart .not-cart {
margin: 0 auto;
text-align: center;
padding: 30px 0;
padding: 0 8px;
padding: 50px 8px;
max-width: 1216px;
display: -webkit-box;
display: -ms-flexbox;