67128aa9 by zhangmeng

大师课

1 parent 0552625c
......@@ -47,7 +47,7 @@
<!-- 赛事直播-->
Live Qrcode
</a>
<a class=" btn2" @click.stop="popMaster">Junior &Youth Camp REGISTER
<a class=" btn2" @click.stop="popMaster">2026 Asia Training Camp
</a>
</div>
</div>
......@@ -101,7 +101,7 @@
<a class=" btn2-phone" style="z-index: 999999" @click.stop="liveQrcodeShowBtn">
Live Qrcode
</a>
<a class=" btn2-phone" @click.stop="popMaster">Junior &Youth Camp REGISTER
<a class=" btn2-phone" @click.stop="popMaster">2026 Asia Training Camp
</a>
</div>
</div>
......@@ -129,7 +129,7 @@
v-if="matchData.isCourseView==1" class="zn-btn ml20 btn-q forPc"
style="font-size: 15px;margin-right: 20px" @click="popMaster"
>
Junior &Youth Camp REGISTER
2026 Asia Training Camp
<el-icon>
<Edit />
</el-icon>
......@@ -1454,6 +1454,21 @@ function applyInvitation() {
}
.btn2-phone {
cursor: pointer;
padding: 10px 20px;
font-size: 14px;
align-items: center;
overflow: hidden;
background: url(/src/assets/dance/time_bg.png) no-repeat center;
background-size: 100% 100%;
border-radius: 20px;
display: flex;
flex-wrap: nowrap;
color: #fff;
}
@media (max-width: 767px) {
.yaoQing {
img {
......@@ -1475,4 +1490,6 @@ function applyInvitation() {
}
}
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!