Files
xstore/assets/script/style.scss

927 lines
19 KiB
SCSS
Raw Permalink Normal View History

2025-10-04 11:46:59 +07:00
:root {
--color-blue: #0f5edd;
--text-green: #00c75d;
}
::-webkit-scrollbar-track {
background-color: #f5f5f5;
border-radius: 10px;
}
::-webkit-scrollbar {
width: 7px;
background-color: #fff;
}
::-webkit-scrollbar-thumb {
background: #00112b;
border-radius: 20px;
background-image: -webkit-gradient(
linear,
0 0,
0 100%,
color-stop(0.7, #00112b),
color-stop(0.5, transparent),
to(transparent)
);
}
body {
font-family: "Roboto", sans-serif;
font-size: 14px;
background: #fcfcfc;
max-width: 1920px;
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: space-between;
2025-10-06 09:09:22 +07:00
margin: 0 auto !important;
2025-10-04 11:46:59 +07:00
}
html {
font-family: "Roboto", sans-serif;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
.container {
max-width: 1200px !important;
margin: 0 auto;
}
.icon_2025 {
display: block;
background: url(../images/icon_2025.png) no-repeat;
background-size: 92px 82px;
&.checkbox {
width: 18px;
height: 23px;
background-position: 0 0;
}
&.boxreview {
width: 18px;
height: 23px;
background-position: -34px 0;
}
&.cart {
width: 23px;
height: 23px;
background-position: -68px 0;
}
&.up {
width: 22px;
height: 22px;
background-position: 1px -29px;
}
&.thuhut {
width: 22px;
height: 22px;
background-position: -34px -29px;
}
&.tietkiem {
width: 22px;
height: 22px;
background-position: -69px -29px;
}
&.up-sale {
width: 22px;
height: 22px;
background-position: 1px -58px;
}
&.setting {
width: 22px;
height: 22px;
background-position: -33px -58px;
}
&.support {
width: 24px;
height: 24px;
background-position: -68px -60px;
}
}
2025-10-07 08:23:59 +07:00
.header-left .menu {
a {
position: relative;
&::after {
position: absolute;
content: "";
left: 0;
bottom: -3px;
width: 100%;
height: 2px;
background: var(--color-blue);
display: none;
}
&:hover {
&::after {
display: block;
}
}
}
}
2025-10-04 11:46:59 +07:00
.homepage {
.banner {
2025-10-06 09:35:00 +07:00
background: url(../images/background-banner.png) no-repeat;
2025-10-04 11:46:59 +07:00
background-size: 100% 100%;
min-height: 920px;
}
.background-tamnhin {
background: url(../images/background-tamnhin.jpg) no-repeat;
background-size: 100% 100%;
background-position: center;
}
}
.effect-image {
position: relative;
overflow: hidden;
}
.effect-image:before {
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(-25deg);
cursor: pointer;
}
.effect-image:hover:before {
animation: image 1.1s;
}
@keyframes image {
100% {
left: 125%;
}
}
.breadcrumb li:last-child i {
display: none;
}
.breadcrumb li a span:hover {
color: var(--color-blue);
font-weight: bold;
}
.background-pricing {
background: url(../images/background-pricing.png) no-repeat;
background-size: 100% 100%;
background-position: center center;
}
.content-compare {
li {
margin-bottom: 10px;
position: relative;
padding-left: 15px;
color: #5d5d69;
&::before {
position: absolute;
content: "";
left: 0;
top: 7px;
width: 5px;
height: 5px;
background: #000;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
}
}
.background-free {
background: url(../images/background-banner.jpg) no-repeat;
background-size: 100% 100%;
min-height: 640px;
}
.form-input {
label {
&::before {
position: absolute;
content: "*";
right: -10px;
top: -3px;
color: red;
}
}
}
.form-select {
select:focus {
outline: none;
}
option {
padding: 0 10px;
}
label {
&::before {
position: absolute;
content: "*";
right: -10px;
top: -3px;
color: red;
}
}
}
.page-login {
background: url(../images/background-login.jpg) no-repeat;
background-size: 100% 100%;
background-position: center;
}
2025-10-07 08:23:59 +07:00
.header-mobile {
display: none;
.item-menu {
display: block;
.text-menu {
position: relative;
width: fit-content;
&::after {
position: absolute;
content: "";
left: 0;
bottom: -3px;
width: 100%;
height: 2px;
background: var(--color-blue);
display: none;
}
&:hover {
&::after {
display: block;
}
}
}
&.active {
.text-menu::after {
display: block;
}
}
}
}
.footer-mobile {
display: none;
}
@media (max-width: 1200px) {
body {
max-width: 1200px !important;
}
.container {
max-width: 1024px !important;
padding: 0 15px;
}
.header-pc {
display: none;
}
.header-mobile {
display: block;
}
.homepage {
.banner {
min-height: auto;
.title {
font-size: 24px;
line-height: 32px;
}
.image-banner img {
height: auto;
}
}
}
.box-benefit {
padding: 30px 0 !important;
.title {
font-size: 24px;
}
.item {
.title {
font-size: 18px;
}
.content {
font-size: 14px;
}
}
}
.box-platforms {
padding: 30px 0 !important;
.title {
font-size: 24px;
}
.content-platforms {
width: 100%;
padding: 20px;
}
.box-item {
.content {
padding: 15px;
}
}
}
.box-product-sell {
margin: 20px 0 !important;
.content {
padding: 20px 20px 20px 0;
}
.item-sell {
gap: 20px;
}
}
.box-tamnhin {
margin-bottom: 50px !important;
.title {
font-size: 24px;
}
.content-tamnhin {
.title {
font-size: 24px;
}
}
}
2025-10-08 01:01:48 +07:00
.page-pricing {
.page-title {
font-size: 24px;
}
.container-tinhnang {
width: 100%;
padding: 0 15px;
}
.container-faq {
width: 100%;
padding: 0 15px;
}
.container-dieukhoan {
width: 100%;
padding: 0 15px;
}
.box-xstore {
.title {
font-size: 24px;
}
.btn {
width: 200px;
}
}
.box-faq {
.title {
font-size: 24px;
}
}
}
2025-10-07 08:23:59 +07:00
}
@media (max-width: 1000px) {
body {
max-width: 100% !important;
}
.container {
max-width: 100% !important;
padding: 0 15px;
}
.homepage .tieuchi {
width: 100%;
padding: 0 15px;
}
.box-tamnhin .content-tamnhin {
width: 100%;
}
.item-features {
2025-10-08 01:01:48 +07:00
padding: 20px 0 !important;
margin-bottom: 30px !important;
.title {
font-size: 24px;
}
.note {
font-size: 14px;
}
2025-10-07 08:23:59 +07:00
.content {
width: 100%;
padding: 0 15px;
}
2025-10-08 01:01:48 +07:00
.list {
margin: 20px 0 !important;
}
2025-10-07 08:23:59 +07:00
}
.box-chuyendoi {
width: 100% !important;
}
.page-features {
.page-title {
font-size: 24px;
}
.page-note {
font-size: 18px;
}
2025-10-08 01:01:48 +07:00
.content-tammoi {
padding-top: 50px;
.title {
font-size: 24px;
}
.list {
margin-bottom: 50px;
span {
font-size: 14px;
}
}
}
.user-xstore {
.title {
font-size: 24px;
padding: 30px 0;
}
.btn {
margin-bottom: 40px;
}
.box-link {
padding: 20px;
}
}
}
.page-pricing {
.list-pricing {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box-faq {
margin-top: 50px;
}
2025-10-07 08:23:59 +07:00
}
}
@media (max-width: 834px) {
.homepage .tieuchi {
.item p {
2025-10-08 01:01:48 +07:00
font-weight: bold;
2025-10-07 08:23:59 +07:00
}
}
.footer-pc {
.grid-cols-4 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
2025-10-08 01:01:48 +07:00
.page-features {
.breadcrumb {
padding: 20px 0;
}
.page-name {
padding-bottom: 30px;
}
.content-tammoi {
.list {
margin-bottom: 50px;
grid-template-columns: repeat(3, minmax(0, 1fr));
span {
font-size: 14px;
}
}
}
}
2025-10-07 08:23:59 +07:00
}
@media (max-width: 768px) {
.homepage .tieuchi {
width: 100%;
}
2025-10-08 01:01:48 +07:00
.page-features {
.content-tammoi {
.list {
margin-bottom: 50px;
grid-template-columns: repeat(2, minmax(0, 1fr));
span {
font-size: 14px;
}
}
}
}
.page-free-trial {
.container-faq {
width: 100%;
padding: 0 15px;
}
.content-from-trial {
padding: 0 15px;
}
.page-title {
font-size: 24px;
}
}
2025-10-07 08:23:59 +07:00
}
@media (max-width: 680px) {
.homepage .tieuchi {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.homepage .tieuchi .item {
border-bottom: 1px solid #8a8a8a;
border-right: 0;
padding: 20px 0;
&:last-child {
border: 0;
}
}
.homepage .banner .title {
padding: 64px 15px 0 15px;
}
.footer-mobile {
display: block;
}
.footer-pc {
display: none;
}
2025-10-08 01:01:48 +07:00
.page-features .content-tammoi .w-\[calc\(100\%\/4\)\],
.page-features .content-tammoi .w-\[calc\(100\%\/5\)\] {
width: 100%;
}
.page-free-trial {
.content-from-trial {
.list {
grid-template-columns: repeat(1, minmax(0, 1fr));
padding: 30px 0;
}
}
}
.page-pricing {
.page-title {
font-size: 20px;
}
.box-tinhnang {
margin-top: 50px;
h2 {
font-size: 20px;
}
.content-faq {
overflow: auto;
}
.table {
tr {
height: 45px;
line-height: 45px;
}
td {
white-space: nowrap;
padding: 0 10px;
}
th {
white-space: nowrap;
}
p {
width: 100%;
}
}
}
.box-xstore {
margin-top: 50px;
.title {
font-size: 20px;
padding: 0 15px;
}
}
.box-faq {
.title {
font-size: 20px;
}
}
}
.page-login .content-login {
width: 96%;
2025-10-08 09:18:44 +07:00
padding: 15px;
}
.page-login {
background-size: cover;
2025-10-08 01:01:48 +07:00
}
2025-10-07 08:23:59 +07:00
}
@media (max-width: 480px) {
.homepage .banner .title {
font-size: 20px;
}
.box-benefit .title {
font-size: 20px;
}
.box-benefit .list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box-platforms {
.content-platforms {
padding: 15px;
}
.title {
font-size: 20px;
margin-bottom: 30px;
}
.box-item {
grid-template-columns: repeat(1, minmax(0, 1fr));
flex-wrap: wrap;
.image {
width: 100%;
padding: 15px;
a {
height: 100%;
}
}
.content {
width: 100%;
}
}
}
.box-product-sell {
.item-sell {
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 0;
.content {
padding: 15px;
}
}
}
.box-tamnhin {
.background-tamnhin {
padding: 15px;
}
.title {
font-size: 20px;
}
.list {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.box-faq {
padding: 15px;
h2 {
font-size: 20px;
}
.item-faq {
.title {
font-size: 16px;
}
}
}
}
2025-10-08 01:01:48 +07:00
.page-features {
.page-name {
padding-bottom: 10px;
}
.page-title {
font-size: 20px;
padding-bottom: 10px;
}
.page-note {
font-size: 16px;
padding-bottom: 10px;
}
.content-tammoi {
padding-top: 20px;
.title {
font-size: 20px;
padding: 0 15px;
}
.list {
margin-bottom: 50px;
grid-template-columns: repeat(2, minmax(0, 1fr));
a {
padding: 0 10px;
}
span {
font-size: 13px;
}
}
}
.content-chuyendoi {
grid-template-columns: repeat(1, minmax(0, 1fr));
.name-chuyendoi {
font-size: 14px;
margin-bottom: 10px;
}
.note-chuyendoi {
font-size: 14px;
}
}
.content-top-features {
padding-bottom: 20px;
}
.user-xstore {
.title {
font-size: 20px;
padding: 30px 0;
}
.btn {
margin-bottom: 40px;
font-size: 14px;
width: 200px;
}
.box-link {
padding: 20px;
}
.list-xstore {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.list.list-tab a {
width: 100%;
}
}
.item-features {
.box-image {
margin-top: 20px;
padding: 10px !important;
img {
display: block;
height: auto;
}
}
.list-faq {
margin-top: 20px;
}
}
.box-tamnhin {
.box-faq .btn {
width: 150px;
p {
font-size: 16px;
}
i {
margin-top: 0;
}
}
}
.page-free-trial {
.breadcrumb {
padding: 20px 0;
}
.page-title {
font-size: 20px;
}
.page-name {
margin: 30px 0;
}
.from-trial {
margin-top: -345px;
}
.content-from-trial {
.list {
padding: 15px 0;
}
.left {
b {
font-size: 15px;
}
p {
font-size: 14px;
}
}
.box-form {
padding: 15px;
.title {
font-size: 20px;
}
}
}
.box-faq {
margin-top: 30px;
.title {
font-size: 24px;
}
.title-faq b {
font-size: 14px;
}
}
}
.page-pricing {
.page-title {
font-size: 18px;
}
.list-pricing {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
}
@media (max-width: 435px) {
.homepage .banner .title {
font-size: 18px;
line-height: 28px;
}
.homepage .banner .btn {
margin-top: 30px;
margin-bottom: 30px;
}
.box-benefit .title {
font-size: 18px;
}
.icon_2025 {
&.checkbox {
width: 35px;
height: 40px;
background-position: 0 0;
background-size: 185px 165px;
}
&.boxreview {
width: 35px;
height: 43px;
background-position: -69px 0;
background-size: 185px 165px;
}
&.cart {
width: 40px;
height: 40px;
background-position: -141px 0;
background-size: 185px 165px;
}
}
.homepage .tieuchi p {
font-size: 16px !important;
font-weight: bold;
}
.box-benefit .item .title {
font-size: 15px;
}
.box-platforms {
.box-item {
h3 {
font-size: 16px;
}
ul {
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
}
}
}
.box-product-sell {
.content {
h2 {
font-size: 16px;
}
p {
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
}
}
}
.box-tamnhin .title {
font-size: 18px;
}
.box-platforms .box-item {
margin-bottom: 30px;
}
.box-tamnhin {
.item-tamnhin {
img {
margin-bottom: 20px;
}
b {
font-size: 16px;
}
p {
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
}
}
.box-faq h2 {
font-size: 16px;
margin-bottom: 20px;
}
.item-faq {
b {
font-size: 14px;
}
}
}
.page-features .content-tammoi .title {
font-size: 18px;
}
.item-features {
.note {
padding: 0 10px;
font-size: 14px;
}
.item-faq {
b {
font-size: 14px;
}
.title-faq {
padding: 15px 10px 0 10px;
}
}
}
.page-features .user-xstore .btn {
margin-bottom: 30px;
}
.page-features .list-xstore {
span {
font-size: 14px;
}
}
2025-10-07 08:23:59 +07:00
}