反馈还有logo图片未修改-1107

master
Lee 2022-11-07 13:36:30 +08:00
parent 31bfa3deb1
commit e7c6707c0b
6 changed files with 50 additions and 8 deletions

View File

@ -5,6 +5,7 @@
<div class="main-center container">
<h1 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<span class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.24s">Contact Us</span>
<img src="{$Think.HOME_SITE_ROOT}/new/images/contact-top-bg.png" alt="Contact Us">
</h1>
<h5 class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">
<span class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s">If you have any questions,<br />please check below for the fastest way<br />to get in touch with us!</span>
@ -21,6 +22,7 @@
<div class="left wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.4s">
<h6 class="c1">For Students:</h6>
<p><strong>If you have questions about:</strong></p>
<span>contact</span>
</div>
<div class="text wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.4s">
<p><em></em>Registration</p>
@ -47,6 +49,7 @@
<div class="left wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.4s">
<h6 class="c1">For Universities:</h6>
<p><strong>If you are interested in partnerships like:</strong></p>
<span>contact</span>
</div>
<div class="text wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.4s">
<p><em></em>Delivering more convenient, flexible, and diversified higher education options to
@ -71,6 +74,7 @@
<div class="left wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.4s">
<h6 class="c1">For Faculty:</h6>
<p><strong>If you are a qualified candidate interested in:</strong></p>
<span>contact</span>
</div>
<div class="text wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.4s">
<p><em></em>Working with students from all over the world</p>

View File

@ -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 {

View File

@ -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;

View File

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB