反馈修改-1118

master
Lee 2022-11-18 09:17:50 +08:00
parent daeae5353c
commit a68e91d09a
4 changed files with 14 additions and 8 deletions

View File

@ -76,7 +76,7 @@
</div> </div>
<div class="item"> <div class="item">
<span>Study Abroad Programs</span> <span>Study Abroad Programs</span>
<em>In collaboration with our global partner institutions, LightCourse offers 7000+ accredited college courses encompassing 300+ majors and disciplines. Join us today to earn college credits in a flexible and saving way.</em> <em>Credit-bearing LightCourse study abroad programs are hosted by prestigious institutions in several global cities. Students can gain unique cultural experiences studying abroad throughout the summer in cities like San Francisco (USA), Florence (Italy), Seoul (South Korea), Tokyo (Japan), Shanghai (China), and Beijing (China).</em>
</div> </div>
</div> </div>
</div> </div>

View File

@ -85,10 +85,10 @@
</div> </div>
<div class="our-goal"> <div class="our-goal">
<div class="main-center main-title"> <div class="main-center main-title">
<h2 class="c1">Our Goal</h2> <h2>Our Goal</h2>
</div> </div>
<div class="text"> <div class="text">
<p>LightCourse's goal is to provide diversified, flexible, and convenient learning options to students globally in collaboration with in-<br />stitutions of higher education as technology advances and makes education more accessible to all.</p> <p>We are confident that by collaborating with our partner institutions, we will bring more educational possibilities and knowledge to stu-<br />dents and help broaden their perspectives and gain new skills that will enable them to succeed in a global economy.</p> <p class="font-bold">LightCourse's goal is to provide diversified, flexible, and convenient learning options to students globally in collaboration with in-<br />stitutions of higher education as technology advances and makes education more accessible to all.</p> <p class="font-bold">We are confident that by collaborating with our partner institutions, we will bring more educational possibilities and knowledge to stu-<br />dents and help broaden their perspectives and gain new skills that will enable them to succeed in a global economy.</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -146,16 +146,19 @@
} }
.about .main-1 .our-goal{ .about .main-1 .our-goal{
background-color: #ffff1b; background-color: #2847db;
padding: 2.5rem 3rem 3rem; padding: 2.5rem 3rem 3rem;
margin-top: 2.3rem; margin-top: 2.3rem;
} }
.about .main-1 .our-goal h2{
color: #ffff1b;
}
.about .main-1 .our-goal p{ .about .main-1 .our-goal p{
color: #505050; font-family: "HarmonyOS_Sans_Bold" !important;
color: #ffffff;
} }
.about .main-1 .our-goal p:nth-of-type(2){ .about .main-1 .our-goal p:nth-of-type(2){
font-family: "HarmonyOS_Sans_Regular" !important;
line-height: 1.8; line-height: 1.8;
} }

View File

@ -209,11 +209,14 @@
.index-banner-info .right{ .index-banner-info .right{
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; /* align-items: center; */
width: 42rem; width: 42rem;
} }
.index-banner-info .right .item{ .index-banner-info .right .item{
width: calc(50% - 2.5rem); width: calc(48% - 2rem);
}
.index-banner-info .right .item:last-child{
width: calc(52% - 2.5rem);
} }
.index-banner-info .right span{ .index-banner-info .right span{
display: flex; display: flex;