update
This commit is contained in:
@@ -1839,21 +1839,21 @@ textarea::placeholder {
|
||||
line-height: 16px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.footer .footer-policy {
|
||||
.footer-main .footer-policy {
|
||||
background: #e5e5e5;
|
||||
padding: 27px 0;
|
||||
}
|
||||
.footer .footer-policy .item {
|
||||
.footer-main .footer-policy .item {
|
||||
width: 25%;
|
||||
padding: 15px 12px;
|
||||
border-radius: 10px;
|
||||
height: 88px;
|
||||
background: #fff;
|
||||
}
|
||||
.footer .footer-policy .box-title-policy {
|
||||
.footer-main .footer-policy .box-title-policy {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.footer .footer-policy .box-title-policy b {
|
||||
.footer-main .footer-policy .box-title-policy b {
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
line-height: 18px;
|
||||
@@ -1861,54 +1861,54 @@ textarea::placeholder {
|
||||
color: #000;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.footer .footer-policy .box-title-policy span {
|
||||
.footer-main .footer-policy .box-title-policy span {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.footer .box-info-main {
|
||||
.footer-main .box-info-main {
|
||||
background: #fff;
|
||||
}
|
||||
.footer .footer-list-info-main {
|
||||
.footer-main .footer-list-info-main {
|
||||
padding: 18px 10px 20px;
|
||||
font-size: 13px;
|
||||
line-height: 24px;
|
||||
gap: 10px;
|
||||
}
|
||||
.footer .footer-list-info-main .item-info-main {
|
||||
.footer-main .footer-list-info-main .item-info-main {
|
||||
width: 25%;
|
||||
}
|
||||
.footer .footer-list-info-main .list-social-footer {
|
||||
.footer-main .footer-list-info-main .list-social-footer {
|
||||
margin: 10px 0;
|
||||
gap: 8px;
|
||||
}
|
||||
.footer .footer-list-info-main .bct-footer {
|
||||
.footer-main .footer-list-info-main .bct-footer {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.footer .footer-list-info-main .item-social {
|
||||
.footer-main .footer-list-info-main .item-social {
|
||||
border-radius: 5px;
|
||||
}
|
||||
.footer .footer-list-info-main p {
|
||||
.footer-main .footer-list-info-main p {
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.footer .footer-list-info-main a {
|
||||
.footer-main .footer-list-info-main a {
|
||||
display: block;
|
||||
}
|
||||
.footer .footer-list-info-main a:hover {
|
||||
.footer-main .footer-list-info-main a:hover {
|
||||
text-decoration: underline;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
.footer .footer-bottom {
|
||||
.footer-main .footer-bottom {
|
||||
background: #f4f4f4;
|
||||
padding: 15px 0;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.footer .footer-bottom .list-contact-footer {
|
||||
.footer-main .footer-bottom .list-contact-footer {
|
||||
gap: 20px;
|
||||
}
|
||||
.footer .footer-bottom a:hover {
|
||||
.footer-main .footer-bottom a:hover {
|
||||
text-decoration: underline;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
@@ -2167,7 +2167,8 @@ textarea::placeholder {
|
||||
.page-hompage .box-banner-under-slider {
|
||||
margin-top: -50px;
|
||||
}
|
||||
.swiper .swiper-button-prev svg,.swiper .swiper-button-next svg {
|
||||
.swiper .swiper-button-prev svg,
|
||||
.swiper .swiper-button-next svg {
|
||||
width: 8px !important;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user