update
This commit is contained in:
@@ -223,9 +223,9 @@
|
||||
--line-height-b2: 1.7;
|
||||
--line-height-b3: 1.6;
|
||||
--line-height-b4: 1.3;
|
||||
--h1: 46px;
|
||||
--h2: 44px;
|
||||
--h3: 36px;
|
||||
--h1: 40px;
|
||||
--h2: 36px;
|
||||
--h3: 30px;
|
||||
--h4: 24px;
|
||||
--h5: 18px;
|
||||
--h6: 16px;
|
||||
@@ -35025,7 +35025,6 @@ body.tmp-body-star::before {
|
||||
margin-right: 12px;
|
||||
margin-bottom: 10px;
|
||||
padding: 12px 8px;
|
||||
margin-bottom: 1px;
|
||||
display: inline-block;
|
||||
transition: all 500ms ease;
|
||||
text-transform: uppercase;
|
||||
@@ -36882,6 +36881,7 @@ body.tmp-body-star::before {
|
||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
|
||||
position: relative;
|
||||
transition: transform 0.3s ease;
|
||||
margin: 0px 12px 12px 0px;
|
||||
}
|
||||
|
||||
.process-card:hover {
|
||||
@@ -37094,4 +37094,173 @@ body.tmp-body-star::before {
|
||||
.criteria-card li {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.country12{
|
||||
height: 392px;
|
||||
}
|
||||
hr{
|
||||
background: white;
|
||||
height: 5px !important;
|
||||
}
|
||||
.page-title::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
|
||||
z-index: 1;
|
||||
}
|
||||
.page-title * {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.active-light-mode .social-default li a {
|
||||
transition: 0.3s all ease-out;
|
||||
}
|
||||
.active-light-mode .social-default li a:hover {
|
||||
background-color: var(--color-btn);
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* class detail */
|
||||
section { padding: 70px 0; }
|
||||
.section-title h2 { font-size: 32px; margin-bottom: 10px; }
|
||||
.section-title p { color: #666; }
|
||||
|
||||
.ielts-overview-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 40px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.why-ielts-grid,
|
||||
.band-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
gap: 25px;
|
||||
}
|
||||
|
||||
.why-card,
|
||||
.band-card {
|
||||
background: #fff;
|
||||
padding: 25px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
.details-list li {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.join-list p {
|
||||
font-size: 18px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.ielts-overview-grid {
|
||||
grid-template-columns: 1fr;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ielts-overview-grid img {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
||||
.section-title h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
.ielts-scale {
|
||||
padding: 80px 0;
|
||||
background: #f9fbfd;
|
||||
font-family: 'Segoe UI', sans-serif;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.section-title h2 {
|
||||
font-size: 32px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.section-title p {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.band-wrapper {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.band-card {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
padding: 18px 22px;
|
||||
border-radius: 12px;
|
||||
margin-bottom: 15px;
|
||||
box-shadow: 0 8px 25px rgba(0,0,0,0.05);
|
||||
transition: transform .3s;
|
||||
}
|
||||
|
||||
.band-card:hover {
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
|
||||
.band-score {
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: #e3e9f1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.band-info h4 {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
width: 100%;
|
||||
height: 6px;
|
||||
background: #e5e7eb;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bar span {
|
||||
display: block;
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, #2563eb, #1e40af);
|
||||
}
|
||||
.bar span {
|
||||
width: 0;
|
||||
transition: width 1.5s ease-in-out;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media(max-width: 600px){
|
||||
.band-card {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.band-score {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user