Commit caadf4e0 authored by zhangjianqian's avatar zhangjianqian

塔器倒计时位置调整

parent 0ad8b707
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
@jj="jj" @jj="jj"
/> />
<el-dialog :visible.sync="iframeVisible" width="80%"> <el-dialog :visible.sync="iframeVisible" width="80%">
<!--<div v-if="userlessonData.state!=3" class="gotime2">{{minute}}:{{calculation(second)}}/{{parseInt(lessonData.duration/60)}}:{{calculation(lessonData.duration%60)}}</div>-->
<iframe style="width: 100%; height: 600px" :src="ky"></iframe> <iframe style="width: 100%; height: 600px" :src="ky"></iframe>
</el-dialog> </el-dialog>
</div> </div>
...@@ -367,12 +368,23 @@ export default { ...@@ -367,12 +368,23 @@ export default {
justify-content:flex-start; justify-content:flex-start;
} }
.gotime{ .gotime{
background: #1c84c6; background: #1c84c6;
width: 80px; width: 80px;
text-align: center; text-align: center;
line-height: 22px; line-height: 22px;
color: white; color: white;
margin-left: 40px; margin-left: 40px;
border-radius: 10px; border-radius: 10px;
} }
.gotime2{
background: #1c84c6;
width: 80px;
text-align: center;
line-height: 22px;
color: white;
margin-left: 20px;
border-radius: 10px;
position: absolute;
top: 20px;
}
</style> </style>
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