|
@@ -122,7 +122,8 @@
|
|
|
</ul>
|
|
</ul>
|
|
|
<div class="bottom-line">
|
|
<div class="bottom-line">
|
|
|
<div class="bottom-line-img">
|
|
<div class="bottom-line-img">
|
|
|
- <img :style="lineStyle" src="http://res.training.luojigou.vip/Fl4dXmckxC8m0Lm2-GPbl5-Cp9Rv?imageView2/0/q/50|imageslim" alt="">
|
|
|
|
|
|
|
+ <div :style="lineStyle" class="line-img-box"></div>
|
|
|
|
|
+ <!-- <img :style="lineStyle" src="http://res.training.luojigou.vip/Fl4dXmckxC8m0Lm2-GPbl5-Cp9Rv?imageView2/0/q/50|imageslim" alt=""> -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -223,7 +224,8 @@
|
|
|
</ul>
|
|
</ul>
|
|
|
<div class="bottom-line">
|
|
<div class="bottom-line">
|
|
|
<div class="bottom-line-img">
|
|
<div class="bottom-line-img">
|
|
|
- <img :style="lineCourseStyle" src="http://res.training.luojigou.vip/Fl4dXmckxC8m0Lm2-GPbl5-Cp9Rv?imageView2/0/q/50|imageslim" alt="">
|
|
|
|
|
|
|
+ <div :style="lineCourseStyle" class="line-img-box"></div>
|
|
|
|
|
+ <!-- <img :style="lineCourseStyle" src="http://res.training.luojigou.vip/Fl4dXmckxC8m0Lm2-GPbl5-Cp9Rv?imageView2/0/q/50|imageslim" alt=""> -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="cate-list course-cate-list">
|
|
<div class="cate-list course-cate-list">
|
|
@@ -1258,16 +1260,16 @@ export default {
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
|
|
lineStyle () {
|
|
lineStyle () {
|
|
|
- let site = 190 * this.currentTabId + 40* ( (this.currentTabId === 0 ? 1 : this.currentTabId) - 1 )
|
|
|
|
|
|
|
+ let site = 190 * this.currentTabId + 42* ( (this.currentTabId === 0 ? 1 : this.currentTabId) - 1 )
|
|
|
if( site === 0 ) {
|
|
if( site === 0 ) {
|
|
|
- site = -5
|
|
|
|
|
|
|
+ site = -0
|
|
|
}
|
|
}
|
|
|
return `transform: translateX(${site + 'px'})`
|
|
return `transform: translateX(${site + 'px'})`
|
|
|
},
|
|
},
|
|
|
lineCourseStyle() {
|
|
lineCourseStyle() {
|
|
|
let site;
|
|
let site;
|
|
|
if( this.currentCourseType === 0 ) {
|
|
if( this.currentCourseType === 0 ) {
|
|
|
- site = -5
|
|
|
|
|
|
|
+ site = -0
|
|
|
} else if (this.currentCourseType === 3) {
|
|
} else if (this.currentCourseType === 3) {
|
|
|
site = 400 * this.currentCourseType - 86;
|
|
site = 400 * this.currentCourseType - 86;
|
|
|
} else {
|
|
} else {
|
|
@@ -1424,20 +1426,21 @@ export default {
|
|
|
}
|
|
}
|
|
|
.title-en {
|
|
.title-en {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- font-size: 78px;
|
|
|
|
|
|
|
+ font-size: 56px;
|
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
color:rgba(35,106,250,1);
|
|
color:rgba(35,106,250,1);
|
|
|
opacity: 0.16;
|
|
opacity: 0.16;
|
|
|
|
|
+ line-height: 78px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.title-zh {
|
|
.title-zh {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
- font-size:58px;
|
|
|
|
|
- font-family:PingFangSC-Semibold,PingFang SC;
|
|
|
|
|
- font-weight:600;
|
|
|
|
|
- color:rgba(38,38,38,1);
|
|
|
|
|
|
|
+ font-size: 46px;
|
|
|
|
|
+ font-family: PingFangSC-Semibold,PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color:#333333;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1486,7 +1489,8 @@ ul.cate-nav {
|
|
|
// transition: all 0.5s ease;
|
|
// transition: all 0.5s ease;
|
|
|
}
|
|
}
|
|
|
a {
|
|
a {
|
|
|
- font-size: 32px;
|
|
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+ line-height: 33px;
|
|
|
color: #747885;
|
|
color: #747885;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1500,6 +1504,46 @@ ul.cate-nav {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+.tabs {
|
|
|
|
|
+ .tab-box {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ .tabs-item {
|
|
|
|
|
+ a {
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ color: #747885;
|
|
|
|
|
+ line-height: 33px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .bottom-line {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ margin-top: 16px;
|
|
|
|
|
+ .bottom-line-img {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ .line-img-box {
|
|
|
|
|
+ width: 46px;
|
|
|
|
|
+ height: 4px;
|
|
|
|
|
+ background-color: $theme_color_fu;
|
|
|
|
|
+ box-shadow: 0px 2px 8px 0px rgba(111, 159, 254, 0.8);
|
|
|
|
|
+ border-radius: 100px;
|
|
|
|
|
+ transition: transform 1s;
|
|
|
|
|
+ }
|
|
|
|
|
+ // img {
|
|
|
|
|
+ // width: 75px;
|
|
|
|
|
+ // height: 30px;
|
|
|
|
|
+ // transition: transform 1s;
|
|
|
|
|
+ // }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
.cate-list {
|
|
.cate-list {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -1519,50 +1563,52 @@ ul.cate-nav {
|
|
|
|
|
|
|
|
// index-thought
|
|
// index-thought
|
|
|
.index-thought {
|
|
.index-thought {
|
|
|
- padding: 198px 0 50px;
|
|
|
|
|
|
|
+ padding: 150px 0 0;
|
|
|
.i-thought-content {
|
|
.i-thought-content {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
.t-top {
|
|
.t-top {
|
|
|
.title-en {
|
|
.title-en {
|
|
|
- left: -116px;
|
|
|
|
|
- top: -45px;
|
|
|
|
|
|
|
+ left: -147px;
|
|
|
|
|
+ top: -20px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.thought-content-box {
|
|
.thought-content-box {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- margin: 133px auto 0;
|
|
|
|
|
|
|
+ margin: 52px auto 0;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- max-width: 1350px;
|
|
|
|
|
|
|
+ max-width: 1200px;
|
|
|
}
|
|
}
|
|
|
.map-content {
|
|
.map-content {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 80px;
|
|
|
|
|
|
|
+ top: 118px;
|
|
|
.con-box {
|
|
.con-box {
|
|
|
.con {
|
|
.con {
|
|
|
.num {
|
|
.num {
|
|
|
- font-size: 106px;
|
|
|
|
|
- font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
color: $theme_color_fu;
|
|
color: $theme_color_fu;
|
|
|
- line-height: 148px;
|
|
|
|
|
text-shadow: 0px 1px 3px #BED3FE;
|
|
text-shadow: 0px 1px 3px #BED3FE;
|
|
|
|
|
+ font-size: 72px;
|
|
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ color: #0D5CFA;
|
|
|
|
|
+ line-height: 100px;
|
|
|
.unit {
|
|
.unit {
|
|
|
- font-size: 34px;
|
|
|
|
|
- font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
|
|
+ font-size: 30px;
|
|
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 42px;
|
|
|
color: $theme_color_fu;
|
|
color: $theme_color_fu;
|
|
|
- line-height: 48px;
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.color-gray {
|
|
.color-gray {
|
|
|
- margin-top: 77px;
|
|
|
|
|
- font-size: 24px;
|
|
|
|
|
|
|
+ margin-top: 35px;
|
|
|
|
|
+ font-size: 20px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
color: #515564;
|
|
color: #515564;
|
|
|
- line-height: 33px;
|
|
|
|
|
|
|
+ line-height: 28px;
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -1710,8 +1756,8 @@ ul.cate-nav {
|
|
|
}
|
|
}
|
|
|
.title-en {
|
|
.title-en {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: -45px;
|
|
|
|
|
- left: -112px;
|
|
|
|
|
|
|
+ top: -20px;
|
|
|
|
|
+ left: -136px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.thinking-cate-box {
|
|
.thinking-cate-box {
|
|
@@ -1719,7 +1765,7 @@ ul.cate-nav {
|
|
|
}
|
|
}
|
|
|
ul.thinking-cate-nav {
|
|
ul.thinking-cate-nav {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- margin: 124px 0 116px;
|
|
|
|
|
|
|
+ // margin: 124px 0 116px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
.tabs-item.selectTabs {
|
|
.tabs-item.selectTabs {
|
|
@@ -1752,35 +1798,6 @@ ul.cate-nav {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .tabs {
|
|
|
|
|
- .tab-box {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
- margin: 0 auto;
|
|
|
|
|
- .tabs-item {
|
|
|
|
|
- a {
|
|
|
|
|
- color: #747885;
|
|
|
|
|
- font-size: 32px;
|
|
|
|
|
- font-family:PingFangSC-Regular,PingFang SC;
|
|
|
|
|
- font-weight:400;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- .bottom-line {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- justify-content: center;
|
|
|
|
|
- margin-top: 16px;
|
|
|
|
|
- .bottom-line-img {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- img {
|
|
|
|
|
- width: 75px;
|
|
|
|
|
- height: 30px;
|
|
|
|
|
- transition: transform 1s;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
li.thinking-products-kind:first-child {
|
|
li.thinking-products-kind:first-child {
|
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
|
}
|
|
}
|
|
@@ -1943,8 +1960,8 @@ ul.cate-nav {
|
|
|
max-width: 1200px;
|
|
max-width: 1200px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
.title-en {
|
|
.title-en {
|
|
|
- left: -134px;
|
|
|
|
|
- top: -45px;
|
|
|
|
|
|
|
+ left: -158px;
|
|
|
|
|
+ top: -19px;
|
|
|
}
|
|
}
|
|
|
.bottom-line {
|
|
.bottom-line {
|
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
@@ -2014,11 +2031,11 @@ ul.cate-nav {
|
|
|
}
|
|
}
|
|
|
.course-product-price {
|
|
.course-product-price {
|
|
|
color: #ea0b4a;
|
|
color: #ea0b4a;
|
|
|
- font-size: 22px;
|
|
|
|
|
|
|
+ font-size: 20px;
|
|
|
margin-top: 13px;
|
|
margin-top: 13px;
|
|
|
.price-num {
|
|
.price-num {
|
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
|
- font-weight: bold;
|
|
|
|
|
|
|
+ font-weight: 600;
|
|
|
line-height: 26px;;
|
|
line-height: 26px;;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2032,6 +2049,10 @@ ul.cate-nav {
|
|
|
}
|
|
}
|
|
|
.views {
|
|
.views {
|
|
|
color: #418eff;
|
|
color: #418eff;
|
|
|
|
|
+ font-size: 15px;
|
|
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 21px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2043,8 +2064,8 @@ ul.cate-nav {
|
|
|
padding: 217px 0 228px;
|
|
padding: 217px 0 228px;
|
|
|
.i-s-content {
|
|
.i-s-content {
|
|
|
.title-en {
|
|
.title-en {
|
|
|
- left: -125px;
|
|
|
|
|
- top: -45px;
|
|
|
|
|
|
|
+ left: -140px;
|
|
|
|
|
+ top: -30px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.scenes-content-box {
|
|
.scenes-content-box {
|
|
@@ -2216,9 +2237,11 @@ ul.cate-nav {
|
|
|
.i-town-content {
|
|
.i-town-content {
|
|
|
.title-en {
|
|
.title-en {
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
- transform: translate(-50%);
|
|
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ // transform: translate(-50%);
|
|
|
width: 800px;
|
|
width: 800px;
|
|
|
- top: -45px;
|
|
|
|
|
|
|
+ left: -150px;
|
|
|
|
|
+ top: -30px;
|
|
|
}
|
|
}
|
|
|
.title-sub {
|
|
.title-sub {
|
|
|
margin-top: 28px;
|
|
margin-top: 28px;
|
|
@@ -2381,6 +2404,9 @@ ul.cate-nav {
|
|
|
.swiper-slide {
|
|
.swiper-slide {
|
|
|
width: 240px;
|
|
width: 240px;
|
|
|
font-size: 0;
|
|
font-size: 0;
|
|
|
|
|
+ img {
|
|
|
|
|
+ border-radius: 12px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.honer-content-box {
|
|
.honer-content-box {
|
|
|
margin-top: 102px;
|
|
margin-top: 102px;
|
|
@@ -2391,7 +2417,7 @@ ul.cate-nav {
|
|
|
.index-article {
|
|
.index-article {
|
|
|
padding: 180px 0 176px;
|
|
padding: 180px 0 176px;
|
|
|
.title-en {
|
|
.title-en {
|
|
|
- top: -45px;
|
|
|
|
|
|
|
+ top: -22px;
|
|
|
left: -128px;
|
|
left: -128px;
|
|
|
}
|
|
}
|
|
|
.article-content-box {
|
|
.article-content-box {
|
|
@@ -2570,8 +2596,8 @@ ul.cate-nav {
|
|
|
padding: 180px 0 164px;
|
|
padding: 180px 0 164px;
|
|
|
background: url("~assets/images/index/expert_bg.png") no-repeat;
|
|
background: url("~assets/images/index/expert_bg.png") no-repeat;
|
|
|
.title-en {
|
|
.title-en {
|
|
|
- left: -107px;
|
|
|
|
|
- top: -40px;
|
|
|
|
|
|
|
+ left: -133px;
|
|
|
|
|
+ top: -30px;
|
|
|
}
|
|
}
|
|
|
#certify {
|
|
#certify {
|
|
|
position: relative;
|
|
position: relative;
|