Commit cd25f4da authored by 张伯涛's avatar 张伯涛

bug修改

parent aa59ae8f
...@@ -365,7 +365,7 @@ const USER_VISITOR_ROUTES = [ ...@@ -365,7 +365,7 @@ const USER_VISITOR_ROUTES = [
name: 'favorite', name: 'favorite',
meta: { meta: {
title: '我的收藏', title: '我的收藏',
activeMenu: 'my', activeMenu: 'favorite',
USER_LEVEL: USER_LEVEL.USER_LOGIN, USER_LEVEL: USER_LEVEL.USER_LOGIN,
showHeader: false, showHeader: false,
animation: false animation: false
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="title" @click="goDtails(item)">{{ item.lessonName ||'-' }}</div> <div class="title" @click="goDtails(item)">{{ item.lessonName ||'-' }}</div>
<div class="introduction"> <div class="introduction">
<div class="dept">{{ item.jobClassify ||'-'}}</div> <div class="dept">{{ item.jobClassify ||'-'}}</div>
<div class="text">{{ item.classHour }}课时</div> <!-- <div class="text">{{ item.classHour }}课时</div>-->
</div> </div>
<div class="price"> <div class="price">
<div class="money"> <div class="money">
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
.top_title{ .top_title{
font-size: 20px; font-size: 20px;
font-weight: 700; font-weight: 700;
padding-bottom: 33px; padding-bottom: 31px;
} }
.intermediate{ .intermediate{
width: 48px; width: 48px;
...@@ -207,13 +207,13 @@ export default { ...@@ -207,13 +207,13 @@ export default {
.pagination{ .pagination{
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 32px; margin-top: 5px;
} }
.head{ .head{
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
color: #292929; color: #292929;
margin-bottom: 24px; margin-bottom: 22px;
} }
.containerNo{ .containerNo{
height: 500px; height: 500px;
...@@ -232,10 +232,8 @@ export default { ...@@ -232,10 +232,8 @@ export default {
overflow: hidden; /* 防止放大后图片溢出容器 */ overflow: hidden; /* 防止放大后图片溢出容器 */
width: calc(33.33% - 25px); width: calc(33.33% - 25px);
position: relative; position: relative;
margin-bottom: 25px;
background: #ffffff; background: #ffffff;
margin-right: 25px; margin: 0 12.5px 25px;
border: 1px solid rgba(56,138,252,0.10); border: 1px solid rgba(56,138,252,0.10);
border-radius: 6px; border-radius: 6px;
.imgCard{ .imgCard{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment