71087b02 by zhangmeng

大师优化

1 parent 881212f1
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
23 Training Camp venue:Worldhotel Grand Juna Wuxi<br/> 23 Training Camp venue:Worldhotel Grand Juna Wuxi<br/>
24 Address:No.111 Hefeng Road, Binhu District, Wuxi, Jiangsu<br/> 24 Address:No.111 Hefeng Road, Binhu District, Wuxi, Jiangsu<br/>
25 Check-in:From 13:30 to 17:00 on July 14, 2024.<br/> 25 Check-in:From 13:30 to 17:00 on July 14, 2024.<br/>
26 Contact Person:Oliver Zhu<br/> 26 Contact Person:Dean Ding<br/>
27 Tel: +86 10 67183764<br/> 27 Tel: +86 19951486130<br/>
28 </div> 28 </div>
29 </div> 29 </div>
30 <div class="text-center"> 30 <div class="text-center">
...@@ -66,20 +66,20 @@ ...@@ -66,20 +66,20 @@
66 <image-upload v-model="form.passportCopy" :limit="1" :is-show-tip="false" 66 <image-upload v-model="form.passportCopy" :limit="1" :is-show-tip="false"
67 :button-text="language==0?'上传':'Upload'"/> 67 :button-text="language==0?'上传':'Upload'"/>
68 </el-form-item> 68 </el-form-item>
69 <el-form-item :label="language==0?'抵达日期':'Date of Arrival'" required prop="arrival"> 69 <!-- <el-form-item :label="language==0?'抵达日期':'Date of Arrival'" required prop="arrival">-->
70 <el-date-picker 70 <!-- <el-date-picker-->
71 v-model="form.arrival" placeholder="YYYY-MM-DD" 71 <!-- v-model="form.arrival" placeholder="YYYY-MM-DD"-->
72 style="width: 100%;" 72 <!-- style="width: 100%;"-->
73 type="date" format="YYYY-MM-DD" value-format="YYYY-MM-DD" 73 <!-- type="date" format="YYYY-MM-DD" value-format="YYYY-MM-DD"-->
74 /> 74 <!-- />-->
75 </el-form-item> 75 <!-- </el-form-item>-->
76 <el-form-item :label="language==0?'出发日期':'Date of Departure'" required prop="departure"> 76 <!-- <el-form-item :label="language==0?'出发日期':'Date of Departure'" required prop="departure">-->
77 <el-date-picker 77 <!-- <el-date-picker-->
78 v-model="form.departure" 78 <!-- v-model="form.departure"-->
79 style="width: 100%;" placeholder="YYYY-MM-DD" 79 <!-- style="width: 100%;" placeholder="YYYY-MM-DD"-->
80 type="date" format="YYYY-MM-DD" value-format="YYYY-MM-DD" 80 <!-- type="date" format="YYYY-MM-DD" value-format="YYYY-MM-DD"-->
81 /> 81 <!-- />-->
82 </el-form-item> 82 <!-- </el-form-item>-->
83 <el-form-item :label="language==0?'备注':'Remark '"> 83 <el-form-item :label="language==0?'备注':'Remark '">
84 <el-input type="textarea" v-model="form.remark" rows="3"/> 84 <el-input type="textarea" v-model="form.remark" rows="3"/>
85 </el-form-item> 85 </el-form-item>
......
...@@ -93,7 +93,8 @@ ...@@ -93,7 +93,8 @@
93 <download/> 93 <download/>
94 </el-icon> 94 </el-icon>
95 </a> 95 </a>
96 <a class="zn-btn ml20" @click="popMaster">大师公益课报名</a> 96 <!-- <el-button type="primary" @click="popMaster">青少年公益课</el-button>-->
97 <a class="zn-btn ml20 btn-q" @click="popMaster">青少年公益课</a>
97 </div> 98 </div>
98 </el-col> 99 </el-col>
99 <el-col :sm="24" :lg="14"> 100 <el-col :sm="24" :lg="14">
...@@ -941,4 +942,32 @@ const popMaster = () => { ...@@ -941,4 +942,32 @@ const popMaster = () => {
941 } 942 }
942 } 943 }
943 } 944 }
945 :deep(.btn-q) {
946 //background: #FFFFFF;
947 //font-size: 18px;
948 //color: #453DEA;
949 //border-radius: 23px;
950 //padding: 10px 20px;
951 //display: inline-flex;
952 //align-items: center;
953
954 padding: 20px 40px;
955 font-size: 20px;
956 align-items: center;
957 overflow: hidden;
958 background: url(/src/assets/dance/time_bg.png) no-repeat center !important;
959 background-size: 100% 100%;
960 bottom: 40%;
961 display: flex;
962 flex-wrap: nowrap;
963 color: #fff !important;
964 box-sizing: inherit;
965 }
966
967 .btn-q:hover{
968 box-shadow: 0 0 20px #453DEA;
969 border-radius: 100px;
970 background: linear-gradient(-90deg, #8623FC, #453DEA) !important;
971 }
972
944 </style> 973 </style>
......
...@@ -90,8 +90,7 @@ ...@@ -90,8 +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">Youth Training Camp 93 <a class="zn-btn ml20" @click="popMaster">Junior &Youth Camp <el-icon><Edit /></el-icon>
94 <el-icon><Edit /></el-icon>
95 </a> 94 </a>
96 </div> 95 </div>
97 96
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!