79cd1b62 by zhangmeng

Merge branch 'order' into dev-order

2 parents ee263aea 1dad3b25
......@@ -13,6 +13,8 @@
<div v-if="activeStep==0">
<div class="mb60 xzRich" style="max-height: 50vh;overflow: auto">
<div v-if="language==0" style="width: 300px;margin: auto"><br/>
青年标准舞和青年拉丁舞只能出生于2006年1月1日至2009年12月31日之间的报名;<br/>
少年拉丁舞和少年标准舞课程只能2010年1月1日以后出生的报名。<br/>
培训地点:无锡君来世尊酒店<br/>
详细地址:江苏省 无锡市 滨湖区 和风路111号<br/>
报到时间:2024年7月14日13:30 -17:00<br/>
......@@ -20,6 +22,8 @@
联系电话:15961580050<br/>
</div>
<div v-else style="width: 400px;margin: auto"><br/>
The age limit for Youth Session: Born between 1st Jan, 2006 and 31st Dec.,2009;<br/>
The age limit for Juvenile Session: Born after 1 Jan.. 2010.<br/>
Training Camp venue:Worldhotel Grand Juna Wuxi<br/>
Address:No.111 Hefeng Road, Binhu District, Wuxi, Jiangsu<br/>
Check-in:From 13:30 to 17:00 on July 14, 2024.<br/>
......
......@@ -90,7 +90,7 @@
GUIDELINE
<el-icon><download /></el-icon>
</a>
<a class="zn-btn ml20" @click="popMaster">Junior &Youth Camp <el-icon><Edit /></el-icon>
<a class="zn-btn ml20 btn-q " @click="popMaster">Junior &Youth Camp <el-icon><Edit /></el-icon>
</a>
</div>
......@@ -809,4 +809,31 @@ const popMaster = () => {
h1{text-align: center}
}
}
:deep(.btn-q) {
//background: #FFFFFF;
//font-size: 18px;
//color: #453DEA;
//border-radius: 23px;
//padding: 10px 20px;
//display: inline-flex;
//align-items: center;
padding: 20px 40px;
font-size: 20px;
align-items: center;
overflow: hidden;
background: url(/src/assets/dance/time_bg.png) no-repeat center !important;
background-size: 100% 100%;
bottom: 40%;
display: flex;
flex-wrap: nowrap;
color: #fff !important;
box-sizing: inherit;
}
.btn-q:hover{
box-shadow: 0 0 20px #453DEA;
border-radius: 100px;
background: linear-gradient(-90deg, #8623FC, #453DEA) !important;
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!