|
@@ -5,28 +5,23 @@
|
|
<div
|
|
<div
|
|
:style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
|
|
:style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
|
|
class="client-platform-banner"></div>
|
|
class="client-platform-banner"></div>
|
|
- <h3>产品运营</h3>
|
|
|
|
- <p>紧随市场趋势,接轨企业需求,获得产品运营技能</p>
|
|
|
|
- <span>产品部、运营部</span>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- 岗位职责 -->
|
|
<!-- 岗位职责 -->
|
|
<gangwei-list label="岗位职责" :list="gangwei" :pc-num="3" :h5-num="2" :pc-margin="320" :h5-margin="0"></gangwei-list>
|
|
<gangwei-list label="岗位职责" :list="gangwei" :pc-num="3" :h5-num="2" :pc-margin="320" :h5-margin="0"></gangwei-list>
|
|
|
|
|
|
<!-- 能力提升 -->
|
|
<!-- 能力提升 -->
|
|
- <div class="client-nengli-box">
|
|
|
|
|
|
+ <div class="client-nengli-box client-container">
|
|
<h4>能力提升</h4>
|
|
<h4>能力提升</h4>
|
|
<img src="#" alt="能力提升">
|
|
<img src="#" alt="能力提升">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 部分课程列表 -->
|
|
<!-- 部分课程列表 -->
|
|
- <div class="platform-course-list">
|
|
|
|
|
|
+ <div class="platform-course-list client-container">
|
|
<h4>部分课程列表</h4>
|
|
<h4>部分课程列表</h4>
|
|
<mtaTable :data="tableData" :config="tableConfig" @shi-kan="shiKan"></mtaTable>
|
|
<mtaTable :data="tableData" :config="tableConfig" @shi-kan="shiKan"></mtaTable>
|
|
- <div class="btns-group">
|
|
|
|
- <a class="client-default-Btn">
|
|
|
|
- <freeTrialBtn myType="kaoshi"/>
|
|
|
|
- </a>
|
|
|
|
- <onlineInformationBtn class="client-default-Btn"/>
|
|
|
|
|
|
+ <div class="btn-groups">
|
|
|
|
+ <freeTrialBtn class="btn-item" myType="kaoshi"/>
|
|
|
|
+ <onlineInformationBtn />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -135,6 +130,75 @@ export default {
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<style scoped>
|
|
|
|
|
|
+<style lang="scss" scoped>
|
|
|
|
+.client-banner-box {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 736px;
|
|
|
|
+ .client-platform-banner {
|
|
|
|
+ height: 100%;
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.client-nengli-box {
|
|
|
|
+ margin-bottom: 120px;
|
|
|
|
+
|
|
|
|
+ h4 {
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ color: #333;
|
|
|
|
+ font-weight: 800;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 50px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ img {
|
|
|
|
+ height: 100%;
|
|
|
|
+ width: 330px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ display: block;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.platform-course-list {
|
|
|
|
+
|
|
|
|
+ h4 {
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ font-weight: 800;
|
|
|
|
+ color: #333;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 68px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btn-groups {
|
|
|
|
+ margin-top: 100px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 210px;
|
|
|
|
+
|
|
|
|
+ .btn-item {
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media (max-width: 768px) {
|
|
|
|
|
|
|
|
+ .btn-groups {
|
|
|
|
+ margin-top: 10%;
|
|
|
|
+ margin-bottom: 10%;
|
|
|
|
+ }
|
|
|
|
+ .platform-course-list {
|
|
|
|
+ h4 {
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ font-weight: 800;
|
|
|
|
+ color: #333;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-bottom: 10%;
|
|
|
|
+ margin-top: 15%;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .client-nengli-box {
|
|
|
|
+ margin-bottom: 5%;
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|