大师课
Showing
3 changed files
with
20 additions
and
3 deletions
src/assets/images/schedule.png
0 → 100644
56.5 KB
This diff is collapsed.
Click to expand it.
| ... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
| 47 | <!-- 赛事直播--> | 47 | <!-- 赛事直播--> |
| 48 | Live Qrcode | 48 | Live Qrcode |
| 49 | </a> | 49 | </a> |
| 50 | <a class=" btn2" @click.stop="popMaster">Junior &Youth Camp REGISTER | 50 | <a class=" btn2" @click.stop="popMaster">2026 Asia Training Camp |
| 51 | </a> | 51 | </a> |
| 52 | </div> | 52 | </div> |
| 53 | </div> | 53 | </div> |
| ... | @@ -101,7 +101,7 @@ | ... | @@ -101,7 +101,7 @@ |
| 101 | <a class=" btn2-phone" style="z-index: 999999" @click.stop="liveQrcodeShowBtn"> | 101 | <a class=" btn2-phone" style="z-index: 999999" @click.stop="liveQrcodeShowBtn"> |
| 102 | Live Qrcode | 102 | Live Qrcode |
| 103 | </a> | 103 | </a> |
| 104 | <a class=" btn2-phone" @click.stop="popMaster">Junior &Youth Camp REGISTER | 104 | <a class=" btn2-phone" @click.stop="popMaster">2026 Asia Training Camp |
| 105 | </a> | 105 | </a> |
| 106 | </div> | 106 | </div> |
| 107 | </div> | 107 | </div> |
| ... | @@ -129,7 +129,7 @@ | ... | @@ -129,7 +129,7 @@ |
| 129 | v-if="matchData.isCourseView==1" class="zn-btn ml20 btn-q forPc" | 129 | v-if="matchData.isCourseView==1" class="zn-btn ml20 btn-q forPc" |
| 130 | style="font-size: 15px;margin-right: 20px" @click="popMaster" | 130 | style="font-size: 15px;margin-right: 20px" @click="popMaster" |
| 131 | > | 131 | > |
| 132 | Junior &Youth Camp REGISTER | 132 | 2026 Asia Training Camp |
| 133 | <el-icon> | 133 | <el-icon> |
| 134 | <Edit /> | 134 | <Edit /> |
| 135 | </el-icon> | 135 | </el-icon> |
| ... | @@ -1454,6 +1454,21 @@ function applyInvitation() { | ... | @@ -1454,6 +1454,21 @@ function applyInvitation() { |
| 1454 | } | 1454 | } |
| 1455 | 1455 | ||
| 1456 | 1456 | ||
| 1457 | .btn2-phone { | ||
| 1458 | cursor: pointer; | ||
| 1459 | padding: 10px 20px; | ||
| 1460 | font-size: 14px; | ||
| 1461 | align-items: center; | ||
| 1462 | overflow: hidden; | ||
| 1463 | background: url(/src/assets/dance/time_bg.png) no-repeat center; | ||
| 1464 | background-size: 100% 100%; | ||
| 1465 | border-radius: 20px; | ||
| 1466 | display: flex; | ||
| 1467 | flex-wrap: nowrap; | ||
| 1468 | color: #fff; | ||
| 1469 | } | ||
| 1470 | |||
| 1471 | |||
| 1457 | @media (max-width: 767px) { | 1472 | @media (max-width: 767px) { |
| 1458 | .yaoQing { | 1473 | .yaoQing { |
| 1459 | img { | 1474 | img { |
| ... | @@ -1475,4 +1490,6 @@ function applyInvitation() { | ... | @@ -1475,4 +1490,6 @@ function applyInvitation() { |
| 1475 | } | 1490 | } |
| 1476 | } | 1491 | } |
| 1477 | } | 1492 | } |
| 1493 | |||
| 1494 | |||
| 1478 | </style> | 1495 | </style> | ... | ... |
-
Please register or sign in to post a comment