|
@@ -24,6 +24,7 @@
|
|
|
|
|
|
<!-- 教育机构培训痛点 -->
|
|
|
<div class="client-tongdian-box client-container">
|
|
|
+ <h4>教育机构痛点</h4>
|
|
|
<ul>
|
|
|
<li>
|
|
|
<div>
|
|
@@ -49,8 +50,8 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 青谷解决方案 -->
|
|
|
- <div class="platform-products-services client-container">
|
|
|
- <h4 class="client-title">青谷解决方案</h4>
|
|
|
+ <div class="client-fangan-box client-container">
|
|
|
+ <h4>青谷解决方案</h4>
|
|
|
<imgCardLv2 :option="item" v-for="(item,index) in productList" :key="index">
|
|
|
<div class="btn-groups">
|
|
|
<onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
|
|
@@ -231,78 +232,9 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
|
- .client-xianzhuang-box {
|
|
|
- background-image: url("~static/gangweiIcon/z90.png");
|
|
|
- width: 100%;
|
|
|
- height: 560px;
|
|
|
- margin-top: 150px;
|
|
|
- background-position: center;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: contain;
|
|
|
-
|
|
|
- h4 {
|
|
|
- font-size: 30px;
|
|
|
- color: #333;
|
|
|
- margin-top: 120px;
|
|
|
- margin-bottom: 40px;
|
|
|
- font-weight: 800;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- p {
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 500;
|
|
|
- text-align: center;
|
|
|
- line-height: 36px;
|
|
|
- width: 1000px;
|
|
|
- margin: 0 auto;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.client-tongdian-box {
|
|
|
- h4 {
|
|
|
- font-size: 30px;
|
|
|
- color: #333;
|
|
|
- margin-top: 120px;
|
|
|
- margin-bottom: 40px;
|
|
|
- font-weight: 800;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
ul {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
-
|
|
|
li {
|
|
|
- div {
|
|
|
- margin: 0 51px 0 0;
|
|
|
- width: 380px;
|
|
|
- height: 280px;
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- text-align: center;
|
|
|
-
|
|
|
- i {
|
|
|
- width: 110px;
|
|
|
- height: 88px;
|
|
|
- margin-top: 50px;
|
|
|
- display: inline-block;
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- }
|
|
|
-
|
|
|
- p {
|
|
|
- text-align: center;
|
|
|
- color: #fffefe;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: 800;
|
|
|
- line-height: 30px;
|
|
|
- width: 220px;
|
|
|
- margin: 20px auto 0;
|
|
|
- }
|
|
|
- }
|
|
|
&:nth-child(1) {
|
|
|
div {
|
|
|
background-image: url("~static/gangweiIcon/z91.png");
|
|
@@ -330,125 +262,27 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- .platform-products-services {
|
|
|
- h4 {
|
|
|
- font-size: 30px;
|
|
|
- font-weight: 800;
|
|
|
- color: #333;
|
|
|
- margin-top: 140px;
|
|
|
- margin-bottom: 120px;
|
|
|
- }
|
|
|
- .btn-groups {
|
|
|
- margin-top: 50px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- @media (max-width: 768px) {
|
|
|
-
|
|
|
- .client-xianzhuang-box {
|
|
|
- background-image: none;
|
|
|
- width: 100%;
|
|
|
- height: 30%;
|
|
|
- background-position: center;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: contain;
|
|
|
-
|
|
|
- h4 {
|
|
|
- font-size: 18px;
|
|
|
- color: #333;
|
|
|
- margin-top: 10%;
|
|
|
- margin-bottom: 40px;
|
|
|
- font-weight: 800;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- p {
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 500;
|
|
|
- text-align: center;
|
|
|
- line-height: 1.5;
|
|
|
- width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .client-tongdian-box {
|
|
|
- h4 {
|
|
|
- font-size: 18px;
|
|
|
- color: #333;
|
|
|
- margin-top: 10%;
|
|
|
- margin-bottom: 3%;
|
|
|
- font-weight: 800;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
+ @media (max-width: 768px) {
|
|
|
ul {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-
|
|
|
li {
|
|
|
- div {
|
|
|
- margin: 0 20px 0 0;
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- text-align: center;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
-
|
|
|
- i {
|
|
|
- width: 90px;
|
|
|
- height: 90px;
|
|
|
- margin-top: 3%;
|
|
|
- background-color: #ccc;
|
|
|
- display: inline-block;
|
|
|
- background-size: contain;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- }
|
|
|
-
|
|
|
- p {
|
|
|
- text-align: left;
|
|
|
- color: #333;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 500;
|
|
|
- line-height: 1.5;
|
|
|
- width: 80%;
|
|
|
- margin: 20px 0 0 20px;
|
|
|
- }
|
|
|
- }
|
|
|
&:nth-child(1) {
|
|
|
div {
|
|
|
background-image: none;
|
|
|
-
|
|
|
- i {
|
|
|
- background-image: url('~static/gangweiIcon/z97.png');
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
&:nth-child(2) {
|
|
|
div {
|
|
|
background-image: none;
|
|
|
- i {
|
|
|
- background-image: url('~static/gangweiIcon/z103.png');
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
&:nth-child(3) {
|
|
|
div {
|
|
|
background-image: none;
|
|
|
- i {
|
|
|
- background-image: url('~static/gangweiIcon/z104.png');
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
+
|
|
|
</style>
|