|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
display: inline-block;
|
|
|
font-size: 46px;
|
|
|
font-family:PingFangSC-Semibold,PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
+ font-weight: 600;
|
|
|
color:#333333;
|
|
|
text-align: center;
|
|
|
}
|
|
|
@@ -231,7 +231,7 @@ export default {
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
width: 1200px;
|
|
|
- top: -40px;
|
|
|
+ top: -30px;
|
|
|
}
|
|
|
.q-top {
|
|
|
padding: 192px 0 112px;
|
|
|
@@ -251,12 +251,14 @@ export default {
|
|
|
.q-content-desc {
|
|
|
position: absolute;
|
|
|
bottom: 408px;
|
|
|
- right: 0;
|
|
|
- font-size: 30px;
|
|
|
- font-family: PingFangSC-Medium,PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
- color:#333330;
|
|
|
- line-height: 64px;
|
|
|
+ right: 10px;
|
|
|
+ p {
|
|
|
+ font-size: 28px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #333330;
|
|
|
+ line-height: 64px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -269,16 +271,17 @@ export default {
|
|
|
.title-en {
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
- top: -40px;
|
|
|
+ top: -30px;
|
|
|
}
|
|
|
.title-sub {
|
|
|
margin-top: 22px;
|
|
|
text-align: center;
|
|
|
- font-size:28px;
|
|
|
- font-family:PingFangSC-Regular,PingFang SC;
|
|
|
- font-weight:400;
|
|
|
- color:#38393A;
|
|
|
- line-height:40px;
|
|
|
+ font-size: 24px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #9C9C9C;
|
|
|
+ line-height: 33px;
|
|
|
+
|
|
|
}
|
|
|
.thinking-content-box {
|
|
|
margin-top: 154px;
|
|
|
@@ -308,17 +311,18 @@ export default {
|
|
|
.title-en {
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
- top: -40px;
|
|
|
+ top: -30px;
|
|
|
width: 1200px;
|
|
|
}
|
|
|
.i-content {
|
|
|
.title-sub {
|
|
|
- line-height:48px;
|
|
|
+ height: 96px;
|
|
|
font-size: 24px;
|
|
|
- font-family: PingFangSC-Regular,PingFang SC;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #999999;
|
|
|
- text-align: center;
|
|
|
+ line-height: 48px;
|
|
|
+
|
|
|
}
|
|
|
.title-sub {
|
|
|
padding: 0 100px;
|
|
|
@@ -365,7 +369,7 @@ export default {
|
|
|
.title-en {
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
- top: -40px;
|
|
|
+ top: -30px;
|
|
|
width: 1200px;
|
|
|
}
|
|
|
.award-content-box {
|
|
|
@@ -381,7 +385,7 @@ export default {
|
|
|
.title-en {
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
- top: -40px;
|
|
|
+ top: -30px;
|
|
|
width: 1200px;
|
|
|
}
|
|
|
.campus-content-box {
|
|
|
@@ -390,18 +394,21 @@ export default {
|
|
|
flex-wrap: wrap;
|
|
|
.campus-item {
|
|
|
max-width:360px;
|
|
|
- margin: 0 38px 126px 0;
|
|
|
+ // margin: 0 38px 126px 0;
|
|
|
+ padding: 18px 18px 32px 18px;
|
|
|
+ border-radius: 20px;
|
|
|
+ border-bottom: 2px solid transparent;
|
|
|
&:nth-child(3n) {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
&:hover {
|
|
|
- transform: scale(1.1);
|
|
|
- padding: 18px 18px 32px 18px;
|
|
|
+ // transform: scale(1.1);
|
|
|
+ // padding: 18px 18px 32px 18px;
|
|
|
background:#ffffff;
|
|
|
border-bottom: 2px solid rgba(35,106,250,1);
|
|
|
box-shadow:0px 4px 20px 0px rgba(150,150,150,0.22);
|
|
|
- border-radius: 20px;
|
|
|
- margin-bottom: 52px;
|
|
|
+ // border-radius: 20px;
|
|
|
+ // margin-bottom: 52px;
|
|
|
.desc {
|
|
|
transform: scale(1.0);
|
|
|
}
|
|
|
@@ -414,7 +421,7 @@ export default {
|
|
|
}
|
|
|
.desc {
|
|
|
margin-top: 30px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
font-family: PingFangSC-Regular,PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|