Commit bfc1d5d9 authored by IvyXia123's avatar IvyXia123

样式

parent 23d1cdef
...@@ -14,7 +14,10 @@ ...@@ -14,7 +14,10 @@
<div class="course_title" @click="actionsheetShow=true">{{secActions.name}} <i class="iconfont icon-below-s"></i> <div class="course_title" @click="actionsheetShow=true">{{secActions.name}} <i class="iconfont icon-below-s"></i>
<router-link :to="{path: '/promptTime', query: { periods_id: secActions.id }}"> <router-link :to="{path: '/promptTime', query: { periods_id: secActions.id }}">
<div class="zhongbian-kuang"> <div class="zhongbian-kuang">
<img class="zhongbian" :src="zhong" alt=""> <div class="zhongbian">
<img style="width: 100%; height: 100%;" :src="zhong" alt="">
</div>
</div> </div>
</router-link> </router-link>
</div> </div>
...@@ -333,7 +336,7 @@ ...@@ -333,7 +336,7 @@
mounted() { mounted() {
let prompStr = localStorage.getItem('promp') let prompStr = localStorage.getItem('promp')
if(prompStr) { if(prompStr) {
this.promp = false this.promp = false
}else { }else {
localStorage.setItem('promp', 1) localStorage.setItem('promp', 1)
this.promp = true this.promp = true
...@@ -912,8 +915,14 @@ ...@@ -912,8 +915,14 @@
.zhongbian { .zhongbian {
width: 22 * @toVw; width: 22 * @toVw;
height: 22 * @toVw; height: 22 * @toVw;
margin-top: 15 * @toVw; //margin-top: 15 * @toVw;
margin-left: 34 * @toVh; //margin-left: 34 * @toVh;
position: absolute;
top: 0;
left: 0;
right: -18 * @toVw;
bottom: 0;
margin: auto;
} }
} }
} }
......
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