This commit is contained in:
2025-12-30 16:47:24 +07:00
parent 9fa4b50b68
commit 15240ff81f
65 changed files with 6550 additions and 217 deletions

View File

@@ -2730,6 +2730,7 @@ textarea::placeholder {
left: 12px;
text-shadow: 1px 1px 1px #000;
z-index: 3;
padding-right: 10px;
}
.page-hompage .box-article-global .box-left .content-article-item .title {
font-size: 24px;
@@ -4380,7 +4381,6 @@ textarea::placeholder {
margin-top: 18px;
}
.page-deal .box-list-item-deal .product-item {
width: calc(100% / 4 - 12px);
}
.page-deal .box-list-item-deal .product-item .icon-cart-deal {
width: 32px;
@@ -4409,10 +4409,10 @@ textarea::placeholder {
}
.page-deal .box-list-item-deal .product-item:first-child,
.page-deal .box-list-item-deal .product-item:nth-child(2) {
width: calc(100% / 2 - 6px);
border-radius: 22px;
background: #0f5b9a;
padding: 10px 8px 28px;
grid-column: span 2 / span 2;
}
.page-deal .box-list-item-deal .product-item:first-child .item-deal,
.page-deal .box-list-item-deal .product-item:nth-child(2) .item-deal {
@@ -4881,9 +4881,6 @@ textarea::placeholder {
background-size: 155px 131.5px !important;
margin: 0 auto;
}
.col-left-article {
width: 66.5%;
}
.page-article .box-article-home-top .swiper-pagination {
position: relative;
bottom: 0;
@@ -5207,7 +5204,6 @@ textarea::placeholder {
}
.box-article-detail .box-article-detail-ct {
width: 100%;
float: left;
margin-bottom: 50px;
}
.box-article-detail img:hover {
@@ -5248,7 +5244,6 @@ textarea::placeholder {
}
.box-article-detail .title-ar {
width: 100%;
float: left;
border-bottom: solid 1px #e1e1e1;
position: relative;
font-size: 24px;
@@ -6050,3 +6045,52 @@ textarea::placeholder {
font-size: 14px;
}
}
.box-article-detail .archor-text-group {
background: #f8f9fa;
border-radius: 12px;
border: 1px solid #e1e4e6;
margin-bottom: 24px;
}
.box-article-detail .toc_title {
padding: 16px 14px 12px;
border-bottom: 1px solid #e1e4e6;
font-size: 20px;
font-weight: 500;
line-height: 28px;
color: #32373d;
text-transform: uppercase;
}
.box-article-detail #js-outp ol li {
list-style: none !important;
line-height: 27px;
}
.box-article-detail #js-outp ol {
padding-left: 20px !important;
margin: 10px 0;
}
.box-article-detail #js-outp ol ol {
padding-left: 18px !important;
margin: 3px 0;
font-style: italic;
}
.box-article-detail #js-outp a {
color: #444b52;
font-size: 16px;
text-decoration: none;
font-weight: 500;
}
.box-article-detail #js-outp a:hover {
color: #0664f9;
}
.box-article-detail .box-article-detail-ct {
width: 100%;
margin-bottom: 50px;
}
.box-article-detail .box-article-detail-cmt {
width: 100%;
float: left;
}
.box-article-detail .box-article-detail-cmt iframe {
width: 100% !important;
}