From a68e91d09a9d25a344c15a581192b9ccc002616b Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Fri, 18 Nov 2022 09:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E4=BF=AE=E6=94=B9-1118?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/default/mall/index/index.html | 2 +- app/home/view/default/mall/promotion/index.html | 4 ++-- public/static/home/new/css/about.css | 9 ++++++--- public/static/home/new/css/index.css | 7 +++++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/app/home/view/default/mall/index/index.html b/app/home/view/default/mall/index/index.html index c5c2d466..be7d0408 100644 --- a/app/home/view/default/mall/index/index.html +++ b/app/home/view/default/mall/index/index.html @@ -76,7 +76,7 @@
Study Abroad Programs - 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. + 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).
diff --git a/app/home/view/default/mall/promotion/index.html b/app/home/view/default/mall/promotion/index.html index e7fa7a9c..6ccd8d4d 100644 --- a/app/home/view/default/mall/promotion/index.html +++ b/app/home/view/default/mall/promotion/index.html @@ -85,10 +85,10 @@
-

Our Goal

+

Our Goal

-

LightCourse's goal is to provide diversified, flexible, and convenient learning options to students globally in collaboration with in-
stitutions of higher education as technology advances and makes education more accessible to all.

We are confident that by collaborating with our partner institutions, we will bring more educational possibilities and knowledge to stu-
dents and help broaden their perspectives and gain new skills that will enable them to succeed in a global economy.

+

LightCourse's goal is to provide diversified, flexible, and convenient learning options to students globally in collaboration with in-
stitutions of higher education as technology advances and makes education more accessible to all.

We are confident that by collaborating with our partner institutions, we will bring more educational possibilities and knowledge to stu-
dents and help broaden their perspectives and gain new skills that will enable them to succeed in a global economy.

diff --git a/public/static/home/new/css/about.css b/public/static/home/new/css/about.css index da2396c4..df71cd67 100644 --- a/public/static/home/new/css/about.css +++ b/public/static/home/new/css/about.css @@ -146,16 +146,19 @@ } .about .main-1 .our-goal{ - background-color: #ffff1b; + background-color: #2847db; padding: 2.5rem 3rem 3rem; margin-top: 2.3rem; } +.about .main-1 .our-goal h2{ + color: #ffff1b; +} .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){ - font-family: "HarmonyOS_Sans_Regular" !important; line-height: 1.8; } diff --git a/public/static/home/new/css/index.css b/public/static/home/new/css/index.css index b8e47e95..77068e16 100644 --- a/public/static/home/new/css/index.css +++ b/public/static/home/new/css/index.css @@ -209,11 +209,14 @@ .index-banner-info .right{ display: flex; justify-content: space-between; - align-items: center; + /* align-items: center; */ width: 42rem; } .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{ display: flex;