提交 569eb122 编写于 作者: guangjun.yang's avatar guangjun.yang

样式修改等

上级 712299bd
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</div> </div>
<!-- banner视频 --> <!-- banner视频 -->
<CommonTcPlayer ref="tcPlayerRef" v-if="bannerType == 2" style="flex" :options="videoOptions" @sk-tip="isShowSkDialog=true"></CommonTcPlayer> <CommonTcPlayer ref="tcPlayerRef" v-if="bannerType == 2" style="flex" :options="videoOptions" @sk-tip="isShowSkDialog=true"></CommonTcPlayer>
<div class="sk-btn-cover-new" @click="continueStudy()" v-if="bannerType == 2 && hasBindCard" > <div class="sk-btn-cover-new" @click="continueStudy()" v-if="bannerType == 2 && hasBindCard">
<span>继续学习</span> <span>继续学习</span>
</div> </div>
<!-- 项目标题 --> <!-- 项目标题 -->
...@@ -1123,11 +1123,12 @@ export default { ...@@ -1123,11 +1123,12 @@ export default {
span { span {
display: inline-block; display: inline-block;
margin-top: px2rem(82px); margin-top: px2rem(82px);
width: px2rem(120px); width: px2rem(100px);
height: px2rem(40px); height: px2rem(36px);
line-height: px2rem(40px); line-height: px2rem(36px);
font-size: px2rem(15px); font-size: px2rem(15px);
font-weight: 700; font-weight: 700;
border-radius: px2rem(20px);
color: #fff; color: #fff;
background: #449284; background: #449284;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册