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

bug修改

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