1dad3b25 by zhangmeng

大师优化

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