Contact Us +
If you have any questions,
please check below for the fastest way
to get in touch with us!
@@ -21,6 +22,7 @@
For Students:
If you have questions about:
+ contact
•Registration
@@ -47,6 +49,7 @@
For Universities:
If you are interested in partnerships like:
+ contact
•Delivering more convenient, flexible, and diversified higher education options to
@@ -71,6 +74,7 @@
For Faculty:
If you are a qualified candidate interested in:
+ contact
•Working with students from all over the world
diff --git a/public/static/home/new/css/common.css b/public/static/home/new/css/common.css
index da43ede6..3df3fbf2 100644
--- a/public/static/home/new/css/common.css
+++ b/public/static/home/new/css/common.css
@@ -2474,7 +2474,7 @@ header #pc-header>div>ul {
}
header #pc-header>div>ul li>a {
- font-family: "HarmonyOS_Sans_Bold" !important;
+ font-family: "HarmonyOS_Sans_Medium" !important;
display: inline-block;
height: 5rem;
font-size: 0.8rem;
@@ -2522,7 +2522,7 @@ header #pc-header .map>div a:hover {
}
header #pc-header .logo {
- width: 8rem;
+ width: 8.8rem;
}
header #pc-header .search-form {
@@ -2559,20 +2559,20 @@ header #pc-header .search-form>div {
height: 2rem;
}
header #pc-header .search-form>div span{
- font-family: "HarmonyOS_Sans_Bold" !important;
+ font-family: "HarmonyOS_Sans_Medium" !important;
}
header #pc-header .search-form>div input {
width: 14rem;
height: 2rem;
font-size: 0.8rem;
- font-family: "HarmonyOS_Sans_Bold" !important;
+ font-family: "HarmonyOS_Sans_Medium" !important;
}
header #pc-header .search-form>div input::placeholder {
font-size: 0.8rem;
color: #999;
- font-family: "HarmonyOS_Sans_Bold" !important;
+ font-family: "HarmonyOS_Sans_Medium" !important;
}
header #pc-header .search-form>div .i {
@@ -2910,13 +2910,14 @@ header #pc-header .right .member .i {
margin-right: 0.5rem;
}
header #pc-header .right .member p{
- margin-top: 0.5rem;
margin-bottom: 0 !important;
+ display: flex;
+ align-items: center;
}
header #pc-header .right .member p a {
margin: 0 0.3rem;
font-size: 0.75rem;
- font-family: "HarmonyOS_Sans_Bold" !important;
+ font-family: "HarmonyOS_Sans_Medium" !important;
}
header #pc-header .right .member p a:hover {
diff --git a/public/static/home/new/css/contact.css b/public/static/home/new/css/contact.css
index e1f819e1..9265b4ec 100644
--- a/public/static/home/new/css/contact.css
+++ b/public/static/home/new/css/contact.css
@@ -75,6 +75,26 @@
line-height: 1.2;
padding: 5.4rem 0;
text-align: center;
+ position: relative;
+}
+
+.contact-banner h1>img{
+ width: 4.2rem;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ z-index: -1;
+ transform: translate(-50%,-50%);
+ animation: scale_name 1s linear alternate infinite;
+}
+
+@keyframes scale_name {
+ from {
+ transform: translate(-50%,-50%) scale(.9);
+ }
+ to {
+ transform: translate(-50%,-50%) scale(1.1);
+ }
}
.contact-banner h5 {
@@ -146,9 +166,23 @@
font-size: 1.3rem;
position: relative;
}
+.contact-container .container .item .left span{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 7.25rem;
+ height: 1.8rem;
+ background-color: #00db6d;
+ margin-top: 1.4rem;
+ border-radius: .4rem;
+}
.contact-container section:nth-of-type(even) .container .item h6 {
color: #ffff1b !important;
}
+.contact-container section:nth-of-type(even) .container .item .left span{
+ background-color: #ffff1b;
+ color: #333333;
+}
.contact-container .container .item .left p{
font-size: 1.25rem;
line-height: 1.5;
diff --git a/public/static/home/new/css/course.css b/public/static/home/new/css/course.css
index d774fea9..21dd3547 100644
--- a/public/static/home/new/css/course.css
+++ b/public/static/home/new/css/course.css
@@ -164,6 +164,7 @@
}
.course .main-1 .container .link>h6 {
+ font-family: "HarmonyOS_Sans_Bold" !important;
font-size: 0.9rem;
margin-bottom: 0.2rem;
transition: all .6s;
@@ -179,7 +180,9 @@
justify-content: space-between;
align-items: center;
}
-
+.course .main-1 .container .link .label span{
+ font-family: "HarmonyOS_Sans_Bold" !important;
+}
.course .main-1 .container .link .label span:first-of-type {
width: 13rem;
font-size: 0.85rem;
diff --git a/public/static/home/new/images/contact-top-bg.png b/public/static/home/new/images/contact-top-bg.png
new file mode 100644
index 00000000..d6002ab1
Binary files /dev/null and b/public/static/home/new/images/contact-top-bg.png differ
diff --git a/public/static/home/new/images/universities/footer-logo.png b/public/static/home/new/images/universities/footer-logo.png
deleted file mode 100644
index 431e4b59..00000000
Binary files a/public/static/home/new/images/universities/footer-logo.png and /dev/null differ
For Students:
If you have questions about:
+ contact•Registration
@@ -47,6 +49,7 @@For Universities:
If you are interested in partnerships like:
+ contact•Delivering more convenient, flexible, and diversified higher education options to @@ -71,6 +74,7 @@
For Faculty:
If you are a qualified candidate interested in:
+ contact•Working with students from all over the world
diff --git a/public/static/home/new/css/common.css b/public/static/home/new/css/common.css index da43ede6..3df3fbf2 100644 --- a/public/static/home/new/css/common.css +++ b/public/static/home/new/css/common.css @@ -2474,7 +2474,7 @@ header #pc-header>div>ul { } header #pc-header>div>ul li>a { - font-family: "HarmonyOS_Sans_Bold" !important; + font-family: "HarmonyOS_Sans_Medium" !important; display: inline-block; height: 5rem; font-size: 0.8rem; @@ -2522,7 +2522,7 @@ header #pc-header .map>div a:hover { } header #pc-header .logo { - width: 8rem; + width: 8.8rem; } header #pc-header .search-form { @@ -2559,20 +2559,20 @@ header #pc-header .search-form>div { height: 2rem; } header #pc-header .search-form>div span{ - font-family: "HarmonyOS_Sans_Bold" !important; + font-family: "HarmonyOS_Sans_Medium" !important; } header #pc-header .search-form>div input { width: 14rem; height: 2rem; font-size: 0.8rem; - font-family: "HarmonyOS_Sans_Bold" !important; + font-family: "HarmonyOS_Sans_Medium" !important; } header #pc-header .search-form>div input::placeholder { font-size: 0.8rem; color: #999; - font-family: "HarmonyOS_Sans_Bold" !important; + font-family: "HarmonyOS_Sans_Medium" !important; } header #pc-header .search-form>div .i { @@ -2910,13 +2910,14 @@ header #pc-header .right .member .i { margin-right: 0.5rem; } header #pc-header .right .member p{ - margin-top: 0.5rem; margin-bottom: 0 !important; + display: flex; + align-items: center; } header #pc-header .right .member p a { margin: 0 0.3rem; font-size: 0.75rem; - font-family: "HarmonyOS_Sans_Bold" !important; + font-family: "HarmonyOS_Sans_Medium" !important; } header #pc-header .right .member p a:hover { diff --git a/public/static/home/new/css/contact.css b/public/static/home/new/css/contact.css index e1f819e1..9265b4ec 100644 --- a/public/static/home/new/css/contact.css +++ b/public/static/home/new/css/contact.css @@ -75,6 +75,26 @@ line-height: 1.2; padding: 5.4rem 0; text-align: center; + position: relative; +} + +.contact-banner h1>img{ + width: 4.2rem; + position: absolute; + left: 50%; + top: 50%; + z-index: -1; + transform: translate(-50%,-50%); + animation: scale_name 1s linear alternate infinite; +} + +@keyframes scale_name { + from { + transform: translate(-50%,-50%) scale(.9); + } + to { + transform: translate(-50%,-50%) scale(1.1); + } } .contact-banner h5 { @@ -146,9 +166,23 @@ font-size: 1.3rem; position: relative; } +.contact-container .container .item .left span{ + display: flex; + justify-content: center; + align-items: center; + width: 7.25rem; + height: 1.8rem; + background-color: #00db6d; + margin-top: 1.4rem; + border-radius: .4rem; +} .contact-container section:nth-of-type(even) .container .item h6 { color: #ffff1b !important; } +.contact-container section:nth-of-type(even) .container .item .left span{ + background-color: #ffff1b; + color: #333333; +} .contact-container .container .item .left p{ font-size: 1.25rem; line-height: 1.5; diff --git a/public/static/home/new/css/course.css b/public/static/home/new/css/course.css index d774fea9..21dd3547 100644 --- a/public/static/home/new/css/course.css +++ b/public/static/home/new/css/course.css @@ -164,6 +164,7 @@ } .course .main-1 .container .link>h6 { + font-family: "HarmonyOS_Sans_Bold" !important; font-size: 0.9rem; margin-bottom: 0.2rem; transition: all .6s; @@ -179,7 +180,9 @@ justify-content: space-between; align-items: center; } - +.course .main-1 .container .link .label span{ + font-family: "HarmonyOS_Sans_Bold" !important; +} .course .main-1 .container .link .label span:first-of-type { width: 13rem; font-size: 0.85rem; diff --git a/public/static/home/new/images/contact-top-bg.png b/public/static/home/new/images/contact-top-bg.png new file mode 100644 index 00000000..d6002ab1 Binary files /dev/null and b/public/static/home/new/images/contact-top-bg.png differ diff --git a/public/static/home/new/images/universities/footer-logo.png b/public/static/home/new/images/universities/footer-logo.png deleted file mode 100644 index 431e4b59..00000000 Binary files a/public/static/home/new/images/universities/footer-logo.png and /dev/null differ