This commit is contained in:
2026-01-06 11:02:01 +07:00
parent 28a252f7d7
commit 9486dabdb0
15 changed files with 31638 additions and 46 deletions

View File

@@ -1726,23 +1726,7 @@ textarea::placeholder {
.header .header-bottom .list-category-child .box-right .item-product-bestsale:hover .product-name {
color: var(--color-primary);
}
#popup-hotline {
max-width: 750px;
padding: 0;
max-height: 650px;
display: none;
border-radius: 10px;
}
#popup-hotline.active {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #fff;
overflow: auto;
z-index: 9999;
display: block;
}
#popup-hotline .title-content-pop {
font-size: 20px;
text-transform: uppercase;
@@ -5747,11 +5731,6 @@ textarea::placeholder {
max-width: 1000px;
}
.popup-showrom-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.popup-showrom-container .group-title {
border-bottom: 1px solid;
@@ -5765,7 +5744,6 @@ textarea::placeholder {
padding: 15px;
font-size: 16px;
line-height: 1.6;
width: calc(50% - 10px);
margin-bottom: 20px;
border-radius: 12px;
background: -webkit-gradient(linear, left top, left bottom, from(#3343da), to(#85b6e3));
@@ -6110,3 +6088,11 @@ textarea::placeholder {
.box-article-detail .box-article-detail-cmt iframe {
width: 100% !important;
}
.build-pc {
background: #f4f4f4;
padding: 20px 0;
}
.build-pc .title-page-all {
font-size: 32px;
line-height: 36px;
}