|
@@ -6,11 +6,11 @@
|
|
|
|
|
|
|
|
<div class="p-wrap-full clear">
|
|
<div class="p-wrap-full clear">
|
|
|
<div class="banner">
|
|
<div class="banner">
|
|
|
- <div class="category" style="height: 350px;overflow: hidden;">
|
|
|
|
|
|
|
+ <div class="category" style="overflow: hidden;">
|
|
|
<div class="category-title">培训类别</div>
|
|
<div class="category-title">培训类别</div>
|
|
|
<div class="category-tit clear">
|
|
<div class="category-tit clear">
|
|
|
<div class="btn-box" v-for="(item, index) in typeList" :key="index" v-show="item.isOpen">
|
|
<div class="btn-box" v-for="(item, index) in typeList" :key="index" v-show="item.isOpen">
|
|
|
- <el-button @click="gotoCategory(item)" type="primary" style="width: 240px;font-size: 20px;">
|
|
|
|
|
|
|
+ <el-button @click="gotoCategory(item)" type="primary" class="category-btn">
|
|
|
{{ item.name }}
|
|
{{ item.name }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</div>
|
|
</div>
|
|
@@ -30,12 +30,12 @@
|
|
|
<el-card style="margin-top: 10px;">
|
|
<el-card style="margin-top: 10px;">
|
|
|
<el-table :data="postList" highlight-current-row
|
|
<el-table :data="postList" highlight-current-row
|
|
|
:show-header="false" height="240px" >
|
|
:show-header="false" height="240px" >
|
|
|
- <el-table-column min-width="600px">
|
|
|
|
|
|
|
+ <el-table-column min-width="300px">
|
|
|
<template slot-scope="{row, $index}">
|
|
<template slot-scope="{row, $index}">
|
|
|
<span @click="gotoDetail(row.postId)">{{(page*size)-size+$index+1}}、{{ row.title }}</span>
|
|
<span @click="gotoDetail(row.postId)">{{(page*size)-size+$index+1}}、{{ row.title }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column width="160px">
|
|
|
|
|
|
|
+ <el-table-column width="220px">
|
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
|
<span>{{ row.publishTime }}</span>
|
|
<span>{{ row.publishTime }}</span>
|
|
|
</template>
|
|
</template>
|
|
@@ -59,6 +59,12 @@
|
|
|
<friendlink></friendlink>
|
|
<friendlink></friendlink>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
+ <div class="right-nav waphide">
|
|
|
|
|
+ <img class="right-img" src="../../assets/wxapp.jpg" alt="">
|
|
|
|
|
+ <p>使用小程序</p>
|
|
|
|
|
+ <p>学习更轻松</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
<el-dialog
|
|
<el-dialog
|
|
|
class="fc tc login-dialog"
|
|
class="fc tc login-dialog"
|
|
|
:visible.sync="loginDialog"
|
|
:visible.sync="loginDialog"
|
|
@@ -217,7 +223,7 @@ export default {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
transition: bottom ease .9s;
|
|
transition: bottom ease .9s;
|
|
|
z-index: 0;
|
|
z-index: 0;
|
|
|
- right: 5px;
|
|
|
|
|
|
|
+ right: 20px;
|
|
|
top: 260px;
|
|
top: 260px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|