Commit c0b66be5 authored by zhengke's avatar zhengke

修改

parent b1f0d019
...@@ -137,8 +137,8 @@ ...@@ -137,8 +137,8 @@
v-if="secondNavs && secondNavs.length>0"> v-if="secondNavs && secondNavs.length>0">
<div class="full-width left-menu-box q-pt-md"> <div class="full-width left-menu-box q-pt-md">
<div class="is-show-menu-2" @click="changeLeft"> <div class="is-show-menu-2" @click="changeLeft">
<a v-if="!IsShowLeft"><i class="iconfont icon-line-arrow-left"></i></a> <a v-if="!IsShowLeft"><<</a>
<a v-else><i class="iconfont icon-arrow-right"></i></a> <a v-else class="is_Show_menu_3">>></a>
</div> </div>
<q-list style="width:180px;overflow:hidden"> <q-list style="width:180px;overflow:hidden">
<template v-for="(x,i) in secondNavs"> <template v-for="(x,i) in secondNavs">
...@@ -296,20 +296,28 @@ ...@@ -296,20 +296,28 @@
.is-show-menu-2 { .is-show-menu-2 {
position: absolute; position: absolute;
width: 35px; background: #f3f3f3;
height: 35px; color: #a1a4a9;
line-height: 30px; border-radius: 10px 0 0 10px;
border-radius: 50%;
background: #2961fe;
color: #fff;
padding: 2px 8px; padding: 2px 8px;
right: -37px; cursor: pointer;
top: 1px; width:30px;
right:-1px;
top:0px;
z-index:999;
}
.is_Show_menu_3{
position: absolute;
width: 30px;
background: #fff;
color: #a1a4a9;
border-radius: 0 10px 10px 0;
padding: 2px 8px;
right: -30px;
top: 0;
cursor: pointer; cursor: pointer;
z-index: 10; z-index: 10;
display:none;
} }
.head-bg { .head-bg {
background-image: url('~assets/images/page/top.png'); background-image: url('~assets/images/page/top.png');
background-position: right; background-position: right;
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
this.getCourseInfo(); this.getCourseInfo();
}, },
mounted() { mounted() {
this.gotoPage('question',1);
}, },
methods: { methods: {
//获取课程信息 //获取课程信息
......
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