no message
Showing
6 changed files
with
307 additions
and
305 deletions
| ... | @@ -5,23 +5,23 @@ | ... | @@ -5,23 +5,23 @@ |
| 5 | <el-col :lg="10" :md="10" :xs="10"> | 5 | <el-col :lg="10" :md="10" :xs="10"> |
| 6 | <ul> | 6 | <ul> |
| 7 | <li>邮编:214000</li> | 7 | <li>邮编:214000</li> |
| 8 | <li>微信: 15606190026</li> | 8 | <li>微信: 18806179528</li> |
| 9 | <li>QQ: 497118883</li> | 9 | <!-- <li>QQ: 497118883</li>--> |
| 10 | <li>江苏省 无锡市太湖新城和风路与清舒交叉口东北100米</li> | 10 | <li>江苏省 无锡市太湖新城和风路与清舒交叉口东北100米</li> |
| 11 | </ul> | 11 | </ul> |
| 12 | </el-col> | 12 | </el-col> |
| 13 | <el-col :lg="10" :md="10" :xs="10"> | 13 | <el-col :lg="10" :md="10" :xs="10"> |
| 14 | <ul style="text-align: right"> | 14 | <ul style="text-align: right"> |
| 15 | <li>客服及报障电话:15606190026</li> | 15 | <li>客服及报障电话:18806179528</li> |
| 16 | <li>客服及报障邮箱: office@2025wtcwuxi.com</li> | 16 | <li>客服及报障邮箱: office@2025wtcwuxi.com</li> |
| 17 | </ul> | 17 | </ul> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | <el-col :lg="4" :md="4" :xs="4"> | 19 | <!-- <el-col :lg="4" :md="4" :xs="4">--> |
| 20 | <div> | 20 | <!-- <div>--> |
| 21 | <img class="mauto" src="/img/wb2.jpg"/> | 21 | <!-- <img class="mauto" src="/img/wb2.jpg"/>--> |
| 22 | <p class="text-center mt10">微博关注</p> | 22 | <!-- <p class="text-center mt10">微博关注</p>--> |
| 23 | </div> | 23 | <!-- </div>--> |
| 24 | </el-col> | 24 | <!-- </el-col>--> |
| 25 | <el-col :span="24" style="border-top: 1px solid #fff"> | 25 | <el-col :span="24" style="border-top: 1px solid #fff"> |
| 26 | <div class="text-center copyright pd10">版权所有@无锡和畅赛事运营有限公司 | 26 | <div class="text-center copyright pd10">版权所有@无锡和畅赛事运营有限公司 |
| 27 | <a target="_blank" href="https://beian.miit.gov.cn/">ICP备案号:苏ICP备2023054420号-2</a></div> | 27 | <a target="_blank" href="https://beian.miit.gov.cn/">ICP备案号:苏ICP备2023054420号-2</a></div> |
| ... | @@ -39,16 +39,16 @@ | ... | @@ -39,16 +39,16 @@ |
| 39 | </el-col> | 39 | </el-col> |
| 40 | <el-col :span="6"> | 40 | <el-col :span="6"> |
| 41 | <ul style="text-align: right"> | 41 | <ul style="text-align: right"> |
| 42 | <li>Telephone:086-15606190026</li> | 42 | <li>Telephone:086-18806179528</li> |
| 43 | <li>E-mail:office@2025wtcwuxi.com</li> | 43 | <li>E-mail:office@2025wtcwuxi.com</li> |
| 44 | </ul> | 44 | </ul> |
| 45 | </el-col> | 45 | </el-col> |
| 46 | <el-col :span="4"> | 46 | <!-- <el-col :span="4">--> |
| 47 | <div> | 47 | <!-- <div>--> |
| 48 | <img class="mauto" src="/img/wb2.jpg"/> | 48 | <!-- <img class="mauto" src="/img/wb2.jpg"/>--> |
| 49 | <p class="text-center mt10">Weibo</p> | 49 | <!-- <p class="text-center mt10">Weibo</p>--> |
| 50 | </div> | 50 | <!-- </div>--> |
| 51 | </el-col> | 51 | <!-- </el-col>--> |
| 52 | <el-col :span="24" style="border-top: 1px solid #fff"> | 52 | <el-col :span="24" style="border-top: 1px solid #fff"> |
| 53 | <div class="text-center copyright pd10">Copyright@Wuxi Hechang Sports Operations Co., Ltd | 53 | <div class="text-center copyright pd10">Copyright@Wuxi Hechang Sports Operations Co., Ltd |
| 54 | <a target="_blank" href="https://beian.miit.gov.cn/">ICP:苏ICP备2023054420号-2</a></div> | 54 | <a target="_blank" href="https://beian.miit.gov.cn/">ICP:苏ICP备2023054420号-2</a></div> | ... | ... |
| ... | @@ -67,8 +67,8 @@ | ... | @@ -67,8 +67,8 @@ |
| 67 | </el-col> | 67 | </el-col> |
| 68 | <el-col> | 68 | <el-col> |
| 69 | {{ language == 0 ? '套餐' : 'Package' }}:{{ formInfo.mealName }} <span | 69 | {{ language == 0 ? '套餐' : 'Package' }}:{{ formInfo.mealName }} <span |
| 70 | style="margin-left: 40px">{{ language == 0 ? '价格' : 'Price' }}</span><span | 70 | style="margin-left: 40px">{{ language == 0 ? '价格' : 'Price' }}</span><span |
| 71 | class="price">{{ language == 0 ? '¥' + formInfo.mealPrice : '$' + formInfo.mealPriceEn }}</span> | 71 | class="price">{{ language == 0 ? '¥' + formInfo.mealPrice : '$' + formInfo.mealPriceEn }}</span> |
| 72 | <span style="margin-left: 40px">{{ | 72 | <span style="margin-left: 40px">{{ |
| 73 | language == 0 ? '工作室电话' : 'Studio phone number' | 73 | language == 0 ? '工作室电话' : 'Studio phone number' |
| 74 | }}:{{ formInfo.contact }}</span> | 74 | }}:{{ formInfo.contact }}</span> |
| ... | @@ -101,8 +101,8 @@ | ... | @@ -101,8 +101,8 @@ |
| 101 | </el-col> | 101 | </el-col> |
| 102 | <el-col> | 102 | <el-col> |
| 103 | {{ language == 0 ? '套餐' : 'Package' }}:{{ formInfo.photoName }} <span | 103 | {{ language == 0 ? '套餐' : 'Package' }}:{{ formInfo.photoName }} <span |
| 104 | style="margin-left: 40px">{{ language == 0 ? '价格' : 'Price' }}</span><span | 104 | style="margin-left: 40px">{{ language == 0 ? '价格' : 'Price' }}</span><span |
| 105 | class="price">{{ language == 0 ? '¥' + formInfo.photoPrice : '$' + formInfo.photoPriceEn }}</span> | 105 | class="price">{{ language == 0 ? '¥' + formInfo.photoPrice : '$' + formInfo.photoPriceEn }}</span> |
| 106 | </el-col> | 106 | </el-col> |
| 107 | <el-col> | 107 | <el-col> |
| 108 | {{ language == 0 ? '套餐说明' : 'Package Description' }}:{{ formInfo.introduction }} | 108 | {{ language == 0 ? '套餐说明' : 'Package Description' }}:{{ formInfo.introduction }} |
| ... | @@ -155,13 +155,13 @@ | ... | @@ -155,13 +155,13 @@ |
| 155 | <!-- }}{{ language == 0 ? '元' : 'Euro' }} x 1--> | 155 | <!-- }}{{ language == 0 ? '元' : 'Euro' }} x 1--> |
| 156 | <!-- {{ language == 0 ? '张' : 'Tickets' }}--> | 156 | <!-- {{ language == 0 ? '张' : 'Tickets' }}--> |
| 157 | <!-- </el-col>--> | 157 | <!-- </el-col>--> |
| 158 | 158 | ||
| 159 | </el-row> | 159 | </el-row> |
| 160 | </div> | 160 | </div> |
| 161 | </div> | 161 | </div> |
| 162 | 162 | ||
| 163 | <div class="leftboderTT">{{ language == 0 ? '预订信息' : 'Booking information' }}</div> | 163 | <div class="leftboderTT">{{ language == 0 ? '预订信息' : 'Booking information' }}</div> |
| 164 | 164 | ||
| 165 | <div class="border-info mt20"> | 165 | <div class="border-info mt20"> |
| 166 | <el-row v-if="type == 'hotel'"> | 166 | <el-row v-if="type == 'hotel'"> |
| 167 | <el-col :lg="8" :md="12" :sm="12" :xs="24"> | 167 | <el-col :lg="8" :md="12" :sm="12" :xs="24"> |
| ... | @@ -184,12 +184,12 @@ | ... | @@ -184,12 +184,12 @@ |
| 184 | <el-tag class="mr10">{{ car.carSeat }} {{ language == 0 ? '座 ' : 'Sets' }}</el-tag> | 184 | <el-tag class="mr10">{{ car.carSeat }} {{ language == 0 ? '座 ' : 'Sets' }}</el-tag> |
| 185 | <el-tag>{{ car.carColor }}</el-tag> | 185 | <el-tag>{{ car.carColor }}</el-tag> |
| 186 | </div> | 186 | </div> |
| 187 | 187 | ||
| 188 | <span v-if="car.num > 0"> {{ car.num }}{{ | 188 | <span v-if="car.num > 0"> {{ car.num }}{{ |
| 189 | language == 0 ? '辆' : 'Cars' | 189 | language == 0 ? '辆' : 'Cars' |
| 190 | }} * {{ language == 0 ? '¥' : '$' }}{{ car.price }}</span> | 190 | }} * {{ language == 0 ? '¥' : '$' }}{{ car.price }}</span> |
| 191 | </div> | 191 | </div> |
| 192 | 192 | ||
| 193 | <div>{{ language == 0 ? '人数' : 'People' }}: {{ form.pickUpBo.count }}</div> | 193 | <div>{{ language == 0 ? '人数' : 'People' }}: {{ form.pickUpBo.count }}</div> |
| 194 | <div>{{ language == 0 ? '航班/火车班次' : 'Flight/Train' }}: {{ form.pickUpBo.no }}</div> | 194 | <div>{{ language == 0 ? '航班/火车班次' : 'Flight/Train' }}: {{ form.pickUpBo.no }}</div> |
| 195 | <div>{{ language == 0 ? '接机/接站地点' : 'Pick-up/Drop-off Place' }}: | 195 | <div>{{ language == 0 ? '接机/接站地点' : 'Pick-up/Drop-off Place' }}: |
| ... | @@ -211,7 +211,7 @@ | ... | @@ -211,7 +211,7 @@ |
| 211 | <el-tag class="mr10">{{ car.carSeat }} {{ language == 0 ? '座 ' : 'Sets' }}</el-tag> | 211 | <el-tag class="mr10">{{ car.carSeat }} {{ language == 0 ? '座 ' : 'Sets' }}</el-tag> |
| 212 | <el-tag>{{ car.carColor }}</el-tag> | 212 | <el-tag>{{ car.carColor }}</el-tag> |
| 213 | </div> | 213 | </div> |
| 214 | 214 | ||
| 215 | <span v-if="car.num > 0"> {{ car.num }}{{ | 215 | <span v-if="car.num > 0"> {{ car.num }}{{ |
| 216 | language == 0 ? '辆' : 'Cars' | 216 | language == 0 ? '辆' : 'Cars' |
| 217 | }} * {{ language == 0 ? '¥' : '$' }}{{ car.price }}</span> | 217 | }} * {{ language == 0 ? '¥' : '$' }}{{ car.price }}</span> |
| ... | @@ -344,11 +344,11 @@ | ... | @@ -344,11 +344,11 @@ |
| 344 | }}{{ Number(totalFee).toFixed(2) }} | 344 | }}{{ Number(totalFee).toFixed(2) }} |
| 345 | </el-col> | 345 | </el-col> |
| 346 | </el-row> | 346 | </el-row> |
| 347 | 347 | ||
| 348 | </el-row> | 348 | </el-row> |
| 349 | 349 | ||
| 350 | </div> | 350 | </div> |
| 351 | 351 | ||
| 352 | <el-row align="middle" justify="space-between"> | 352 | <el-row align="middle" justify="space-between"> |
| 353 | <el-col :lg="12"> | 353 | <el-col :lg="12"> |
| 354 | <div v-if="form.payDate">{{ language == 0 ? '支付时间' : 'Payment Time' }}:{{ form.payDate }}</div> | 354 | <div v-if="form.payDate">{{ language == 0 ? '支付时间' : 'Payment Time' }}:{{ form.payDate }}</div> |
| ... | @@ -356,7 +356,7 @@ | ... | @@ -356,7 +356,7 @@ |
| 356 | <span v-if="form.paymentType=='1'">{{ language == 0 ? '微信支付' : 'WePay' }}</span> | 356 | <span v-if="form.paymentType=='1'">{{ language == 0 ? '微信支付' : 'WePay' }}</span> |
| 357 | <span v-else-if="form.paymentType=='3'">PayPal</span> | 357 | <span v-else-if="form.paymentType=='3'">PayPal</span> |
| 358 | <span | 358 | <span |
| 359 | v-else-if="form.paymentType=='4'|| form.paymentType=='5'">{{ | 359 | v-else-if="form.paymentType=='4'|| form.paymentType=='5'">{{ |
| 360 | language == 0 ? '对公转账' : 'Bank Transfer' | 360 | language == 0 ? '对公转账' : 'Bank Transfer' |
| 361 | }}</span> | 361 | }}</span> |
| 362 | <span v-else>--</span> | 362 | <span v-else>--</span> |
| ... | @@ -392,11 +392,11 @@ | ... | @@ -392,11 +392,11 @@ |
| 392 | {{ language == 0 ? '导出酒店预订单' : 'Export PDF' }} | 392 | {{ language == 0 ? '导出酒店预订单' : 'Export PDF' }} |
| 393 | </el-button> | 393 | </el-button> |
| 394 | <el-button | 394 | <el-button |
| 395 | v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket')" | 395 | v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket')" |
| 396 | class="mt20 btn-lineG" round | 396 | class="mt20 btn-lineG" round |
| 397 | size="large" | 397 | size="large" |
| 398 | type="primary" | 398 | type="primary" |
| 399 | @click="downInvoice"> | 399 | @click="downInvoice"> |
| 400 | <el-icon> | 400 | <el-icon> |
| 401 | <Download/> | 401 | <Download/> |
| 402 | </el-icon> | 402 | </el-icon> |
| ... | @@ -414,11 +414,11 @@ | ... | @@ -414,11 +414,11 @@ |
| 414 | {{ language == 0 ? '登录后查看明细' : 'View detailed information after logging in' }} | 414 | {{ language == 0 ? '登录后查看明细' : 'View detailed information after logging in' }} |
| 415 | </el-button> | 415 | </el-button> |
| 416 | </div> | 416 | </div> |
| 417 | 417 | ||
| 418 | <div | 418 | <div |
| 419 | v-if="form.viewStatus == '0'&&(form.surplus!='0,0'&&form.surplus!='0')&&form.paymentType!='4'&&form.paymentType!='5'" | 419 | v-if="form.viewStatus == '0'&&(form.surplus!='0,0'&&form.surplus!='0')&&form.paymentType!='4'&&form.paymentType!='5'" |
| 420 | class="pd20"> | 420 | class="pd20"> |
| 421 | 421 | ||
| 422 | <div class="leftboderTT">{{ language == 0 ? '选择支付方式' : 'Choose payment method' }}</div> | 422 | <div class="leftboderTT">{{ language == 0 ? '选择支付方式' : 'Choose payment method' }}</div> |
| 423 | <div class="mt20"> | 423 | <div class="mt20"> |
| 424 | <el-radio-group v-model="payType"> | 424 | <el-radio-group v-model="payType"> |
| ... | @@ -427,11 +427,11 @@ | ... | @@ -427,11 +427,11 @@ |
| 427 | <svg class="icon" height="40" p-id="24747" t="1709002960407" | 427 | <svg class="icon" height="40" p-id="24747" t="1709002960407" |
| 428 | version="1.1" viewBox="0 0 3152 1024" width="94" xmlns="http://www.w3.org/2000/svg"> | 428 | version="1.1" viewBox="0 0 3152 1024" width="94" xmlns="http://www.w3.org/2000/svg"> |
| 429 | <path | 429 | <path |
| 430 | d="M381.998922 630.960647c-4.416173 2.208086-8.832345 3.312129-14.352561 3.312129-12.144474 0-22.080863-7.17628-28.1531-17.66469l-2.208086-4.968194-87.771428-204.247978c-1.104043-2.208086-1.104043-4.416173-1.104043-6.624259 0-9.384367 6.624259-16.560647 15.456603-16.560647 3.312129 0 6.624259 1.104043 9.936388 3.312129l103.780054 78.387062c7.728302 4.968194 16.560647 8.280323 26.497035 8.280324 5.520216 0 11.040431-1.104043 16.560647-3.312129l486.330998-230.192992C819.752022 131.381132 676.226415 60.17035 513.380054 60.17035 248.409704 59.618329 32.017251 250.61779 32.017251 486.883019c0 128.069003 64.586523 244.545553 166.15849 322.932614 7.728302 6.072237 13.248518 16.560647 13.248518 27.601079 0 3.312129-1.104043 7.17628-2.208086 10.488409-7.728302 32.017251-20.976819 84.459299-20.97682 86.667386-1.104043 3.312129-2.208086 8.280323-2.208086 13.248517 0 9.384367 6.624259 16.560647 15.456604 16.560647 3.312129 0 6.624259-1.104043 8.832345-3.312129l104.884097-65.138545c7.728302-4.968194 16.560647-8.280323 25.392992-8.280323 4.416173 0 9.936388 1.104043 14.35256 2.208086 49.129919 15.456604 102.676011 23.736927 157.326146 23.736927 265.522372 0 481.362803-191.551482 481.362803-427.816711 0-71.210782-19.872776-139.109434-54.650135-198.175741L385.863073 628.752561l-3.864151 2.208086z" | 430 | d="M381.998922 630.960647c-4.416173 2.208086-8.832345 3.312129-14.352561 3.312129-12.144474 0-22.080863-7.17628-28.1531-17.66469l-2.208086-4.968194-87.771428-204.247978c-1.104043-2.208086-1.104043-4.416173-1.104043-6.624259 0-9.384367 6.624259-16.560647 15.456603-16.560647 3.312129 0 6.624259 1.104043 9.936388 3.312129l103.780054 78.387062c7.728302 4.968194 16.560647 8.280323 26.497035 8.280324 5.520216 0 11.040431-1.104043 16.560647-3.312129l486.330998-230.192992C819.752022 131.381132 676.226415 60.17035 513.380054 60.17035 248.409704 59.618329 32.017251 250.61779 32.017251 486.883019c0 128.069003 64.586523 244.545553 166.15849 322.932614 7.728302 6.072237 13.248518 16.560647 13.248518 27.601079 0 3.312129-1.104043 7.17628-2.208086 10.488409-7.728302 32.017251-20.976819 84.459299-20.97682 86.667386-1.104043 3.312129-2.208086 8.280323-2.208086 13.248517 0 9.384367 6.624259 16.560647 15.456604 16.560647 3.312129 0 6.624259-1.104043 8.832345-3.312129l104.884097-65.138545c7.728302-4.968194 16.560647-8.280323 25.392992-8.280323 4.416173 0 9.936388 1.104043 14.35256 2.208086 49.129919 15.456604 102.676011 23.736927 157.326146 23.736927 265.522372 0 481.362803-191.551482 481.362803-427.816711 0-71.210782-19.872776-139.109434-54.650135-198.175741L385.863073 628.752561l-3.864151 2.208086z" |
| 431 | fill="#09BB07" p-id="24748"></path> | 431 | fill="#09BB07" p-id="24748"></path> |
| 432 | <path | 432 | <path |
| 433 | d="M1398.822642 381.998922c-9.384367 19.320755-20.424798 38.641509-32.017251 57.962264v263.866307h-31.465229V485.226954c-13.248518 18.216712-27.049057 34.225337-40.297574 48.025876-3.864151-7.17628-14.352561-23.736927-20.424798-30.361186 34.777358-33.673315 71.210782-82.803235 93.843666-131.933153l30.361186 11.040431z m-8.280324-91.63558c-22.632884 36.985445-59.066307 78.939084-91.635579 105.98814-4.416173-7.17628-13.248518-19.320755-19.320755-25.945013 29.809164-23.736927 62.378437-61.274394 78.939083-92.187601l32.017251 12.144474z m181.615094 289.811321c1.656065 7.728302 6.072237 19.320755 8.832345 24.84097-55.754178 37.537466-66.242588 46.369811-72.866846 54.650135-1.656065-7.728302-8.280323-22.080863-12.696496-28.705121 4.968194-3.312129 12.696496-10.48841 12.696496-28.705121v-54.098114h-60.17035v27.049057c0 38.641509-7.728302 91.083558-42.505661 128.069003-4.416173-7.17628-16.560647-19.320755-22.632884-23.184906 29.809164-31.465229 34.225337-72.866846 34.225337-105.436119v-54.098113h118.684636v82.251213l36.433423-22.632884z m123.100809-176.094879c-9.384367 73.970889-23.184906 136.349326-48.025876 187.687332 16.560647 36.433423 39.193531 66.242588 67.346631 83.355256-7.17628 6.072237-17.112668 18.216712-22.632884 27.049057-25.945013-18.216712-46.369811-45.265768-62.930459-78.939084-20.424798 32.017251-45.81779 59.066307-78.939083 81.699191-3.864151-6.624259-13.248518-19.872776-19.872776-25.392992 36.985445-22.632884 64.034501-52.99407 83.907277-89.979514-12.696496-34.777358-22.080863-73.418868-28.705121-115.372507-4.968194 11.040431-10.48841 22.632884-16.560647 31.465229-3.864151-4.416173-10.48841-13.248518-17.112668-20.424798v5.520216h-154.014017v-29.809165h154.014017v9.384367c24.84097-49.129919 37.537466-118.684636 44.713746-191.551483l31.465229 4.968195c-3.864151 31.465229-8.280323 61.274394-13.800539 90.531536h96.051752v29.809164h-14.904582z m-142.973585 22.632884h-145.181671v-110.404312h24.84097v82.251213h35.32938V278.770889h26.497035v119.78868h33.673316V316.308356h25.392992v110.404312z m55.202156-22.632884c-1.656065 6.624259-3.312129 12.696496-4.416172 18.768734 6.072237 46.369811 14.904582 91.083558 28.1531 130.277088 16.560647-43.057682 26.497035-91.63558 32.569272-149.045822h-56.3062zM1882.393531 289.259299c-10.48841 31.465229-24.288949 62.378437-39.193531 91.63558v324.036657h-32.017251V437.201078c-13.800539 22.632884-29.257143 42.50566-44.161725 60.170351-3.312129-7.728302-13.248518-24.288949-19.320754-32.017251 41.953639-45.265768 80.043127-114.820485 103.780053-184.927224l30.913208 8.832345z m288.707278 65.690566v29.257143h-294.779515v-29.257143h294.779515z m-267.730459 199.831806h235.713208v147.941779h-30.913208v-16.560647h-174.438814v18.216712h-30.361186v-149.597844z m231.297035-104.332075H1909.994609v-28.1531h224.672776v28.1531zM1909.994609 486.883019h224.672776v28.1531H1909.994609v-28.1531z m23.736927 96.603773V656.90566h174.438814v-73.418868h-174.438814z m81.699192-231.297035c-6.072237-16.560647-20.424798-43.057682-32.017251-61.826415l29.257143-12.144474c13.248518 19.320755 27.601078 44.161725 34.225337 60.722372l-31.465229 13.248517zM2586.221024 468.114286c-26.497035 63.48248-69.002695 111.508356-122.548787 147.941779 50.785984 25.945013 110.956334 43.609704 180.511051 52.442048-7.728302 8.280323-16.560647 23.184906-21.528841 33.673316-75.074933-11.592453-139.661456-32.569272-192.655525-64.034502-57.962264 32.017251-125.308895 52.99407-195.415634 66.794609-3.312129-9.384367-12.696496-25.392992-19.320754-33.121293 66.242588-10.48841 129.173046-28.1531 183.271159-55.202157-44.161725-32.017251-78.939084-72.866846-103.780054-123.65283l10.48841-3.864151h-49.12992v-34.225337h155.670081V383.654987h-176.6469v-34.225337h176.6469V278.770889h35.32938v70.658761h177.750944v34.225337h-177.750944v71.210781H2555.859838l7.176281-1.656064 23.184905 14.904582z m-255.033962 20.976819c23.184906 43.609704 56.858221 80.043127 100.467925 108.748248 44.161725-28.1531 80.043127-63.48248 104.332075-108.748248h-204.8zM2834.630728 292.571429c-13.800539 34.777358-30.361186 69.554717-49.129919 101.571967v308.580054h-34.225337V447.689488c-14.904582 20.976819-31.465229 40.297574-46.921833 56.306199-4.416173-7.728302-14.904582-25.945013-21.528841-34.225337 47.473854-45.265768 91.63558-115.924528 118.132614-188.239353l33.673316 11.040432z m270.490566 123.65283h-58.514286v240.12938c0 25.945013-7.728302 36.985445-24.84097 41.953639-18.216712 5.520216-49.129919 6.072237-99.915903 5.520215-1.656065-8.832345-8.280323-24.84097-13.248518-34.225337 39.193531 1.656065 77.283019 1.656065 88.32345 1.104043 10.48841-1.104043 14.352561-3.864151 14.352561-14.35256V416.224259h-187.687332v-34.225337h187.687332V283.739084h34.777359v97.707816h58.514285v34.777359z m-184.375202 178.854986c-13.800539-28.705121-43.609704-78.939084-67.346631-115.924528l29.809164-13.800539c24.288949 35.881402 55.202156 84.459299 70.106739 112.612399l-32.569272 17.112668z" | 433 | d="M1398.822642 381.998922c-9.384367 19.320755-20.424798 38.641509-32.017251 57.962264v263.866307h-31.465229V485.226954c-13.248518 18.216712-27.049057 34.225337-40.297574 48.025876-3.864151-7.17628-14.352561-23.736927-20.424798-30.361186 34.777358-33.673315 71.210782-82.803235 93.843666-131.933153l30.361186 11.040431z m-8.280324-91.63558c-22.632884 36.985445-59.066307 78.939084-91.635579 105.98814-4.416173-7.17628-13.248518-19.320755-19.320755-25.945013 29.809164-23.736927 62.378437-61.274394 78.939083-92.187601l32.017251 12.144474z m181.615094 289.811321c1.656065 7.728302 6.072237 19.320755 8.832345 24.84097-55.754178 37.537466-66.242588 46.369811-72.866846 54.650135-1.656065-7.728302-8.280323-22.080863-12.696496-28.705121 4.968194-3.312129 12.696496-10.48841 12.696496-28.705121v-54.098114h-60.17035v27.049057c0 38.641509-7.728302 91.083558-42.505661 128.069003-4.416173-7.17628-16.560647-19.320755-22.632884-23.184906 29.809164-31.465229 34.225337-72.866846 34.225337-105.436119v-54.098113h118.684636v82.251213l36.433423-22.632884z m123.100809-176.094879c-9.384367 73.970889-23.184906 136.349326-48.025876 187.687332 16.560647 36.433423 39.193531 66.242588 67.346631 83.355256-7.17628 6.072237-17.112668 18.216712-22.632884 27.049057-25.945013-18.216712-46.369811-45.265768-62.930459-78.939084-20.424798 32.017251-45.81779 59.066307-78.939083 81.699191-3.864151-6.624259-13.248518-19.872776-19.872776-25.392992 36.985445-22.632884 64.034501-52.99407 83.907277-89.979514-12.696496-34.777358-22.080863-73.418868-28.705121-115.372507-4.968194 11.040431-10.48841 22.632884-16.560647 31.465229-3.864151-4.416173-10.48841-13.248518-17.112668-20.424798v5.520216h-154.014017v-29.809165h154.014017v9.384367c24.84097-49.129919 37.537466-118.684636 44.713746-191.551483l31.465229 4.968195c-3.864151 31.465229-8.280323 61.274394-13.800539 90.531536h96.051752v29.809164h-14.904582z m-142.973585 22.632884h-145.181671v-110.404312h24.84097v82.251213h35.32938V278.770889h26.497035v119.78868h33.673316V316.308356h25.392992v110.404312z m55.202156-22.632884c-1.656065 6.624259-3.312129 12.696496-4.416172 18.768734 6.072237 46.369811 14.904582 91.083558 28.1531 130.277088 16.560647-43.057682 26.497035-91.63558 32.569272-149.045822h-56.3062zM1882.393531 289.259299c-10.48841 31.465229-24.288949 62.378437-39.193531 91.63558v324.036657h-32.017251V437.201078c-13.800539 22.632884-29.257143 42.50566-44.161725 60.170351-3.312129-7.728302-13.248518-24.288949-19.320754-32.017251 41.953639-45.265768 80.043127-114.820485 103.780053-184.927224l30.913208 8.832345z m288.707278 65.690566v29.257143h-294.779515v-29.257143h294.779515z m-267.730459 199.831806h235.713208v147.941779h-30.913208v-16.560647h-174.438814v18.216712h-30.361186v-149.597844z m231.297035-104.332075H1909.994609v-28.1531h224.672776v28.1531zM1909.994609 486.883019h224.672776v28.1531H1909.994609v-28.1531z m23.736927 96.603773V656.90566h174.438814v-73.418868h-174.438814z m81.699192-231.297035c-6.072237-16.560647-20.424798-43.057682-32.017251-61.826415l29.257143-12.144474c13.248518 19.320755 27.601078 44.161725 34.225337 60.722372l-31.465229 13.248517zM2586.221024 468.114286c-26.497035 63.48248-69.002695 111.508356-122.548787 147.941779 50.785984 25.945013 110.956334 43.609704 180.511051 52.442048-7.728302 8.280323-16.560647 23.184906-21.528841 33.673316-75.074933-11.592453-139.661456-32.569272-192.655525-64.034502-57.962264 32.017251-125.308895 52.99407-195.415634 66.794609-3.312129-9.384367-12.696496-25.392992-19.320754-33.121293 66.242588-10.48841 129.173046-28.1531 183.271159-55.202157-44.161725-32.017251-78.939084-72.866846-103.780054-123.65283l10.48841-3.864151h-49.12992v-34.225337h155.670081V383.654987h-176.6469v-34.225337h176.6469V278.770889h35.32938v70.658761h177.750944v34.225337h-177.750944v71.210781H2555.859838l7.176281-1.656064 23.184905 14.904582z m-255.033962 20.976819c23.184906 43.609704 56.858221 80.043127 100.467925 108.748248 44.161725-28.1531 80.043127-63.48248 104.332075-108.748248h-204.8zM2834.630728 292.571429c-13.800539 34.777358-30.361186 69.554717-49.129919 101.571967v308.580054h-34.225337V447.689488c-14.904582 20.976819-31.465229 40.297574-46.921833 56.306199-4.416173-7.728302-14.904582-25.945013-21.528841-34.225337 47.473854-45.265768 91.63558-115.924528 118.132614-188.239353l33.673316 11.040432z m270.490566 123.65283h-58.514286v240.12938c0 25.945013-7.728302 36.985445-24.84097 41.953639-18.216712 5.520216-49.129919 6.072237-99.915903 5.520215-1.656065-8.832345-8.280323-24.84097-13.248518-34.225337 39.193531 1.656065 77.283019 1.656065 88.32345 1.104043 10.48841-1.104043 14.352561-3.864151 14.352561-14.35256V416.224259h-187.687332v-34.225337h187.687332V283.739084h34.777359v97.707816h58.514285v34.777359z m-184.375202 178.854986c-13.800539-28.705121-43.609704-78.939084-67.346631-115.924528l29.809164-13.800539c24.288949 35.881402 55.202156 84.459299 70.106739 112.612399l-32.569272 17.112668z" |
| 434 | fill="#595757" p-id="24749"></path> | 434 | fill="#595757" p-id="24749"></path> |
| 435 | </svg> | 435 | </svg> |
| 436 | </el-radio> | 436 | </el-radio> |
| 437 | <el-radio v-if="language==1" border value="3"> | 437 | <el-radio v-if="language==1" border value="3"> |
| ... | @@ -439,37 +439,37 @@ | ... | @@ -439,37 +439,37 @@ |
| 439 | <svg class="icon" height="40" p-id="22654" t="1709002828937" | 439 | <svg class="icon" height="40" p-id="22654" t="1709002828937" |
| 440 | version="1.1" viewBox="0 0 4220 1024" width="94" xmlns="http://www.w3.org/2000/svg"> | 440 | version="1.1" viewBox="0 0 4220 1024" width="94" xmlns="http://www.w3.org/2000/svg"> |
| 441 | <path | 441 | <path |
| 442 | d="M3249.722604 229.409369h-232.537679c-15.641548 0-29.197556 11.470468-32.325865 27.112016l-93.849287 595.421589c-2.08554 11.470468 7.299389 21.898167 18.769857 21.898167h118.875764c11.470468 0 20.855397-8.342159 21.898167-18.769858l27.112016-168.928717c2.08554-15.641548 15.641548-27.112016 32.325866-27.112016h72.99389c153.287169 0 240.879837-74.03666 263.820774-221.06721 10.427699-63.608961 0-114.704684-29.197556-150.158859-31.283096-38.582485-89.678208-58.395112-167.885947-58.395112z m27.112016 216.89613c-12.513238 83.421589-76.1222 83.421589-137.645621 83.421589h-35.454175l25.026476-155.372709c1.04277-9.384929 9.384929-16.684318 18.769858-16.684318h15.641547c41.710794 0 81.336049 0 102.191447 23.983707 12.513238 14.598778 15.641548 35.454175 11.470468 64.651731z" | 442 | d="M3249.722604 229.409369h-232.537679c-15.641548 0-29.197556 11.470468-32.325865 27.112016l-93.849287 595.421589c-2.08554 11.470468 7.299389 21.898167 18.769857 21.898167h118.875764c11.470468 0 20.855397-8.342159 21.898167-18.769858l27.112016-168.928717c2.08554-15.641548 15.641548-27.112016 32.325866-27.112016h72.99389c153.287169 0 240.879837-74.03666 263.820774-221.06721 10.427699-63.608961 0-114.704684-29.197556-150.158859-31.283096-38.582485-89.678208-58.395112-167.885947-58.395112z m27.112016 216.89613c-12.513238 83.421589-76.1222 83.421589-137.645621 83.421589h-35.454175l25.026476-155.372709c1.04277-9.384929 9.384929-16.684318 18.769858-16.684318h15.641547c41.710794 0 81.336049 0 102.191447 23.983707 12.513238 14.598778 15.641548 35.454175 11.470468 64.651731z" |
| 443 | fill="#009CDE" p-id="22655"></path> | 443 | fill="#009CDE" p-id="22655"></path> |
| 444 | <path | 444 | <path |
| 445 | d="M1594.84684 229.409369h-232.537678c-15.641548 0-29.197556 11.470468-32.325866 27.112016l-93.849287 595.421589c-2.08554 11.470468 7.299389 21.898167 18.769857 21.898167h110.533605c15.641548 0 29.197556-11.470468 32.325866-27.112017l25.026476-160.586558c2.08554-15.641548 15.641548-27.112016 32.325866-27.112016h72.99389c153.287169 0 240.879837-74.03666 263.820774-221.06721 10.427699-63.608961 0-114.704684-29.197556-150.158859-31.283096-38.582485-89.678208-58.395112-167.885947-58.395112z m27.112016 216.89613c-12.513238 83.421589-76.1222 83.421589-137.645621 83.421589h-35.454175l25.026476-155.372709c1.04277-9.384929 9.384929-16.684318 18.769858-16.684318h15.641548c41.710794 0 81.336049 0 102.191446 23.983707 12.513238 14.598778 15.641548 35.454175 11.470468 64.651731zM2288.288795 443.177189h-111.576375c-9.384929 0-17.727088 7.299389-18.769857 16.684318l-5.213849 31.283096-7.299389-11.470469c-23.983707-34.411405-77.164969-46.924644-131.389002-46.924643-123.046843 0-227.323829 92.806517-248.179226 223.152749-10.427699 64.651731 4.171079 127.217923 41.710794 171.014257 34.411405 39.625255 82.378819 56.309572 139.731161 56.309572 99.063136 0 153.287169-63.608961 153.287169-63.608961l-5.21385 31.283096c-2.08554 11.470468 7.299389 21.898167 18.769858 21.898167h100.105906c15.641548 0 29.197556-11.470468 32.325866-27.112017l60.480652-380.610998c2.08554-10.427699-6.256619-21.898167-18.769858-21.898167z m-154.329939 216.896131c-10.427699 63.608961-61.523422 106.362525-125.132383 106.362525-32.325866 0-58.395112-10.427699-75.079429-30.240326-16.684318-19.812627-22.940937-46.924644-17.727088-78.207739 10.427699-62.566191 61.523422-107.405295 124.089613-107.405295 31.283096 0 57.352342 10.427699 74.03666 30.240326 17.727088 20.855397 25.026477 47.967413 19.812627 79.250509z" | 445 | d="M1594.84684 229.409369h-232.537678c-15.641548 0-29.197556 11.470468-32.325866 27.112016l-93.849287 595.421589c-2.08554 11.470468 7.299389 21.898167 18.769857 21.898167h110.533605c15.641548 0 29.197556-11.470468 32.325866-27.112017l25.026476-160.586558c2.08554-15.641548 15.641548-27.112016 32.325866-27.112016h72.99389c153.287169 0 240.879837-74.03666 263.820774-221.06721 10.427699-63.608961 0-114.704684-29.197556-150.158859-31.283096-38.582485-89.678208-58.395112-167.885947-58.395112z m27.112016 216.89613c-12.513238 83.421589-76.1222 83.421589-137.645621 83.421589h-35.454175l25.026476-155.372709c1.04277-9.384929 9.384929-16.684318 18.769858-16.684318h15.641548c41.710794 0 81.336049 0 102.191446 23.983707 12.513238 14.598778 15.641548 35.454175 11.470468 64.651731zM2288.288795 443.177189h-111.576375c-9.384929 0-17.727088 7.299389-18.769857 16.684318l-5.213849 31.283096-7.299389-11.470469c-23.983707-34.411405-77.164969-46.924644-131.389002-46.924643-123.046843 0-227.323829 92.806517-248.179226 223.152749-10.427699 64.651731 4.171079 127.217923 41.710794 171.014257 34.411405 39.625255 82.378819 56.309572 139.731161 56.309572 99.063136 0 153.287169-63.608961 153.287169-63.608961l-5.21385 31.283096c-2.08554 11.470468 7.299389 21.898167 18.769858 21.898167h100.105906c15.641548 0 29.197556-11.470468 32.325866-27.112017l60.480652-380.610998c2.08554-10.427699-6.256619-21.898167-18.769858-21.898167z m-154.329939 216.896131c-10.427699 63.608961-61.523422 106.362525-125.132383 106.362525-32.325866 0-58.395112-10.427699-75.079429-30.240326-16.684318-19.812627-22.940937-46.924644-17.727088-78.207739 10.427699-62.566191 61.523422-107.405295 124.089613-107.405295 31.283096 0 57.352342 10.427699 74.03666 30.240326 17.727088 20.855397 25.026477 47.967413 19.812627 79.250509z" |
| 446 | fill="#003087" p-id="22656"></path> | 446 | fill="#003087" p-id="22656"></path> |
| 447 | <path | 447 | <path |
| 448 | d="M3943.164559 443.177189h-111.576375c-9.384929 0-17.727088 7.299389-18.769857 16.684318l-5.21385 31.283096-7.299389-11.470469c-23.983707-34.411405-77.164969-46.924644-131.389002-46.924643-123.046843 0-227.323829 92.806517-248.179226 223.152749-10.427699 64.651731 4.171079 127.217923 41.710795 171.014257 34.411405 39.625255 82.378819 56.309572 139.73116 56.309572 99.063136 0 153.287169-63.608961 153.28717-63.608961l-5.21385 31.283096c-2.08554 11.470468 7.299389 21.898167 18.769858 21.898167h100.105906c15.641548 0 29.197556-11.470468 32.325866-27.112017l60.480651-380.610998c2.08554-10.427699-6.256619-21.898167-18.769857-21.898167z m-154.329939 216.896131c-10.427699 63.608961-61.523422 106.362525-125.132383 106.362525-32.325866 0-58.395112-10.427699-75.07943-30.240326-16.684318-19.812627-22.940937-46.924644-17.727087-78.207739 10.427699-62.566191 61.523422-107.405295 124.089613-107.405295 31.283096 0 57.352342 10.427699 74.03666 30.240326 17.727088 20.855397 25.026477 47.967413 19.812627 79.250509z" | 448 | d="M3943.164559 443.177189h-111.576375c-9.384929 0-17.727088 7.299389-18.769857 16.684318l-5.21385 31.283096-7.299389-11.470469c-23.983707-34.411405-77.164969-46.924644-131.389002-46.924643-123.046843 0-227.323829 92.806517-248.179226 223.152749-10.427699 64.651731 4.171079 127.217923 41.710795 171.014257 34.411405 39.625255 82.378819 56.309572 139.73116 56.309572 99.063136 0 153.287169-63.608961 153.28717-63.608961l-5.21385 31.283096c-2.08554 11.470468 7.299389 21.898167 18.769858 21.898167h100.105906c15.641548 0 29.197556-11.470468 32.325866-27.112017l60.480651-380.610998c2.08554-10.427699-6.256619-21.898167-18.769857-21.898167z m-154.329939 216.896131c-10.427699 63.608961-61.523422 106.362525-125.132383 106.362525-32.325866 0-58.395112-10.427699-75.07943-30.240326-16.684318-19.812627-22.940937-46.924644-17.727087-78.207739 10.427699-62.566191 61.523422-107.405295 124.089613-107.405295 31.283096 0 57.352342 10.427699 74.03666 30.240326 17.727088 20.855397 25.026477 47.967413 19.812627 79.250509z" |
| 449 | fill="#009CDE" p-id="22657"></path> | 449 | fill="#009CDE" p-id="22657"></path> |
| 450 | <path | 450 | <path |
| 451 | d="M2880.582074 443.177189h-111.576375c-10.427699 0-20.855397 5.213849-27.112016 14.598778l-154.329939 227.323829-65.694501-217.9389c-4.171079-13.556008-16.684318-22.940937-31.283096-22.940937h-109.490835c-13.556008 0-22.940937 13.556008-18.769857 26.069247l123.046843 360.79837-115.747454 162.672098c-9.384929 12.513238 0 30.240326 15.641548 30.240326h111.576375c10.427699 0 20.855397-5.213849 26.069246-13.556008l371.226069-535.983707c11.470468-13.556008 2.08554-31.283096-13.556008-31.283096z" | 451 | d="M2880.582074 443.177189h-111.576375c-10.427699 0-20.855397 5.213849-27.112016 14.598778l-154.329939 227.323829-65.694501-217.9389c-4.171079-13.556008-16.684318-22.940937-31.283096-22.940937h-109.490835c-13.556008 0-22.940937 13.556008-18.769857 26.069247l123.046843 360.79837-115.747454 162.672098c-9.384929 12.513238 0 30.240326 15.641548 30.240326h111.576375c10.427699 0 20.855397-5.213849 26.069246-13.556008l371.226069-535.983707c11.470468-13.556008 2.08554-31.283096-13.556008-31.283096z" |
| 452 | fill="#003087" p-id="22658"></path> | 452 | fill="#003087" p-id="22658"></path> |
| 453 | <path | 453 | <path |
| 454 | d="M4074.553561 245.050916l-94.892057 605.849288c-2.08554 11.470468 7.299389 21.898167 18.769857 21.898167h95.934827c15.641548 0 29.197556-11.470468 32.325866-27.112017l93.849287-595.421588c2.08554-11.470468-7.299389-21.898167-18.769857-21.898167h-107.405296c-10.427699 1.04277-18.769857 7.299389-19.812627 16.684317z" | 454 | d="M4074.553561 245.050916l-94.892057 605.849288c-2.08554 11.470468 7.299389 21.898167 18.769857 21.898167h95.934827c15.641548 0 29.197556-11.470468 32.325866-27.112017l93.849287-595.421588c2.08554-11.470468-7.299389-21.898167-18.769857-21.898167h-107.405296c-10.427699 1.04277-18.769857 7.299389-19.812627 16.684317z" |
| 455 | fill="#009CDE" p-id="22659"></path> | 455 | fill="#009CDE" p-id="22659"></path> |
| 456 | <path | 456 | <path |
| 457 | d="M782.529121 259.649695c12.513238-79.250509 0-133.474542-42.753564-182.484726C691.808143 22.940937 606.301015 0 496.81018 0H178.765374c-21.898167 0-41.710794 16.684318-44.839104 38.582485L0.451728 879.05499c-3.12831 16.684318 10.427699 31.283096 27.112016 31.283096h196.040733l-13.556008 85.507128c-2.08554 14.598778 9.384929 27.112016 23.983707 27.112016h165.800407c19.812627 0 36.496945-14.598778 39.625255-33.368635l2.08554-8.342159 31.283095-198.126273 2.08554-10.427699c3.12831-19.812627 19.812627-33.368635 39.625255-33.368635h25.026476c160.586558 0 285.718941-64.651731 322.215886-253.393075 15.641548-79.250509 7.299389-144.94501-33.368635-190.826884-12.513238-13.556008-28.154786-26.069246-45.881874-35.454175" | 457 | d="M782.529121 259.649695c12.513238-79.250509 0-133.474542-42.753564-182.484726C691.808143 22.940937 606.301015 0 496.81018 0H178.765374c-21.898167 0-41.710794 16.684318-44.839104 38.582485L0.451728 879.05499c-3.12831 16.684318 10.427699 31.283096 27.112016 31.283096h196.040733l-13.556008 85.507128c-2.08554 14.598778 9.384929 27.112016 23.983707 27.112016h165.800407c19.812627 0 36.496945-14.598778 39.625255-33.368635l2.08554-8.342159 31.283095-198.126273 2.08554-10.427699c3.12831-19.812627 19.812627-33.368635 39.625255-33.368635h25.026476c160.586558 0 285.718941-64.651731 322.215886-253.393075 15.641548-79.250509 7.299389-144.94501-33.368635-190.826884-12.513238-13.556008-28.154786-26.069246-45.881874-35.454175" |
| 458 | fill="#009CDE" p-id="22660"></path> | 458 | fill="#009CDE" p-id="22660"></path> |
| 459 | <path | 459 | <path |
| 460 | d="M782.529121 259.649695c12.513238-79.250509 0-133.474542-42.753564-182.484726C691.808143 22.940937 606.301015 0 496.81018 0H178.765374c-21.898167 0-41.710794 16.684318-44.839104 38.582485L0.451728 879.05499c-3.12831 16.684318 10.427699 31.283096 27.112016 31.283096h196.040733l49.010184-312.830958-1.04277 9.384929c3.12831-21.898167 21.898167-38.582485 44.839104-38.582485h93.849287c183.527495 0 327.429735-74.03666 369.140529-289.89002l3.12831-18.769857" | 460 | d="M782.529121 259.649695c12.513238-79.250509 0-133.474542-42.753564-182.484726C691.808143 22.940937 606.301015 0 496.81018 0H178.765374c-21.898167 0-41.710794 16.684318-44.839104 38.582485L0.451728 879.05499c-3.12831 16.684318 10.427699 31.283096 27.112016 31.283096h196.040733l49.010184-312.830958-1.04277 9.384929c3.12831-21.898167 21.898167-38.582485 44.839104-38.582485h93.849287c183.527495 0 327.429735-74.03666 369.140529-289.89002l3.12831-18.769857" |
| 461 | fill="#012169" p-id="22661"></path> | 461 | fill="#012169" p-id="22661"></path> |
| 462 | <path | 462 | <path |
| 463 | d="M326.838693 260.692464c2.08554-13.556008 10.427699-23.983707 21.898167-30.240326 5.213849-2.08554 11.470468-4.171079 16.684318-4.171079h250.264766c29.197556 0 57.352342 2.08554 82.378819 6.256619 7.299389 1.04277 14.598778 2.08554 20.855397 4.17108 7.299389 1.04277 13.556008 3.12831 19.812627 5.213849l9.384929 3.128309c12.513238 4.171079 23.983707 9.384929 34.411405 14.598779 12.513238-79.250509 0-133.474542-42.753564-182.484726C691.808143 22.940937 606.301015 0 496.81018 0H178.765374c-21.898167 0-41.710794 16.684318-44.839104 38.582485L0.451728 879.05499c-3.12831 16.684318 10.427699 31.283096 27.112016 31.283096h196.040733l49.010184-312.830958L326.838693 260.692464z" | 463 | d="M326.838693 260.692464c2.08554-13.556008 10.427699-23.983707 21.898167-30.240326 5.213849-2.08554 11.470468-4.171079 16.684318-4.171079h250.264766c29.197556 0 57.352342 2.08554 82.378819 6.256619 7.299389 1.04277 14.598778 2.08554 20.855397 4.17108 7.299389 1.04277 13.556008 3.12831 19.812627 5.213849l9.384929 3.128309c12.513238 4.171079 23.983707 9.384929 34.411405 14.598779 12.513238-79.250509 0-133.474542-42.753564-182.484726C691.808143 22.940937 606.301015 0 496.81018 0H178.765374c-21.898167 0-41.710794 16.684318-44.839104 38.582485L0.451728 879.05499c-3.12831 16.684318 10.427699 31.283096 27.112016 31.283096h196.040733l49.010184-312.830958L326.838693 260.692464z" |
| 464 | fill="#003087" p-id="22662"></path> | 464 | fill="#003087" p-id="22662"></path> |
| 465 | </svg> | 465 | </svg> |
| 466 | </el-radio> | 466 | </el-radio> |
| 467 | <!-- <el-radio value="4" v-if="language==0&&type=='hotel'" border>--> | 467 | <el-radio value="4" v-if="language==0&&type=='hotel'" border> |
| 468 | <!-- 对公打款--> | 468 | 对公打款 |
| 469 | <!-- </el-radio>--> | 469 | </el-radio> |
| 470 | <!-- <el-radio v-if="language==1&&type=='hotel'" border value="5">--> | 470 | <el-radio v-if="language==1&&type=='hotel'" border value="5"> |
| 471 | <!-- Corporate payment--> | 471 | Corporate payment |
| 472 | <!-- </el-radio>--> | 472 | </el-radio> |
| 473 | </el-radio-group> | 473 | </el-radio-group> |
| 474 | <div v-if="payType == '2'&&wePayCodeUrl"> | 474 | <div v-if="payType == '2'&&wePayCodeUrl"> |
| 475 | <div class="payImgbox flexCenter"> | 475 | <div class="payImgbox flexCenter"> |
| ... | @@ -494,7 +494,7 @@ | ... | @@ -494,7 +494,7 @@ |
| 494 | </div> | 494 | </div> |
| 495 | </div> | 495 | </div> |
| 496 | </div> | 496 | </div> |
| 497 | 497 | ||
| 498 | <!-- 线下支付且待支付状态--> | 498 | <!-- 线下支付且待支付状态--> |
| 499 | <el-row v-if="(form.paymentType=='4'|| form.paymentType=='5')&&form.viewStatus=='0'" class="proofBox"> | 499 | <el-row v-if="(form.paymentType=='4'|| form.paymentType=='5')&&form.viewStatus=='0'" class="proofBox"> |
| 500 | <el-col :lg="12"> | 500 | <el-col :lg="12"> |
| ... | @@ -515,8 +515,8 @@ | ... | @@ -515,8 +515,8 @@ |
| 515 | <el-button round type="primary" @click="submitProof">提交凭证</el-button> | 515 | <el-button round type="primary" @click="submitProof">提交凭证</el-button> |
| 516 | </el-col> | 516 | </el-col> |
| 517 | </el-row> | 517 | </el-row> |
| 518 | 518 | ||
| 519 | 519 | ||
| 520 | <el-row align="middle" class="mt20 mb60" justify="center"> | 520 | <el-row align="middle" class="mt20 mb60" justify="center"> |
| 521 | <el-col :span="24" class="text-center"> | 521 | <el-col :span="24" class="text-center"> |
| 522 | <el-button v-if="!hideconfirmbtn&&form.viewStatus == '0'" class="btn-lineG w200px" round type="primary" | 522 | <el-button v-if="!hideconfirmbtn&&form.viewStatus == '0'" class="btn-lineG w200px" round type="primary" |
| ... | @@ -529,10 +529,10 @@ | ... | @@ -529,10 +529,10 @@ |
| 529 | <el-button v-if="form.viewStatus == '0'" class="underline" link @click="cancel"> | 529 | <el-button v-if="form.viewStatus == '0'" class="underline" link @click="cancel"> |
| 530 | {{ language == 0 ? '取消订单' : 'Cancel Order' }} | 530 | {{ language == 0 ? '取消订单' : 'Cancel Order' }} |
| 531 | </el-button> | 531 | </el-button> |
| 532 | 532 | ||
| 533 | </el-col> | 533 | </el-col> |
| 534 | </el-row> | 534 | </el-row> |
| 535 | 535 | ||
| 536 | <div v-if="form.payDate&&form.viewStatus=='1'"> | 536 | <div v-if="form.payDate&&form.viewStatus=='1'"> |
| 537 | <div class="text-center"> | 537 | <div class="text-center"> |
| 538 | <el-icon color="#32B16C" size="80"> | 538 | <el-icon color="#32B16C" size="80"> |
| ... | @@ -544,12 +544,12 @@ | ... | @@ -544,12 +544,12 @@ |
| 544 | </div> | 544 | </div> |
| 545 | </el-card> | 545 | </el-card> |
| 546 | </div> | 546 | </div> |
| 547 | 547 | ||
| 548 | <div v-if="errorBox" class="box"> | 548 | <div v-if="errorBox" class="box"> |
| 549 | <el-result | 549 | <el-result |
| 550 | :sub-title="language==0?'请确认订单号是否正确':'Please confirm if the order number is correct'" | 550 | :sub-title="language==0?'请确认订单号是否正确':'Please confirm if the order number is correct'" |
| 551 | :title="language==0?'未找到对应订单':'No corresponding order found'" | 551 | :title="language==0?'未找到对应订单':'No corresponding order found'" |
| 552 | icon="error" | 552 | icon="error" |
| 553 | > | 553 | > |
| 554 | <template #extra> | 554 | <template #extra> |
| 555 | <el-button class="btn-lineG w200px" round type="primary" @click="goHome"> | 555 | <el-button class="btn-lineG w200px" round type="primary" @click="goHome"> |
| ... | @@ -559,7 +559,7 @@ | ... | @@ -559,7 +559,7 @@ |
| 559 | </el-result> | 559 | </el-result> |
| 560 | </div> | 560 | </div> |
| 561 | <Dialog ref="DialogRef"/> | 561 | <Dialog ref="DialogRef"/> |
| 562 | 562 | ||
| 563 | <el-dialog v-model="showSJDialog" :close-on-click-modal="false" :close-on-press-escape="false" | 563 | <el-dialog v-model="showSJDialog" :close-on-click-modal="false" :close-on-press-escape="false" |
| 564 | :title="language==0?'开收据':'Issue a receipt'" width="460px"> | 564 | :title="language==0?'开收据':'Issue a receipt'" width="460px"> |
| 565 | <div class="flex"> | 565 | <div class="flex"> |
| ... | @@ -579,9 +579,9 @@ | ... | @@ -579,9 +579,9 @@ |
| 579 | </el-dialog> | 579 | </el-dialog> |
| 580 | <el-dialog v-model="showOfflineSuccessDialog" :title="language==0?'提示':'Tip'" width="460px"> | 580 | <el-dialog v-model="showOfflineSuccessDialog" :title="language==0?'提示':'Tip'" width="460px"> |
| 581 | <el-result | 581 | <el-result |
| 582 | :sub-title="language==0?'请在7日内上传凭证,否则订单取消':'Please upload the payment receipt within 7 days, otherwise the order will be cancelled'" | 582 | :sub-title="language==0?'请在7日内上传凭证,否则订单取消':'Please upload the payment receipt within 7 days, otherwise the order will be cancelled'" |
| 583 | :title="language==0?'订单已提交':'Order submitted'" | 583 | :title="language==0?'订单已提交':'Order submitted'" |
| 584 | icon="success" | 584 | icon="success" |
| 585 | > | 585 | > |
| 586 | <template #extra> | 586 | <template #extra> |
| 587 | <el-button class="btn-lineG w200px" round type="primary" @click="downOfflineInvoice"> | 587 | <el-button class="btn-lineG w200px" round type="primary" @click="downOfflineInvoice"> |
| ... | @@ -764,15 +764,15 @@ async function getTicketOrderInfoFN() { | ... | @@ -764,15 +764,15 @@ async function getTicketOrderInfoFN() { |
| 764 | form.value.extJson.message = JSON.parse(form.value.extJson.message) | 764 | form.value.extJson.message = JSON.parse(form.value.extJson.message) |
| 765 | await getDetail(form.value.extJson.ticketDate.activityId) | 765 | await getDetail(form.value.extJson.ticketDate.activityId) |
| 766 | matchId.value = form.value.extJson.ticketDate.activityId | 766 | matchId.value = form.value.extJson.ticketDate.activityId |
| 767 | 767 | ||
| 768 | totalFee.value = language.value == 0 ? form.value.total : form.value.totalEn | 768 | totalFee.value = language.value == 0 ? form.value.total : form.value.totalEn |
| 769 | } catch (e) { | 769 | } catch (e) { |
| 770 | console.log(e) | 770 | console.log(e) |
| 771 | } finally { | 771 | } finally { |
| 772 | 772 | ||
| 773 | } | 773 | } |
| 774 | console.log(form.value) | 774 | console.log(form.value) |
| 775 | 775 | ||
| 776 | } | 776 | } |
| 777 | 777 | ||
| 778 | async function getDetail(activeId) { | 778 | async function getDetail(activeId) { |
| ... | @@ -886,13 +886,13 @@ function MakeUpOrder() { | ... | @@ -886,13 +886,13 @@ function MakeUpOrder() { |
| 886 | 886 | ||
| 887 | function MakeUpIno() { | 887 | function MakeUpIno() { |
| 888 | booking.getMealOrderInfoByLogex({asmId: form.value.asmId}).then(res => { | 888 | booking.getMealOrderInfoByLogex({asmId: form.value.asmId}).then(res => { |
| 889 | formInfo.value = res.data | 889 | formInfo.value = res.data |
| 890 | console.log(res) | 890 | console.log(res) |
| 891 | }) | 891 | }) |
| 892 | .catch((e) => { | 892 | .catch((e) => { |
| 893 | console.log(e) | 893 | console.log(e) |
| 894 | errorBox.value = true | 894 | errorBox.value = true |
| 895 | }) | 895 | }) |
| 896 | } | 896 | } |
| 897 | 897 | ||
| 898 | 898 | ||
| ... | @@ -954,7 +954,7 @@ function exportPdf() { | ... | @@ -954,7 +954,7 @@ function exportPdf() { |
| 954 | ...obj | 954 | ...obj |
| 955 | }, `Hotel Reservation.pdf`) | 955 | }, `Hotel Reservation.pdf`) |
| 956 | } | 956 | } |
| 957 | 957 | ||
| 958 | } | 958 | } |
| 959 | 959 | ||
| 960 | // 套餐详情 | 960 | // 套餐详情 |
| ... | @@ -1008,7 +1008,7 @@ const showSJ = () => { | ... | @@ -1008,7 +1008,7 @@ const showSJ = () => { |
| 1008 | // proxy.download(`/ota/norder/getReceipt/${obj.orderId}`, { | 1008 | // proxy.download(`/ota/norder/getReceipt/${obj.orderId}`, { |
| 1009 | // ...obj | 1009 | // ...obj |
| 1010 | // }, `Receipt_${new Date().getTime()}.pdf`) | 1010 | // }, `Receipt_${new Date().getTime()}.pdf`) |
| 1011 | 1011 | ||
| 1012 | // 报名 | 1012 | // 报名 |
| 1013 | proxy.download(`/ota/norder/getReceipt/${obj.orderId}`, { | 1013 | proxy.download(`/ota/norder/getReceipt/${obj.orderId}`, { |
| 1014 | ...obj | 1014 | ...obj |
| ... | @@ -1086,27 +1086,27 @@ const submitProof = () => { | ... | @@ -1086,27 +1086,27 @@ const submitProof = () => { |
| 1086 | width: 100%; | 1086 | width: 100%; |
| 1087 | max-width: 1000px; | 1087 | max-width: 1000px; |
| 1088 | margin: 20px auto; | 1088 | margin: 20px auto; |
| 1089 | 1089 | ||
| 1090 | .head { | 1090 | .head { |
| 1091 | background: #EFF2F7; | 1091 | background: #EFF2F7; |
| 1092 | height: 50px; | 1092 | height: 50px; |
| 1093 | font-size: 16px; | 1093 | font-size: 16px; |
| 1094 | font-weight: 400; | 1094 | font-weight: 400; |
| 1095 | } | 1095 | } |
| 1096 | 1096 | ||
| 1097 | th { | 1097 | th { |
| 1098 | background: #FAFBFD; | 1098 | background: #FAFBFD; |
| 1099 | font-size: 14px; | 1099 | font-size: 14px; |
| 1100 | border-bottom: 1px solid #E5E5E5; | 1100 | border-bottom: 1px solid #E5E5E5; |
| 1101 | border-right: 1px solid #E5E5E5; | 1101 | border-right: 1px solid #E5E5E5; |
| 1102 | } | 1102 | } |
| 1103 | 1103 | ||
| 1104 | td { | 1104 | td { |
| 1105 | border-bottom: 1px solid #E5E5E5; | 1105 | border-bottom: 1px solid #E5E5E5; |
| 1106 | border-right: 1px solid #E5E5E5; | 1106 | border-right: 1px solid #E5E5E5; |
| 1107 | padding: 10px; | 1107 | padding: 10px; |
| 1108 | } | 1108 | } |
| 1109 | 1109 | ||
| 1110 | &.table-border { | 1110 | &.table-border { |
| 1111 | border-top: 1px solid #E5E5E5; | 1111 | border-top: 1px solid #E5E5E5; |
| 1112 | border-left: 1px solid #E5E5E5; | 1112 | border-left: 1px solid #E5E5E5; |
| ... | @@ -1125,23 +1125,23 @@ const submitProof = () => { | ... | @@ -1125,23 +1125,23 @@ const submitProof = () => { |
| 1125 | 1125 | ||
| 1126 | .result { | 1126 | .result { |
| 1127 | font-size: 22px; | 1127 | font-size: 22px; |
| 1128 | 1128 | ||
| 1129 | .flex { | 1129 | .flex { |
| 1130 | display: flex; | 1130 | display: flex; |
| 1131 | align-items: center; | 1131 | align-items: center; |
| 1132 | font-weight: 500; | 1132 | font-weight: 500; |
| 1133 | 1133 | ||
| 1134 | img { | 1134 | img { |
| 1135 | margin-right: 10px | 1135 | margin-right: 10px |
| 1136 | } | 1136 | } |
| 1137 | } | 1137 | } |
| 1138 | 1138 | ||
| 1139 | .priceb { | 1139 | .priceb { |
| 1140 | color: #7B7F83; | 1140 | color: #7B7F83; |
| 1141 | font-size: 16px; | 1141 | font-size: 16px; |
| 1142 | text-align: right; | 1142 | text-align: right; |
| 1143 | line-height: 50px; | 1143 | line-height: 50px; |
| 1144 | 1144 | ||
| 1145 | span { | 1145 | span { |
| 1146 | font-weight: bold; | 1146 | font-weight: bold; |
| 1147 | font-size: 22px; | 1147 | font-size: 22px; |
| ... | @@ -1154,7 +1154,7 @@ const submitProof = () => { | ... | @@ -1154,7 +1154,7 @@ const submitProof = () => { |
| 1154 | .skeletonBox { | 1154 | .skeletonBox { |
| 1155 | position: relative; | 1155 | position: relative; |
| 1156 | overflow: hidden; | 1156 | overflow: hidden; |
| 1157 | 1157 | ||
| 1158 | .btn-lineG { | 1158 | .btn-lineG { |
| 1159 | position: absolute; | 1159 | position: absolute; |
| 1160 | left: 0; | 1160 | left: 0; |
| ... | @@ -1164,7 +1164,7 @@ const submitProof = () => { | ... | @@ -1164,7 +1164,7 @@ const submitProof = () => { |
| 1164 | bottom: 0; | 1164 | bottom: 0; |
| 1165 | width: 200px; | 1165 | width: 200px; |
| 1166 | box-shadow: 0 0 1000px 500px rgba(255, 255, 255, 0.5); | 1166 | box-shadow: 0 0 1000px 500px rgba(255, 255, 255, 0.5); |
| 1167 | 1167 | ||
| 1168 | } | 1168 | } |
| 1169 | } | 1169 | } |
| 1170 | 1170 | ||
| ... | @@ -1176,26 +1176,26 @@ const submitProof = () => { | ... | @@ -1176,26 +1176,26 @@ const submitProof = () => { |
| 1176 | 1176 | ||
| 1177 | .priceBar { | 1177 | .priceBar { |
| 1178 | padding: 0 0 20px; | 1178 | padding: 0 0 20px; |
| 1179 | 1179 | ||
| 1180 | .flex { | 1180 | .flex { |
| 1181 | display: flex; | 1181 | display: flex; |
| 1182 | justify-content: right; | 1182 | justify-content: right; |
| 1183 | align-items: baseline; | 1183 | align-items: baseline; |
| 1184 | 1184 | ||
| 1185 | .item { | 1185 | .item { |
| 1186 | font-size: 16px; | 1186 | font-size: 16px; |
| 1187 | margin-right: 15px; | 1187 | margin-right: 15px; |
| 1188 | 1188 | ||
| 1189 | label { | 1189 | label { |
| 1190 | color: #95A1A6; | 1190 | color: #95A1A6; |
| 1191 | } | 1191 | } |
| 1192 | 1192 | ||
| 1193 | span { | 1193 | span { |
| 1194 | font-family: DIN Alternate; | 1194 | font-family: DIN Alternate; |
| 1195 | } | 1195 | } |
| 1196 | } | 1196 | } |
| 1197 | } | 1197 | } |
| 1198 | 1198 | ||
| 1199 | .size26 { | 1199 | .size26 { |
| 1200 | font-size: 26px; | 1200 | font-size: 26px; |
| 1201 | } | 1201 | } | ... | ... |
| ... | @@ -9,12 +9,12 @@ | ... | @@ -9,12 +9,12 @@ |
| 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> | 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> |
| 10 | <div class="box forPc" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> | 10 | <div class="box forPc" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> |
| 11 | <img class="slogen" src="@/assets/logo/banner-text.png"/> | 11 | <img class="slogen" src="@/assets/logo/banner-text.png"/> |
| 12 | 12 | ||
| 13 | <div class="btabs"> | 13 | <div class="btabs"> |
| 14 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> | 14 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> |
| 15 | </div> | 15 | </div> |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | <div v-if="!liveData || liveData.videoStatus==0"> | 18 | <div v-if="!liveData || liveData.videoStatus==0"> |
| 19 | <!-- <div class="banner-count bb"></div>--> | 19 | <!-- <div class="banner-count bb"></div>--> |
| 20 | </div> | 20 | </div> |
| ... | @@ -68,7 +68,7 @@ | ... | @@ -68,7 +68,7 @@ |
| 68 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> | 68 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> |
| 69 | <div style="position: absolute;left: 0;right: 0;bottom: 0;margin: auto;"> | 69 | <div style="position: absolute;left: 0;right: 0;bottom: 0;margin: auto;"> |
| 70 | <!-- <img class="slogen" src="@/assets/logo/banner-text.png"/>--> | 70 | <!-- <img class="slogen" src="@/assets/logo/banner-text.png"/>--> |
| 71 | 71 | ||
| 72 | <div v-if="currentDateTime < liveData.videoStart" class="banner-count" @click="goliveUrl"> | 72 | <div v-if="currentDateTime < liveData.videoStart" class="banner-count" @click="goliveUrl"> |
| 73 | 距离直播开始 | 73 | 距离直播开始 |
| 74 | <van-count-down :time="liveStartTime" format="DD 天 HH 时 mm 分 ss 秒"> | 74 | <van-count-down :time="liveStartTime" format="DD 天 HH 时 mm 分 ss 秒"> |
| ... | @@ -103,15 +103,15 @@ | ... | @@ -103,15 +103,15 @@ |
| 103 | </el-carousel-item> | 103 | </el-carousel-item> |
| 104 | </el-carousel> | 104 | </el-carousel> |
| 105 | </div> | 105 | </div> |
| 106 | 106 | ||
| 107 | <div class="mb30"> | 107 | <div class="mb30"> |
| 108 | <home-weather-bar/> | 108 | <home-weather-bar/> |
| 109 | </div> | 109 | </div> |
| 110 | 110 | ||
| 111 | <div class="box"> | 111 | <div class="box"> |
| 112 | <HomeQuick :cpt-name="matchData?.name" :match-id="matchData?.id" @pick-up="handlePickup"/> | 112 | <HomeQuick :cpt-name="matchData?.name" :match-id="matchData?.id" @pick-up="handlePickup"/> |
| 113 | </div> | 113 | </div> |
| 114 | 114 | ||
| 115 | <div id="part0" class="box part"> | 115 | <div id="part0" class="box part"> |
| 116 | <el-row :gutter="20"> | 116 | <el-row :gutter="20"> |
| 117 | <el-col :lg="12" :sm="24"> | 117 | <el-col :lg="12" :sm="24"> |
| ... | @@ -136,12 +136,12 @@ | ... | @@ -136,12 +136,12 @@ |
| 136 | <home-calendar/> | 136 | <home-calendar/> |
| 137 | </el-card> | 137 | </el-card> |
| 138 | </el-col> | 138 | </el-col> |
| 139 | 139 | ||
| 140 | </el-row> | 140 | </el-row> |
| 141 | </div> | 141 | </div> |
| 142 | <!-- 新闻 --> | 142 | <!-- 新闻 --> |
| 143 | <div id="part1" class="part"> | 143 | <div id="part1" class="part"> |
| 144 | 144 | ||
| 145 | <div class="box"> | 145 | <div class="box"> |
| 146 | <div class="indexTitle"> | 146 | <div class="indexTitle"> |
| 147 | <h3 class="leftboderTT">新闻资讯</h3> | 147 | <h3 class="leftboderTT">新闻资讯</h3> |
| ... | @@ -248,13 +248,13 @@ | ... | @@ -248,13 +248,13 @@ |
| 248 | </el-card> | 248 | </el-card> |
| 249 | </div> | 249 | </div> |
| 250 | </div> | 250 | </div> |
| 251 | 251 | ||
| 252 | <div class="box"> | 252 | <div class="box"> |
| 253 | <el-row :gutter="20"> | 253 | <el-row :gutter="20"> |
| 254 | <el-col :lg="12"> | 254 | <el-col :lg="12"> |
| 255 | <div class="indexTitle"> | 255 | <div class="indexTitle"> |
| 256 | <h3 class="leftboderTT">关于我们</h3> | 256 | <h3 class="leftboderTT">关于我们</h3> |
| 257 | <a class="more" style="filter: brightness(10)">MORE</a> | 257 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> |
| 258 | </div> | 258 | </div> |
| 259 | <div class="aboutBox"> | 259 | <div class="aboutBox"> |
| 260 | <div class="content"> | 260 | <div class="content"> |
| ... | @@ -264,23 +264,23 @@ | ... | @@ -264,23 +264,23 @@ |
| 264 | <a class="btn-black" href="#/about/wuDao" style="display: inline-flex;align-items: center;">了解更多<img | 264 | <a class="btn-black" href="#/about/wuDao" style="display: inline-flex;align-items: center;">了解更多<img |
| 265 | src="@/assets/v1/more.png" style="filter: brightness(2);height: 8px"/></a> | 265 | src="@/assets/v1/more.png" style="filter: brightness(2);height: 8px"/></a> |
| 266 | </div> | 266 | </div> |
| 267 | 267 | ||
| 268 | </div> | 268 | </div> |
| 269 | </el-col> | 269 | </el-col> |
| 270 | <el-col :lg="12"> | 270 | <el-col :lg="12"> |
| 271 | <div class="indexTitle"> | 271 | <div class="indexTitle"> |
| 272 | <h3 class="leftboderTT">联系我们</h3> | 272 | <h3 class="leftboderTT">联系我们</h3> |
| 273 | <a class="more" style="filter: brightness(10)">MORE</a> | 273 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> |
| 274 | </div> | 274 | </div> |
| 275 | <div class="mapBox"> | 275 | <div class="mapBox"> |
| 276 | <div class="content"> | 276 | <div class="content"> |
| 277 | <div class="phone"> | 277 | <div class="phone"> |
| 278 | <h4>电话</h4> | 278 | <h4>电话</h4> |
| 279 | <p>武先生:15606190026</p> | 279 | <p>+86 15152243019</p> |
| 280 | </div> | 280 | </div> |
| 281 | <div class="address"> | 281 | <div class="address"> |
| 282 | <h4>地址</h4> | 282 | <h4>地址</h4> |
| 283 | <p>江苏省 无锡市太湖新城和风路与清舒交叉口东北100米</p> | 283 | <p>无锡市滨湖区清舒道88号</p> |
| 284 | </div> | 284 | </div> |
| 285 | <div class="email"> | 285 | <div class="email"> |
| 286 | <h4>邮箱</h4> | 286 | <h4>邮箱</h4> |
| ... | @@ -291,7 +291,7 @@ | ... | @@ -291,7 +291,7 @@ |
| 291 | </el-col> | 291 | </el-col> |
| 292 | </el-row> | 292 | </el-row> |
| 293 | </div> | 293 | </div> |
| 294 | 294 | ||
| 295 | <div class="box"> | 295 | <div class="box"> |
| 296 | <div class="indexTitle"> | 296 | <div class="indexTitle"> |
| 297 | <h3 class="leftboderTT">合作伙伴</h3> | 297 | <h3 class="leftboderTT">合作伙伴</h3> |
| ... | @@ -389,17 +389,17 @@ const init = () => { | ... | @@ -389,17 +389,17 @@ const init = () => { |
| 389 | ).then(res => { | 389 | ).then(res => { |
| 390 | newest2.value = res.rows | 390 | newest2.value = res.rows |
| 391 | }) | 391 | }) |
| 392 | 392 | ||
| 393 | getNewsListById({pageSize: 6, pageNum: 1, sortId: '20000000'}).then(res => { | 393 | getNewsListById({pageSize: 6, pageNum: 1, sortId: '20000000'}).then(res => { |
| 394 | newsList.value = res.rows | 394 | newsList.value = res.rows |
| 395 | }) | 395 | }) |
| 396 | 396 | ||
| 397 | async function getMatchSet(id) { | 397 | async function getMatchSet(id) { |
| 398 | const res = await getBaseInfoByActiveId(id) | 398 | const res = await getBaseInfoByActiveId(id) |
| 399 | form.value = res.data ?? null | 399 | form.value = res.data ?? null |
| 400 | console.log(form.value) | 400 | console.log(form.value) |
| 401 | } | 401 | } |
| 402 | 402 | ||
| 403 | match.getMaList({topFlag: 1}).then((res) => { | 403 | match.getMaList({topFlag: 1}).then((res) => { |
| 404 | maList.value = res.rows | 404 | maList.value = res.rows |
| 405 | for (let n of maList.value) { | 405 | for (let n of maList.value) { |
| ... | @@ -419,7 +419,7 @@ const init = () => { | ... | @@ -419,7 +419,7 @@ const init = () => { |
| 419 | getMatchInfo(matchData.value.id) | 419 | getMatchInfo(matchData.value.id) |
| 420 | getMatchSet(matchData.value.id) | 420 | getMatchSet(matchData.value.id) |
| 421 | }) | 421 | }) |
| 422 | 422 | ||
| 423 | match.getLabelList().then(res => { | 423 | match.getLabelList().then(res => { |
| 424 | tabList.value = res.data | 424 | tabList.value = res.data |
| 425 | }) | 425 | }) |
| ... | @@ -525,7 +525,7 @@ const handlePickup = () => { | ... | @@ -525,7 +525,7 @@ const handlePickup = () => { |
| 525 | 525 | ||
| 526 | const goliveUrl = () => { | 526 | const goliveUrl = () => { |
| 527 | ElMessage.warning('暂未开放') | 527 | ElMessage.warning('暂未开放') |
| 528 | 528 | ||
| 529 | // if (liveData.value.videoStatus == "1") { | 529 | // if (liveData.value.videoStatus == "1") { |
| 530 | // window.open(liveData.value.videoUrlCn) | 530 | // window.open(liveData.value.videoUrlCn) |
| 531 | // } else { | 531 | // } else { |
| ... | @@ -535,7 +535,7 @@ const goliveUrl = () => { | ... | @@ -535,7 +535,7 @@ const goliveUrl = () => { |
| 535 | const gopicliveUrl = () => { | 535 | const gopicliveUrl = () => { |
| 536 | proxy.$modal.msgWarning('暂未开放') | 536 | proxy.$modal.msgWarning('暂未开放') |
| 537 | return | 537 | return |
| 538 | 538 | ||
| 539 | if (liveData.value.picStatus == "1") { | 539 | if (liveData.value.picStatus == "1") { |
| 540 | window.open(liveData.value.picUrlCn) | 540 | window.open(liveData.value.picUrlCn) |
| 541 | } else { | 541 | } else { |
| ... | @@ -556,7 +556,7 @@ const gopicliveUrl = () => { | ... | @@ -556,7 +556,7 @@ const gopicliveUrl = () => { |
| 556 | position: absolute; | 556 | position: absolute; |
| 557 | bottom: 60px; | 557 | bottom: 60px; |
| 558 | gap: 10px; | 558 | gap: 10px; |
| 559 | 559 | ||
| 560 | div { | 560 | div { |
| 561 | color: #fff; | 561 | color: #fff; |
| 562 | background-color: rgba(0, 0, 0, 0.5); | 562 | background-color: rgba(0, 0, 0, 0.5); |
| ... | @@ -565,7 +565,7 @@ const gopicliveUrl = () => { | ... | @@ -565,7 +565,7 @@ const gopicliveUrl = () => { |
| 565 | border-radius: 50px; | 565 | border-radius: 50px; |
| 566 | padding: 6px 20px; | 566 | padding: 6px 20px; |
| 567 | } | 567 | } |
| 568 | 568 | ||
| 569 | div:hover { | 569 | div:hover { |
| 570 | cursor: pointer; | 570 | cursor: pointer; |
| 571 | background: #fff; | 571 | background: #fff; |
| ... | @@ -584,18 +584,18 @@ const gopicliveUrl = () => { | ... | @@ -584,18 +584,18 @@ const gopicliveUrl = () => { |
| 584 | .zn-Box { | 584 | .zn-Box { |
| 585 | .bgbg { | 585 | .bgbg { |
| 586 | padding: 5%; | 586 | padding: 5%; |
| 587 | 587 | ||
| 588 | img { | 588 | img { |
| 589 | margin: 5% 0 | 589 | margin: 5% 0 |
| 590 | } | 590 | } |
| 591 | } | 591 | } |
| 592 | 592 | ||
| 593 | .itemBox { | 593 | .itemBox { |
| 594 | padding: 20px 0; | 594 | padding: 20px 0; |
| 595 | } | 595 | } |
| 596 | 596 | ||
| 597 | border-radius: 15px; | 597 | border-radius: 15px; |
| 598 | 598 | ||
| 599 | .zn-btn { | 599 | .zn-btn { |
| 600 | background: #FFFFFF; | 600 | background: #FFFFFF; |
| 601 | font-size: 18px; | 601 | font-size: 18px; |
| ... | @@ -605,8 +605,8 @@ const gopicliveUrl = () => { | ... | @@ -605,8 +605,8 @@ const gopicliveUrl = () => { |
| 605 | display: inline-flex; | 605 | display: inline-flex; |
| 606 | align-items: center; | 606 | align-items: center; |
| 607 | } | 607 | } |
| 608 | 608 | ||
| 609 | 609 | ||
| 610 | } | 610 | } |
| 611 | 611 | ||
| 612 | .app-main { | 612 | .app-main { |
| ... | @@ -623,12 +623,12 @@ const gopicliveUrl = () => { | ... | @@ -623,12 +623,12 @@ const gopicliveUrl = () => { |
| 623 | height: 450px; | 623 | height: 450px; |
| 624 | background: #000; | 624 | background: #000; |
| 625 | position: relative; | 625 | position: relative; |
| 626 | 626 | ||
| 627 | .slogen { | 627 | .slogen { |
| 628 | position: relative; | 628 | position: relative; |
| 629 | top: 130px; | 629 | top: 130px; |
| 630 | } | 630 | } |
| 631 | 631 | ||
| 632 | .picliveBtn { | 632 | .picliveBtn { |
| 633 | position: absolute; | 633 | position: absolute; |
| 634 | cursor: pointer; | 634 | cursor: pointer; |
| ... | @@ -640,7 +640,7 @@ const gopicliveUrl = () => { | ... | @@ -640,7 +640,7 @@ const gopicliveUrl = () => { |
| 640 | border: 2px solid rgba(255, 255, 255, 0.5); | 640 | border: 2px solid rgba(255, 255, 255, 0.5); |
| 641 | border-radius: 50px; | 641 | border-radius: 50px; |
| 642 | } | 642 | } |
| 643 | 643 | ||
| 644 | .banner-count { | 644 | .banner-count { |
| 645 | cursor: pointer; | 645 | cursor: pointer; |
| 646 | position: absolute; | 646 | position: absolute; |
| ... | @@ -655,7 +655,7 @@ const gopicliveUrl = () => { | ... | @@ -655,7 +655,7 @@ const gopicliveUrl = () => { |
| 655 | flex-wrap: nowrap; | 655 | flex-wrap: nowrap; |
| 656 | right: 5%; | 656 | right: 5%; |
| 657 | color: #fff; | 657 | color: #fff; |
| 658 | 658 | ||
| 659 | .van-count-down { | 659 | .van-count-down { |
| 660 | display: flex; | 660 | display: flex; |
| 661 | color: #fff; | 661 | color: #fff; |
| ... | @@ -663,7 +663,7 @@ const gopicliveUrl = () => { | ... | @@ -663,7 +663,7 @@ const gopicliveUrl = () => { |
| 663 | width: 360px; | 663 | width: 360px; |
| 664 | font-size: 41px; | 664 | font-size: 41px; |
| 665 | } | 665 | } |
| 666 | 666 | ||
| 667 | .block { | 667 | .block { |
| 668 | color: #fff; | 668 | color: #fff; |
| 669 | text-align: center; | 669 | text-align: center; |
| ... | @@ -671,7 +671,7 @@ const gopicliveUrl = () => { | ... | @@ -671,7 +671,7 @@ const gopicliveUrl = () => { |
| 671 | font-size: 41px; | 671 | font-size: 41px; |
| 672 | font-family: DIN Alternate; | 672 | font-family: DIN Alternate; |
| 673 | } | 673 | } |
| 674 | 674 | ||
| 675 | .colon { | 675 | .colon { |
| 676 | color: #fff; | 676 | color: #fff; |
| 677 | display: block; | 677 | display: block; |
| ... | @@ -679,27 +679,27 @@ const gopicliveUrl = () => { | ... | @@ -679,27 +679,27 @@ const gopicliveUrl = () => { |
| 679 | font-size: 20px; | 679 | font-size: 20px; |
| 680 | } | 680 | } |
| 681 | } | 681 | } |
| 682 | 682 | ||
| 683 | .bb { | 683 | .bb { |
| 684 | width: 580px; | 684 | width: 580px; |
| 685 | justify-content: center; | 685 | justify-content: center; |
| 686 | height: 100px; | 686 | height: 100px; |
| 687 | font-size: 30px; | 687 | font-size: 30px; |
| 688 | } | 688 | } |
| 689 | 689 | ||
| 690 | .banner-count.bb:hover { | 690 | .banner-count.bb:hover { |
| 691 | box-shadow: 0 0 20px #453DEA; | 691 | box-shadow: 0 0 20px #453DEA; |
| 692 | border-radius: 100px; | 692 | border-radius: 100px; |
| 693 | background: #000 | 693 | background: #000 |
| 694 | } | 694 | } |
| 695 | 695 | ||
| 696 | .box { | 696 | .box { |
| 697 | position: absolute; | 697 | position: absolute; |
| 698 | height: 100%; | 698 | height: 100%; |
| 699 | left: 0; | 699 | left: 0; |
| 700 | right: 0; | 700 | right: 0; |
| 701 | } | 701 | } |
| 702 | 702 | ||
| 703 | h3 { | 703 | h3 { |
| 704 | position: absolute; | 704 | position: absolute; |
| 705 | color: #fff; | 705 | color: #fff; |
| ... | @@ -708,7 +708,7 @@ const gopicliveUrl = () => { | ... | @@ -708,7 +708,7 @@ const gopicliveUrl = () => { |
| 708 | bottom: 50px; | 708 | bottom: 50px; |
| 709 | font-size: 3vw; | 709 | font-size: 3vw; |
| 710 | } | 710 | } |
| 711 | 711 | ||
| 712 | video { | 712 | video { |
| 713 | width: 100%; | 713 | width: 100%; |
| 714 | height: 100%; | 714 | height: 100%; |
| ... | @@ -723,26 +723,26 @@ const gopicliveUrl = () => { | ... | @@ -723,26 +723,26 @@ const gopicliveUrl = () => { |
| 723 | .banner { | 723 | .banner { |
| 724 | position: relative; | 724 | position: relative; |
| 725 | margin: 0 0 30px; | 725 | margin: 0 0 30px; |
| 726 | 726 | ||
| 727 | :deep(.el-carousel__arrow) { | 727 | :deep(.el-carousel__arrow) { |
| 728 | border-radius: 0; | 728 | border-radius: 0; |
| 729 | 729 | ||
| 730 | .el-icon { | 730 | .el-icon { |
| 731 | color: transparent; | 731 | color: transparent; |
| 732 | } | 732 | } |
| 733 | 733 | ||
| 734 | &:hover { | 734 | &:hover { |
| 735 | filter: brightness(1.5) | 735 | filter: brightness(1.5) |
| 736 | } | 736 | } |
| 737 | } | 737 | } |
| 738 | 738 | ||
| 739 | :deep(.el-carousel__arrow--left) { | 739 | :deep(.el-carousel__arrow--left) { |
| 740 | background: url("@/assets/images/prev2@2x.png") no-repeat center; | 740 | background: url("@/assets/images/prev2@2x.png") no-repeat center; |
| 741 | width: 78px; | 741 | width: 78px; |
| 742 | height: 45px; | 742 | height: 45px; |
| 743 | background-size: contain; | 743 | background-size: contain; |
| 744 | } | 744 | } |
| 745 | 745 | ||
| 746 | :deep(.el-carousel__arrow--right) { | 746 | :deep(.el-carousel__arrow--right) { |
| 747 | background: url("@/assets/images/next2@2x.png") no-repeat center; | 747 | background: url("@/assets/images/next2@2x.png") no-repeat center; |
| 748 | width: 78px; | 748 | width: 78px; |
| ... | @@ -763,7 +763,7 @@ const gopicliveUrl = () => { | ... | @@ -763,7 +763,7 @@ const gopicliveUrl = () => { |
| 763 | .ggbond { | 763 | .ggbond { |
| 764 | height: 230px; | 764 | height: 230px; |
| 765 | position: relative; | 765 | position: relative; |
| 766 | 766 | ||
| 767 | img { | 767 | img { |
| 768 | height: 100%; | 768 | height: 100%; |
| 769 | object-fit: cover; | 769 | object-fit: cover; |
| ... | @@ -781,17 +781,17 @@ const gopicliveUrl = () => { | ... | @@ -781,17 +781,17 @@ const gopicliveUrl = () => { |
| 781 | position: relative; | 781 | position: relative; |
| 782 | border-radius: 10px; | 782 | border-radius: 10px; |
| 783 | overflow: hidden; | 783 | overflow: hidden; |
| 784 | 784 | ||
| 785 | .imgbox { | 785 | .imgbox { |
| 786 | background: linear-gradient(0, #C8AAFC, #fff) | 786 | background: linear-gradient(0, #C8AAFC, #fff) |
| 787 | } | 787 | } |
| 788 | 788 | ||
| 789 | img { | 789 | img { |
| 790 | height: 350px; | 790 | height: 350px; |
| 791 | width: 100%; | 791 | width: 100%; |
| 792 | object-fit: cover; | 792 | object-fit: cover; |
| 793 | } | 793 | } |
| 794 | 794 | ||
| 795 | h3 { | 795 | h3 { |
| 796 | color: #fff; | 796 | color: #fff; |
| 797 | background: url("@/assets/dance/name_bg.png") no-repeat center; | 797 | background: url("@/assets/dance/name_bg.png") no-repeat center; |
| ... | @@ -804,7 +804,7 @@ const gopicliveUrl = () => { | ... | @@ -804,7 +804,7 @@ const gopicliveUrl = () => { |
| 804 | width: 100%; | 804 | width: 100%; |
| 805 | bottom: 30px; | 805 | bottom: 30px; |
| 806 | } | 806 | } |
| 807 | 807 | ||
| 808 | p { | 808 | p { |
| 809 | text-align: center; | 809 | text-align: center; |
| 810 | margin: 25px 0 0; | 810 | margin: 25px 0 0; |
| ... | @@ -815,7 +815,7 @@ const gopicliveUrl = () => { | ... | @@ -815,7 +815,7 @@ const gopicliveUrl = () => { |
| 815 | @media screen and (max-width: 1650px) { | 815 | @media screen and (max-width: 1650px) { |
| 816 | .teacher { | 816 | .teacher { |
| 817 | height: 320px; | 817 | height: 320px; |
| 818 | 818 | ||
| 819 | .imgbox { | 819 | .imgbox { |
| 820 | img { | 820 | img { |
| 821 | height: 260px | 821 | height: 260px |
| ... | @@ -828,7 +828,7 @@ const gopicliveUrl = () => { | ... | @@ -828,7 +828,7 @@ const gopicliveUrl = () => { |
| 828 | .teacher { | 828 | .teacher { |
| 829 | height: 450px; | 829 | height: 450px; |
| 830 | margin: 0 0 20px; | 830 | margin: 0 0 20px; |
| 831 | 831 | ||
| 832 | .imgbox { | 832 | .imgbox { |
| 833 | img { | 833 | img { |
| 834 | height: 390px | 834 | height: 390px |
| ... | @@ -841,7 +841,7 @@ const gopicliveUrl = () => { | ... | @@ -841,7 +841,7 @@ const gopicliveUrl = () => { |
| 841 | .teacher { | 841 | .teacher { |
| 842 | height: 400px; | 842 | height: 400px; |
| 843 | margin: 0 0 20px; | 843 | margin: 0 0 20px; |
| 844 | 844 | ||
| 845 | .imgbox { | 845 | .imgbox { |
| 846 | img { | 846 | img { |
| 847 | height: 340px | 847 | height: 340px |
| ... | @@ -854,7 +854,7 @@ const gopicliveUrl = () => { | ... | @@ -854,7 +854,7 @@ const gopicliveUrl = () => { |
| 854 | .teacher { | 854 | .teacher { |
| 855 | height: 400px; | 855 | height: 400px; |
| 856 | margin: 0 0 20px; | 856 | margin: 0 0 20px; |
| 857 | 857 | ||
| 858 | .imgbox { | 858 | .imgbox { |
| 859 | img { | 859 | img { |
| 860 | height: 260px | 860 | height: 260px |
| ... | @@ -869,7 +869,7 @@ const gopicliveUrl = () => { | ... | @@ -869,7 +869,7 @@ const gopicliveUrl = () => { |
| 869 | background-size: cover; | 869 | background-size: cover; |
| 870 | padding: 40px 60px; | 870 | padding: 40px 60px; |
| 871 | position: relative; | 871 | position: relative; |
| 872 | 872 | ||
| 873 | .content { | 873 | .content { |
| 874 | font-size: 18px; | 874 | font-size: 18px; |
| 875 | line-height: 2.2; | 875 | line-height: 2.2; |
| ... | @@ -878,7 +878,7 @@ const gopicliveUrl = () => { | ... | @@ -878,7 +878,7 @@ const gopicliveUrl = () => { |
| 878 | text-align: left; | 878 | text-align: left; |
| 879 | text-indent: 2em; | 879 | text-indent: 2em; |
| 880 | } | 880 | } |
| 881 | 881 | ||
| 882 | .shadowbox { | 882 | .shadowbox { |
| 883 | position: absolute; | 883 | position: absolute; |
| 884 | left: 0; | 884 | left: 0; |
| ... | @@ -887,7 +887,7 @@ const gopicliveUrl = () => { | ... | @@ -887,7 +887,7 @@ const gopicliveUrl = () => { |
| 887 | width: 100%; | 887 | width: 100%; |
| 888 | background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); | 888 | background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); |
| 889 | } | 889 | } |
| 890 | 890 | ||
| 891 | .btn-lineG { | 891 | .btn-lineG { |
| 892 | } | 892 | } |
| 893 | } | 893 | } |
| ... | @@ -899,11 +899,11 @@ const gopicliveUrl = () => { | ... | @@ -899,11 +899,11 @@ const gopicliveUrl = () => { |
| 899 | padding: 1px; | 899 | padding: 1px; |
| 900 | position: relative; | 900 | position: relative; |
| 901 | display: flex; | 901 | display: flex; |
| 902 | 902 | ||
| 903 | .content { | 903 | .content { |
| 904 | background: #fff; | 904 | background: #fff; |
| 905 | width: 60%; | 905 | width: 50%; |
| 906 | left: 40px; | 906 | right: 40px; |
| 907 | padding: 30px; | 907 | padding: 30px; |
| 908 | position: absolute; | 908 | position: absolute; |
| 909 | height: 90%; | 909 | height: 90%; |
| ... | @@ -911,33 +911,33 @@ const gopicliveUrl = () => { | ... | @@ -911,33 +911,33 @@ const gopicliveUrl = () => { |
| 911 | bottom: 0; | 911 | bottom: 0; |
| 912 | margin: auto; | 912 | margin: auto; |
| 913 | } | 913 | } |
| 914 | 914 | ||
| 915 | div { | 915 | div { |
| 916 | padding-left: 60px; | 916 | padding-left: 60px; |
| 917 | } | 917 | } |
| 918 | 918 | ||
| 919 | .phone { | 919 | .phone { |
| 920 | background: url("@/assets/dance/map01.png") no-repeat left; | 920 | background: url("@/assets/dance/map01.png") no-repeat left; |
| 921 | background-size: 30px; | 921 | background-size: 30px; |
| 922 | } | 922 | } |
| 923 | 923 | ||
| 924 | .address { | 924 | .address { |
| 925 | background: url("@/assets/dance/map02.png") no-repeat left; | 925 | background: url("@/assets/dance/map02.png") no-repeat left; |
| 926 | background-size: 30px; | 926 | background-size: 30px; |
| 927 | margin: 50px 0; | 927 | margin: 50px 0; |
| 928 | } | 928 | } |
| 929 | 929 | ||
| 930 | .email { | 930 | .email { |
| 931 | background: url("@/assets/dance/map03.png") no-repeat left; | 931 | background: url("@/assets/dance/map03.png") no-repeat left; |
| 932 | background-size: 30px; | 932 | background-size: 30px; |
| 933 | } | 933 | } |
| 934 | 934 | ||
| 935 | h4 { | 935 | h4 { |
| 936 | margin: 0; | 936 | margin: 0; |
| 937 | font-size: 16px; | 937 | font-size: 16px; |
| 938 | color: #AAAAAA; | 938 | color: #AAAAAA; |
| 939 | } | 939 | } |
| 940 | 940 | ||
| 941 | p { | 941 | p { |
| 942 | margin: 13px 0 0; | 942 | margin: 13px 0 0; |
| 943 | } | 943 | } |
| ... | @@ -948,7 +948,7 @@ const gopicliveUrl = () => { | ... | @@ -948,7 +948,7 @@ const gopicliveUrl = () => { |
| 948 | height: 180px; | 948 | height: 180px; |
| 949 | border-radius: 10px; | 949 | border-radius: 10px; |
| 950 | margin: 0 0 30px; | 950 | margin: 0 0 30px; |
| 951 | 951 | ||
| 952 | img { | 952 | img { |
| 953 | width: 100%; | 953 | width: 100%; |
| 954 | height: 100%; | 954 | height: 100%; |
| ... | @@ -961,7 +961,7 @@ const gopicliveUrl = () => { | ... | @@ -961,7 +961,7 @@ const gopicliveUrl = () => { |
| 961 | position: relative; | 961 | position: relative; |
| 962 | height: 100%; | 962 | height: 100%; |
| 963 | padding: 20px 45px; | 963 | padding: 20px 45px; |
| 964 | 964 | ||
| 965 | .picprev { | 965 | .picprev { |
| 966 | position: absolute; | 966 | position: absolute; |
| 967 | left: 5px; | 967 | left: 5px; |
| ... | @@ -970,12 +970,12 @@ const gopicliveUrl = () => { | ... | @@ -970,12 +970,12 @@ const gopicliveUrl = () => { |
| 970 | margin: auto; | 970 | margin: auto; |
| 971 | height: 33px; | 971 | height: 33px; |
| 972 | cursor: pointer; | 972 | cursor: pointer; |
| 973 | 973 | ||
| 974 | &:hover { | 974 | &:hover { |
| 975 | filter: brightness(2) | 975 | filter: brightness(2) |
| 976 | } | 976 | } |
| 977 | } | 977 | } |
| 978 | 978 | ||
| 979 | .picnext { | 979 | .picnext { |
| 980 | position: absolute; | 980 | position: absolute; |
| 981 | right: 5px; | 981 | right: 5px; |
| ... | @@ -984,7 +984,7 @@ const gopicliveUrl = () => { | ... | @@ -984,7 +984,7 @@ const gopicliveUrl = () => { |
| 984 | margin: auto; | 984 | margin: auto; |
| 985 | height: 33px; | 985 | height: 33px; |
| 986 | cursor: pointer; | 986 | cursor: pointer; |
| 987 | 987 | ||
| 988 | &:hover { | 988 | &:hover { |
| 989 | filter: brightness(2) | 989 | filter: brightness(2) |
| 990 | } | 990 | } |
| ... | @@ -995,7 +995,7 @@ const gopicliveUrl = () => { | ... | @@ -995,7 +995,7 @@ const gopicliveUrl = () => { |
| 995 | .teacher { | 995 | .teacher { |
| 996 | height: 460px; | 996 | height: 460px; |
| 997 | margin: 0 0 20px; | 997 | margin: 0 0 20px; |
| 998 | 998 | ||
| 999 | img { | 999 | img { |
| 1000 | height: 400px | 1000 | height: 400px |
| 1001 | } | 1001 | } |
| ... | @@ -1006,11 +1006,11 @@ const gopicliveUrl = () => { | ... | @@ -1006,11 +1006,11 @@ const gopicliveUrl = () => { |
| 1006 | .box { | 1006 | .box { |
| 1007 | width: 94% | 1007 | width: 94% |
| 1008 | } | 1008 | } |
| 1009 | 1009 | ||
| 1010 | 1010 | ||
| 1011 | .calendarList { | 1011 | .calendarList { |
| 1012 | padding: 0; | 1012 | padding: 0; |
| 1013 | 1013 | ||
| 1014 | ul { | 1014 | ul { |
| 1015 | li { | 1015 | li { |
| 1016 | margin: 10px | 1016 | margin: 10px |
| ... | @@ -1026,7 +1026,7 @@ const gopicliveUrl = () => { | ... | @@ -1026,7 +1026,7 @@ const gopicliveUrl = () => { |
| 1026 | .teacher { | 1026 | .teacher { |
| 1027 | height: 320px; | 1027 | height: 320px; |
| 1028 | margin: 0 0 20px; | 1028 | margin: 0 0 20px; |
| 1029 | 1029 | ||
| 1030 | img { | 1030 | img { |
| 1031 | height: 260px | 1031 | height: 260px |
| 1032 | } | 1032 | } |
| ... | @@ -1038,17 +1038,17 @@ const gopicliveUrl = () => { | ... | @@ -1038,17 +1038,17 @@ const gopicliveUrl = () => { |
| 1038 | div { | 1038 | div { |
| 1039 | padding-left: 40px; | 1039 | padding-left: 40px; |
| 1040 | } | 1040 | } |
| 1041 | 1041 | ||
| 1042 | .content { | 1042 | .content { |
| 1043 | width: 80%; | 1043 | width: 80%; |
| 1044 | left: 10%; | 1044 | left: 10%; |
| 1045 | padding: 10px 20px 0 20px; | 1045 | padding: 10px 20px 0 20px; |
| 1046 | } | 1046 | } |
| 1047 | 1047 | ||
| 1048 | .address { | 1048 | .address { |
| 1049 | margin: 30px 0; | 1049 | margin: 30px 0; |
| 1050 | } | 1050 | } |
| 1051 | 1051 | ||
| 1052 | p { | 1052 | p { |
| 1053 | text-align: left; | 1053 | text-align: left; |
| 1054 | word-break: break-all; | 1054 | word-break: break-all; |
| ... | @@ -1063,19 +1063,19 @@ const gopicliveUrl = () => { | ... | @@ -1063,19 +1063,19 @@ const gopicliveUrl = () => { |
| 1063 | width: auto; | 1063 | width: auto; |
| 1064 | left: 0; | 1064 | left: 0; |
| 1065 | right: 0; | 1065 | right: 0; |
| 1066 | 1066 | ||
| 1067 | .van-count-down { | 1067 | .van-count-down { |
| 1068 | margin: 30px 0 0; | 1068 | margin: 30px 0 0; |
| 1069 | } | 1069 | } |
| 1070 | } | 1070 | } |
| 1071 | 1071 | ||
| 1072 | .bgbg { | 1072 | .bgbg { |
| 1073 | text-align: center; | 1073 | text-align: center; |
| 1074 | 1074 | ||
| 1075 | img { | 1075 | img { |
| 1076 | max-width: 100%; | 1076 | max-width: 100%; |
| 1077 | } | 1077 | } |
| 1078 | 1078 | ||
| 1079 | h1 { | 1079 | h1 { |
| 1080 | text-align: center | 1080 | text-align: center |
| 1081 | } | 1081 | } |
| ... | @@ -1088,7 +1088,7 @@ const gopicliveUrl = () => { | ... | @@ -1088,7 +1088,7 @@ const gopicliveUrl = () => { |
| 1088 | z-index: 2; | 1088 | z-index: 2; |
| 1089 | background: #F04035; | 1089 | background: #F04035; |
| 1090 | padding: 2px 4px; | 1090 | padding: 2px 4px; |
| 1091 | 1091 | ||
| 1092 | &::after { | 1092 | &::after { |
| 1093 | content: ''; | 1093 | content: ''; |
| 1094 | width: 0; | 1094 | width: 0; |
| ... | @@ -1099,12 +1099,12 @@ const gopicliveUrl = () => { | ... | @@ -1099,12 +1099,12 @@ const gopicliveUrl = () => { |
| 1099 | border-top: 24px solid #F04035; | 1099 | border-top: 24px solid #F04035; |
| 1100 | border-right: 15px solid transparent; | 1100 | border-right: 15px solid transparent; |
| 1101 | } | 1101 | } |
| 1102 | 1102 | ||
| 1103 | .van-count-down { | 1103 | .van-count-down { |
| 1104 | display: flex; | 1104 | display: flex; |
| 1105 | color: #fff; | 1105 | color: #fff; |
| 1106 | font-size: 14px; | 1106 | font-size: 14px; |
| 1107 | 1107 | ||
| 1108 | .block { | 1108 | .block { |
| 1109 | color: #fff; | 1109 | color: #fff; |
| 1110 | text-align: center; | 1110 | text-align: center; |
| ... | @@ -1120,7 +1120,7 @@ const gopicliveUrl = () => { | ... | @@ -1120,7 +1120,7 @@ const gopicliveUrl = () => { |
| 1120 | height: 56px; | 1120 | height: 56px; |
| 1121 | justify-content: space-between; | 1121 | justify-content: space-between; |
| 1122 | cursor: pointer; | 1122 | cursor: pointer; |
| 1123 | 1123 | ||
| 1124 | h3 { | 1124 | h3 { |
| 1125 | font-weight: 400; | 1125 | font-weight: 400; |
| 1126 | margin: 0; | 1126 | margin: 0; |
| ... | @@ -1131,13 +1131,13 @@ const gopicliveUrl = () => { | ... | @@ -1131,13 +1131,13 @@ const gopicliveUrl = () => { |
| 1131 | font-size: 18px; | 1131 | font-size: 18px; |
| 1132 | color: #030303; | 1132 | color: #030303; |
| 1133 | } | 1133 | } |
| 1134 | 1134 | ||
| 1135 | span { | 1135 | span { |
| 1136 | font-weight: 400; | 1136 | font-weight: 400; |
| 1137 | font-size: 14px; | 1137 | font-size: 14px; |
| 1138 | color: #B4B6B8; | 1138 | color: #B4B6B8; |
| 1139 | } | 1139 | } |
| 1140 | 1140 | ||
| 1141 | &:hover { | 1141 | &:hover { |
| 1142 | background: #F7F8FC; | 1142 | background: #F7F8FC; |
| 1143 | } | 1143 | } |
| ... | @@ -1152,12 +1152,12 @@ const gopicliveUrl = () => { | ... | @@ -1152,12 +1152,12 @@ const gopicliveUrl = () => { |
| 1152 | } | 1152 | } |
| 1153 | .newline { | 1153 | .newline { |
| 1154 | height: 40px; | 1154 | height: 40px; |
| 1155 | 1155 | ||
| 1156 | h3 { | 1156 | h3 { |
| 1157 | width: 70%; | 1157 | width: 70%; |
| 1158 | font-size: 14px; | 1158 | font-size: 14px; |
| 1159 | } | 1159 | } |
| 1160 | 1160 | ||
| 1161 | span { | 1161 | span { |
| 1162 | font-size: 12px; | 1162 | font-size: 12px; |
| 1163 | } | 1163 | } | ... | ... |
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> | 9 | <img :src="fillImgUrl(n.bgImgUrl)" class="bannerImg"> |
| 10 | <div class="box" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> | 10 | <div class="box" style="position: absolute;top: 0;left: 0;right: 0;margin: auto;"> |
| 11 | <img class="slogen" src="@/assets/logo/banner-text.png"/> | 11 | <img class="slogen" src="@/assets/logo/banner-text.png"/> |
| 12 | 12 | ||
| 13 | <div class="btabs"> | 13 | <div class="btabs"> |
| 14 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> | 14 | <div v-for="tab in tabList" @click.stop="goMatchWithTab(n,tab.id)">{{ tab.customTitle }}</div> |
| 15 | </div> | 15 | </div> |
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | </template> | 36 | </template> |
| 37 | </van-count-down> | 37 | </van-count-down> |
| 38 | </div> | 38 | </div> |
| 39 | 39 | ||
| 40 | <div v-if="liveData&& liveData.videoStatus==1&&form.isLivePic==1" @click.stop="goliveUrl"> | 40 | <div v-if="liveData&& liveData.videoStatus==1&&form.isLivePic==1" @click.stop="goliveUrl"> |
| 41 | <div v-if="(currentDateTime>liveData.videoStart)&&(currentDateTime<liveData.videoEnd)" | 41 | <div v-if="(currentDateTime>liveData.videoStart)&&(currentDateTime<liveData.videoEnd)" |
| 42 | class="banner-count"> | 42 | class="banner-count"> |
| ... | @@ -94,16 +94,16 @@ | ... | @@ -94,16 +94,16 @@ |
| 94 | </el-carousel-item> | 94 | </el-carousel-item> |
| 95 | </el-carousel> | 95 | </el-carousel> |
| 96 | </div> | 96 | </div> |
| 97 | 97 | ||
| 98 | <div class="mb30"> | 98 | <div class="mb30"> |
| 99 | <home-weather-bar :lang="1"/> | 99 | <home-weather-bar :lang="1"/> |
| 100 | </div> | 100 | </div> |
| 101 | 101 | ||
| 102 | <div class="box"> | 102 | <div class="box"> |
| 103 | <HomeQuick :cpt-name="matchData?.name" :match-id="matchData?.id" @pick-up="handlePickup"/> | 103 | <HomeQuick :cpt-name="matchData?.name" :match-id="matchData?.id" @pick-up="handlePickup"/> |
| 104 | </div> | 104 | </div> |
| 105 | 105 | ||
| 106 | 106 | ||
| 107 | <div id="part0" class="box part"> | 107 | <div id="part0" class="box part"> |
| 108 | <el-row :gutter="20"> | 108 | <el-row :gutter="20"> |
| 109 | <el-col :lg="12" :sm="24"> | 109 | <el-col :lg="12" :sm="24"> |
| ... | @@ -128,12 +128,12 @@ | ... | @@ -128,12 +128,12 @@ |
| 128 | <home-calendar/> | 128 | <home-calendar/> |
| 129 | </el-card> | 129 | </el-card> |
| 130 | </el-col> | 130 | </el-col> |
| 131 | 131 | ||
| 132 | </el-row> | 132 | </el-row> |
| 133 | </div> | 133 | </div> |
| 134 | <!-- NEWS --> | 134 | <!-- NEWS --> |
| 135 | <div id="part1" class="part"> | 135 | <div id="part1" class="part"> |
| 136 | 136 | ||
| 137 | <div class="box"> | 137 | <div class="box"> |
| 138 | <div class="indexTitle"> | 138 | <div class="indexTitle"> |
| 139 | <h3 class="leftboderTT">NEWS</h3> | 139 | <h3 class="leftboderTT">NEWS</h3> |
| ... | @@ -183,7 +183,7 @@ | ... | @@ -183,7 +183,7 @@ |
| 183 | </a> | 183 | </a> |
| 184 | </el-col> | 184 | </el-col> |
| 185 | <el-col :lg="16"> | 185 | <el-col :lg="16"> |
| 186 | 186 | ||
| 187 | <div class="swiperPic forPx"> | 187 | <div class="swiperPic forPx"> |
| 188 | <swiper | 188 | <swiper |
| 189 | :autoplay="true" :loop="true" :modules="modules" :navigation="navigationPic" | 189 | :autoplay="true" :loop="true" :modules="modules" :navigation="navigationPic" |
| ... | @@ -199,7 +199,7 @@ | ... | @@ -199,7 +199,7 @@ |
| 199 | <div class="picprev"><img src="@/assets/dance/prev1.png"></div> | 199 | <div class="picprev"><img src="@/assets/dance/prev1.png"></div> |
| 200 | <div class="picnext"><img src="@/assets/dance/next1.png"></div> | 200 | <div class="picnext"><img src="@/assets/dance/next1.png"></div> |
| 201 | </div> | 201 | </div> |
| 202 | 202 | ||
| 203 | </el-col> | 203 | </el-col> |
| 204 | </el-row> | 204 | </el-row> |
| 205 | <el-row class="news-l-r"> | 205 | <el-row class="news-l-r"> |
| ... | @@ -219,10 +219,10 @@ | ... | @@ -219,10 +219,10 @@ |
| 219 | </el-col> | 219 | </el-col> |
| 220 | </el-row> | 220 | </el-row> |
| 221 | </el-card> | 221 | </el-card> |
| 222 | 222 | ||
| 223 | </div> | 223 | </div> |
| 224 | </div> | 224 | </div> |
| 225 | 225 | ||
| 226 | <div hidden> | 226 | <div hidden> |
| 227 | <div class="box"> | 227 | <div class="box"> |
| 228 | <div class="indexTitle"> | 228 | <div class="indexTitle"> |
| ... | @@ -242,13 +242,13 @@ | ... | @@ -242,13 +242,13 @@ |
| 242 | </el-row> | 242 | </el-row> |
| 243 | </div> | 243 | </div> |
| 244 | </div> | 244 | </div> |
| 245 | 245 | ||
| 246 | <div class="box"> | 246 | <div class="box"> |
| 247 | <el-row :gutter="20"> | 247 | <el-row :gutter="20"> |
| 248 | <el-col :lg="12"> | 248 | <el-col :lg="12"> |
| 249 | <div class="indexTitle"> | 249 | <div class="indexTitle"> |
| 250 | <h3 class="leftboderTT">ABOUT US </h3> | 250 | <h3 class="leftboderTT">ABOUT US </h3> |
| 251 | <a class="more" style="filter: brightness(10)">MORE</a> | 251 | <!-- <a class="more" style="filter: brightness(10)">MORE</a>--> |
| 252 | </div> | 252 | </div> |
| 253 | <div class="aboutBox"> | 253 | <div class="aboutBox"> |
| 254 | <div class="content"> | 254 | <div class="content"> |
| ... | @@ -259,23 +259,23 @@ | ... | @@ -259,23 +259,23 @@ |
| 259 | <a class="btn-lineG" href="#/about/wuDao" style="display: inline-flex;align-items: center;">Learn more | 259 | <a class="btn-lineG" href="#/about/wuDao" style="display: inline-flex;align-items: center;">Learn more |
| 260 | <img src="@/assets/v1/more.png" style="filter: brightness(2);height: 8px;margin-left: 10px"></a> | 260 | <img src="@/assets/v1/more.png" style="filter: brightness(2);height: 8px;margin-left: 10px"></a> |
| 261 | </div> | 261 | </div> |
| 262 | 262 | ||
| 263 | </div> | 263 | </div> |
| 264 | </el-col> | 264 | </el-col> |
| 265 | <el-col :lg="12"> | 265 | <el-col :lg="12"> |
| 266 | <div class="indexTitle"> | 266 | <div class="indexTitle"> |
| 267 | <h3 class="leftboderTT">CONTACT US</h3> | 267 | <h3 class="leftboderTT">CONTACT US</h3> |
| 268 | <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a> | 268 | <!-- <a class="more" href="#/about/wuDao" style="filter: brightness(10)">MORE</a>--> |
| 269 | </div> | 269 | </div> |
| 270 | <div class="mapBox"> | 270 | <div class="mapBox"> |
| 271 | <div class="content"> | 271 | <div class="content"> |
| 272 | <div class="phone"> | 272 | <div class="phone"> |
| 273 | <h4>Phone</h4> | 273 | <h4>Phone</h4> |
| 274 | <p>Mr.WU:15606190026</p> | 274 | <p>+86 15152243019</p> |
| 275 | </div> | 275 | </div> |
| 276 | <div class="address"> | 276 | <div class="address"> |
| 277 | <h4>Address</h4> | 277 | <h4>Address</h4> |
| 278 | <p>No.88 Qingshu Road,Economic Development District, Wuxi City,Jiangsu Province,China</p> | 278 | <p>88 Qing Shu Road, Binhu District, Wuxi </p> |
| 279 | </div> | 279 | </div> |
| 280 | <div class="email"> | 280 | <div class="email"> |
| 281 | <h4>Email</h4> | 281 | <h4>Email</h4> |
| ... | @@ -286,7 +286,7 @@ | ... | @@ -286,7 +286,7 @@ |
| 286 | </el-col> | 286 | </el-col> |
| 287 | </el-row> | 287 | </el-row> |
| 288 | </div> | 288 | </div> |
| 289 | 289 | ||
| 290 | <div class="box"> | 290 | <div class="box"> |
| 291 | <div class="indexTitle"> | 291 | <div class="indexTitle"> |
| 292 | <h3 class="leftboderTT">PARTNERS</h3> | 292 | <h3 class="leftboderTT">PARTNERS</h3> |
| ... | @@ -299,8 +299,8 @@ | ... | @@ -299,8 +299,8 @@ |
| 299 | </el-col> | 299 | </el-col> |
| 300 | </el-row> | 300 | </el-row> |
| 301 | </div> | 301 | </div> |
| 302 | 302 | ||
| 303 | 303 | ||
| 304 | </div> | 304 | </div> |
| 305 | </template> | 305 | </template> |
| 306 | <script setup> | 306 | <script setup> |
| ... | @@ -405,12 +405,12 @@ const init = () => { | ... | @@ -405,12 +405,12 @@ const init = () => { |
| 405 | matchData.value = maList.value[0] | 405 | matchData.value = maList.value[0] |
| 406 | getMatchInfo(matchData.value.id) | 406 | getMatchInfo(matchData.value.id) |
| 407 | getMatchSet(matchData.value.id) | 407 | getMatchSet(matchData.value.id) |
| 408 | 408 | ||
| 409 | }) | 409 | }) |
| 410 | match.getLabelList().then(res => { | 410 | match.getLabelList().then(res => { |
| 411 | tabList.value = res.data | 411 | tabList.value = res.data |
| 412 | }) | 412 | }) |
| 413 | 413 | ||
| 414 | getpartners() | 414 | getpartners() |
| 415 | } | 415 | } |
| 416 | const getMatchInfo = (id) => { | 416 | const getMatchInfo = (id) => { |
| ... | @@ -554,7 +554,7 @@ const goDetail = (n) => { | ... | @@ -554,7 +554,7 @@ const goDetail = (n) => { |
| 554 | position: absolute; | 554 | position: absolute; |
| 555 | bottom: 60px; | 555 | bottom: 60px; |
| 556 | gap: 10px; | 556 | gap: 10px; |
| 557 | 557 | ||
| 558 | div { | 558 | div { |
| 559 | color: #fff; | 559 | color: #fff; |
| 560 | background-color: rgba(0, 0, 0, 0.5); | 560 | background-color: rgba(0, 0, 0, 0.5); |
| ... | @@ -563,7 +563,7 @@ const goDetail = (n) => { | ... | @@ -563,7 +563,7 @@ const goDetail = (n) => { |
| 563 | border-radius: 50px; | 563 | border-radius: 50px; |
| 564 | padding: 6px 20px; | 564 | padding: 6px 20px; |
| 565 | } | 565 | } |
| 566 | 566 | ||
| 567 | div:hover { | 567 | div:hover { |
| 568 | cursor: pointer; | 568 | cursor: pointer; |
| 569 | background: #fff; | 569 | background: #fff; |
| ... | @@ -581,29 +581,29 @@ const goDetail = (n) => { | ... | @@ -581,29 +581,29 @@ const goDetail = (n) => { |
| 581 | background-size: contain; | 581 | background-size: contain; |
| 582 | position: relative; | 582 | position: relative; |
| 583 | overflow: hidden; | 583 | overflow: hidden; |
| 584 | 584 | ||
| 585 | .bbbg { | 585 | .bbbg { |
| 586 | position: absolute; | 586 | position: absolute; |
| 587 | width: 100%; | 587 | width: 100%; |
| 588 | height: 100%; | 588 | height: 100%; |
| 589 | object-fit: cover; | 589 | object-fit: cover; |
| 590 | } | 590 | } |
| 591 | 591 | ||
| 592 | .bgbg { | 592 | .bgbg { |
| 593 | height: 100%; | 593 | height: 100%; |
| 594 | padding: 5%; | 594 | padding: 5%; |
| 595 | display: flex; | 595 | display: flex; |
| 596 | flex-direction: column; | 596 | flex-direction: column; |
| 597 | justify-content: center; | 597 | justify-content: center; |
| 598 | 598 | ||
| 599 | img { | 599 | img { |
| 600 | margin: 5% 0 | 600 | margin: 5% 0 |
| 601 | } | 601 | } |
| 602 | } | 602 | } |
| 603 | 603 | ||
| 604 | .itemBox { | 604 | .itemBox { |
| 605 | padding: 20px 40px; | 605 | padding: 20px 40px; |
| 606 | 606 | ||
| 607 | p { | 607 | p { |
| 608 | margin: 0; | 608 | margin: 0; |
| 609 | height: 40px; | 609 | height: 40px; |
| ... | @@ -612,9 +612,9 @@ const goDetail = (n) => { | ... | @@ -612,9 +612,9 @@ const goDetail = (n) => { |
| 612 | align-items: center; | 612 | align-items: center; |
| 613 | } | 613 | } |
| 614 | } | 614 | } |
| 615 | 615 | ||
| 616 | border-radius: 15px; | 616 | border-radius: 15px; |
| 617 | 617 | ||
| 618 | .zn-btn { | 618 | .zn-btn { |
| 619 | background: #FFFFFF; | 619 | background: #FFFFFF; |
| 620 | text-transform: uppercase; | 620 | text-transform: uppercase; |
| ... | @@ -627,7 +627,7 @@ const goDetail = (n) => { | ... | @@ -627,7 +627,7 @@ const goDetail = (n) => { |
| 627 | display: inline-flex; | 627 | display: inline-flex; |
| 628 | align-items: center; | 628 | align-items: center; |
| 629 | } | 629 | } |
| 630 | 630 | ||
| 631 | .item { | 631 | .item { |
| 632 | box-shadow: 0px 0px 21px 0px rgba(41, 23, 101, 0.14); | 632 | box-shadow: 0px 0px 21px 0px rgba(41, 23, 101, 0.14); |
| 633 | margin: 40px 0 0; | 633 | margin: 40px 0 0; |
| ... | @@ -641,7 +641,7 @@ const goDetail = (n) => { | ... | @@ -641,7 +641,7 @@ const goDetail = (n) => { |
| 641 | background-size: cover; | 641 | background-size: cover; |
| 642 | position: relative; | 642 | position: relative; |
| 643 | border-radius: 15px; | 643 | border-radius: 15px; |
| 644 | 644 | ||
| 645 | img { | 645 | img { |
| 646 | position: absolute; | 646 | position: absolute; |
| 647 | top: -30px | 647 | top: -30px |
| ... | @@ -670,12 +670,12 @@ const goDetail = (n) => { | ... | @@ -670,12 +670,12 @@ const goDetail = (n) => { |
| 670 | height: 450px; | 670 | height: 450px; |
| 671 | background: #000; | 671 | background: #000; |
| 672 | position: relative; | 672 | position: relative; |
| 673 | 673 | ||
| 674 | .slogen { | 674 | .slogen { |
| 675 | position: relative; | 675 | position: relative; |
| 676 | top: 130px; | 676 | top: 130px; |
| 677 | } | 677 | } |
| 678 | 678 | ||
| 679 | .banner-count { | 679 | .banner-count { |
| 680 | position: absolute; | 680 | position: absolute; |
| 681 | padding: 20px 40px; | 681 | padding: 20px 40px; |
| ... | @@ -695,7 +695,7 @@ const goDetail = (n) => { | ... | @@ -695,7 +695,7 @@ const goDetail = (n) => { |
| 695 | flex-wrap: nowrap; | 695 | flex-wrap: nowrap; |
| 696 | right: 5%; | 696 | right: 5%; |
| 697 | color: #fff; | 697 | color: #fff; |
| 698 | 698 | ||
| 699 | .van-count-down { | 699 | .van-count-down { |
| 700 | display: flex; | 700 | display: flex; |
| 701 | color: #fff; | 701 | color: #fff; |
| ... | @@ -703,7 +703,7 @@ const goDetail = (n) => { | ... | @@ -703,7 +703,7 @@ const goDetail = (n) => { |
| 703 | width: 360px; | 703 | width: 360px; |
| 704 | font-size: 41px; | 704 | font-size: 41px; |
| 705 | } | 705 | } |
| 706 | 706 | ||
| 707 | .block { | 707 | .block { |
| 708 | color: #fff; | 708 | color: #fff; |
| 709 | text-align: center; | 709 | text-align: center; |
| ... | @@ -711,7 +711,7 @@ const goDetail = (n) => { | ... | @@ -711,7 +711,7 @@ const goDetail = (n) => { |
| 711 | font-size: 41px; | 711 | font-size: 41px; |
| 712 | font-family: DIN Alternate; | 712 | font-family: DIN Alternate; |
| 713 | } | 713 | } |
| 714 | 714 | ||
| 715 | .colon { | 715 | .colon { |
| 716 | color: #fff; | 716 | color: #fff; |
| 717 | display: block; | 717 | display: block; |
| ... | @@ -719,27 +719,27 @@ const goDetail = (n) => { | ... | @@ -719,27 +719,27 @@ const goDetail = (n) => { |
| 719 | font-size: 20px; | 719 | font-size: 20px; |
| 720 | } | 720 | } |
| 721 | } | 721 | } |
| 722 | 722 | ||
| 723 | .bb { | 723 | .bb { |
| 724 | width: 580px; | 724 | width: 580px; |
| 725 | justify-content: center; | 725 | justify-content: center; |
| 726 | height: 100px; | 726 | height: 100px; |
| 727 | font-size: 30px; | 727 | font-size: 30px; |
| 728 | } | 728 | } |
| 729 | 729 | ||
| 730 | .banner-count.bb:hover { | 730 | .banner-count.bb:hover { |
| 731 | box-shadow: 0 0 20px #453DEA; | 731 | box-shadow: 0 0 20px #453DEA; |
| 732 | border-radius: 100px; | 732 | border-radius: 100px; |
| 733 | background: #000 | 733 | background: #000 |
| 734 | } | 734 | } |
| 735 | 735 | ||
| 736 | .box { | 736 | .box { |
| 737 | position: absolute; | 737 | position: absolute; |
| 738 | height: 100%; | 738 | height: 100%; |
| 739 | left: 0; | 739 | left: 0; |
| 740 | right: 0; | 740 | right: 0; |
| 741 | } | 741 | } |
| 742 | 742 | ||
| 743 | h3 { | 743 | h3 { |
| 744 | position: absolute; | 744 | position: absolute; |
| 745 | color: #fff; | 745 | color: #fff; |
| ... | @@ -748,7 +748,7 @@ const goDetail = (n) => { | ... | @@ -748,7 +748,7 @@ const goDetail = (n) => { |
| 748 | bottom: 50px; | 748 | bottom: 50px; |
| 749 | font-size: 3vw; | 749 | font-size: 3vw; |
| 750 | } | 750 | } |
| 751 | 751 | ||
| 752 | video { | 752 | video { |
| 753 | width: 100%; | 753 | width: 100%; |
| 754 | height: 100%; | 754 | height: 100%; |
| ... | @@ -763,26 +763,26 @@ const goDetail = (n) => { | ... | @@ -763,26 +763,26 @@ const goDetail = (n) => { |
| 763 | .banner { | 763 | .banner { |
| 764 | position: relative; | 764 | position: relative; |
| 765 | margin: 0 0 30px; | 765 | margin: 0 0 30px; |
| 766 | 766 | ||
| 767 | :deep(.el-carousel__arrow) { | 767 | :deep(.el-carousel__arrow) { |
| 768 | border-radius: 0; | 768 | border-radius: 0; |
| 769 | 769 | ||
| 770 | .el-icon { | 770 | .el-icon { |
| 771 | color: transparent; | 771 | color: transparent; |
| 772 | } | 772 | } |
| 773 | 773 | ||
| 774 | &:hover { | 774 | &:hover { |
| 775 | filter: brightness(1.5) | 775 | filter: brightness(1.5) |
| 776 | } | 776 | } |
| 777 | } | 777 | } |
| 778 | 778 | ||
| 779 | :deep(.el-carousel__arrow--left) { | 779 | :deep(.el-carousel__arrow--left) { |
| 780 | background: url("@/assets/images/prev2@2x.png") no-repeat center; | 780 | background: url("@/assets/images/prev2@2x.png") no-repeat center; |
| 781 | width: 78px; | 781 | width: 78px; |
| 782 | height: 45px; | 782 | height: 45px; |
| 783 | background-size: contain; | 783 | background-size: contain; |
| 784 | } | 784 | } |
| 785 | 785 | ||
| 786 | :deep(.el-carousel__arrow--right) { | 786 | :deep(.el-carousel__arrow--right) { |
| 787 | background: url("@/assets/images/next2@2x.png") no-repeat center; | 787 | background: url("@/assets/images/next2@2x.png") no-repeat center; |
| 788 | width: 78px; | 788 | width: 78px; |
| ... | @@ -796,38 +796,38 @@ const goDetail = (n) => { | ... | @@ -796,38 +796,38 @@ const goDetail = (n) => { |
| 796 | --el-calendar-cell-width: 40px; | 796 | --el-calendar-cell-width: 40px; |
| 797 | text-align: center; | 797 | text-align: center; |
| 798 | --el-text-color-regular: #8E8D94; | 798 | --el-text-color-regular: #8E8D94; |
| 799 | 799 | ||
| 800 | :deep(.el-calendar__header) { | 800 | :deep(.el-calendar__header) { |
| 801 | justify-content: center; | 801 | justify-content: center; |
| 802 | padding: 0 0 10px | 802 | padding: 0 0 10px |
| 803 | } | 803 | } |
| 804 | 804 | ||
| 805 | :deep(.el-calendar__body) { | 805 | :deep(.el-calendar__body) { |
| 806 | border: 1px solid #F0F0F0; | 806 | border: 1px solid #F0F0F0; |
| 807 | padding: 0 | 807 | padding: 0 |
| 808 | } | 808 | } |
| 809 | 809 | ||
| 810 | :deep(.el-calendar-table .el-calendar-day) { | 810 | :deep(.el-calendar-table .el-calendar-day) { |
| 811 | padding: 1px; | 811 | padding: 1px; |
| 812 | } | 812 | } |
| 813 | 813 | ||
| 814 | :deep(.el-calendar-table td.is-selected) { | 814 | :deep(.el-calendar-table td.is-selected) { |
| 815 | background: transparent; | 815 | background: transparent; |
| 816 | } | 816 | } |
| 817 | 817 | ||
| 818 | :deep(.el-calendar__button-group) { | 818 | :deep(.el-calendar__button-group) { |
| 819 | display: none; | 819 | display: none; |
| 820 | } | 820 | } |
| 821 | 821 | ||
| 822 | :deep(.el-calendar-table thead th) { | 822 | :deep(.el-calendar-table thead th) { |
| 823 | padding: 5px 0 0 | 823 | padding: 5px 0 0 |
| 824 | } | 824 | } |
| 825 | 825 | ||
| 826 | .primaryDate { | 826 | .primaryDate { |
| 827 | color: #fff; | 827 | color: #fff; |
| 828 | background: #000; | 828 | background: #000; |
| 829 | } | 829 | } |
| 830 | 830 | ||
| 831 | .date { | 831 | .date { |
| 832 | margin: auto; | 832 | margin: auto; |
| 833 | border-radius: 50%; | 833 | border-radius: 50%; |
| ... | @@ -843,7 +843,7 @@ const goDetail = (n) => { | ... | @@ -843,7 +843,7 @@ const goDetail = (n) => { |
| 843 | padding: 12px 20px; | 843 | padding: 12px 20px; |
| 844 | overflow: auto; | 844 | overflow: auto; |
| 845 | height: 233px; | 845 | height: 233px; |
| 846 | 846 | ||
| 847 | ul { | 847 | ul { |
| 848 | li { | 848 | li { |
| 849 | background: #F6F9FE; | 849 | background: #F6F9FE; |
| ... | @@ -853,11 +853,11 @@ const goDetail = (n) => { | ... | @@ -853,11 +853,11 @@ const goDetail = (n) => { |
| 853 | border-radius: 10px; | 853 | border-radius: 10px; |
| 854 | font-weight: 500; | 854 | font-weight: 500; |
| 855 | font-size: 15px; | 855 | font-size: 15px; |
| 856 | 856 | ||
| 857 | label { | 857 | label { |
| 858 | color: #000; | 858 | color: #000; |
| 859 | margin-right: 15px; | 859 | margin-right: 15px; |
| 860 | 860 | ||
| 861 | &::before { | 861 | &::before { |
| 862 | content: ''; | 862 | content: ''; |
| 863 | background: #fff; | 863 | background: #fff; |
| ... | @@ -873,7 +873,7 @@ const goDetail = (n) => { | ... | @@ -873,7 +873,7 @@ const goDetail = (n) => { |
| 873 | } | 873 | } |
| 874 | } | 874 | } |
| 875 | } | 875 | } |
| 876 | 876 | ||
| 877 | li::before { | 877 | li::before { |
| 878 | content: ''; | 878 | content: ''; |
| 879 | background: #000; | 879 | background: #000; |
| ... | @@ -887,7 +887,7 @@ const goDetail = (n) => { | ... | @@ -887,7 +887,7 @@ const goDetail = (n) => { |
| 887 | margin: auto; | 887 | margin: auto; |
| 888 | z-index: 1; | 888 | z-index: 1; |
| 889 | } | 889 | } |
| 890 | 890 | ||
| 891 | li::after { | 891 | li::after { |
| 892 | content: ''; | 892 | content: ''; |
| 893 | left: -16px; | 893 | left: -16px; |
| ... | @@ -897,11 +897,11 @@ const goDetail = (n) => { | ... | @@ -897,11 +897,11 @@ const goDetail = (n) => { |
| 897 | position: absolute; | 897 | position: absolute; |
| 898 | top: 20px | 898 | top: 20px |
| 899 | } | 899 | } |
| 900 | 900 | ||
| 901 | li:hover { | 901 | li:hover { |
| 902 | color: #fff; | 902 | color: #fff; |
| 903 | background: #000; | 903 | background: #000; |
| 904 | 904 | ||
| 905 | label { | 905 | label { |
| 906 | color: #fff; | 906 | color: #fff; |
| 907 | } | 907 | } |
| ... | @@ -918,7 +918,7 @@ const goDetail = (n) => { | ... | @@ -918,7 +918,7 @@ const goDetail = (n) => { |
| 918 | .ggbond { | 918 | .ggbond { |
| 919 | height: 230px; | 919 | height: 230px; |
| 920 | position: relative; | 920 | position: relative; |
| 921 | 921 | ||
| 922 | img { | 922 | img { |
| 923 | height: 100%; | 923 | height: 100%; |
| 924 | object-fit: cover; | 924 | object-fit: cover; |
| ... | @@ -936,17 +936,17 @@ const goDetail = (n) => { | ... | @@ -936,17 +936,17 @@ const goDetail = (n) => { |
| 936 | position: relative; | 936 | position: relative; |
| 937 | border-radius: 10px; | 937 | border-radius: 10px; |
| 938 | overflow: hidden; | 938 | overflow: hidden; |
| 939 | 939 | ||
| 940 | .imgbox { | 940 | .imgbox { |
| 941 | background: linear-gradient(0, #C8AAFC, #fff) | 941 | background: linear-gradient(0, #C8AAFC, #fff) |
| 942 | } | 942 | } |
| 943 | 943 | ||
| 944 | img { | 944 | img { |
| 945 | height: 350px; | 945 | height: 350px; |
| 946 | width: 100%; | 946 | width: 100%; |
| 947 | object-fit: cover; | 947 | object-fit: cover; |
| 948 | } | 948 | } |
| 949 | 949 | ||
| 950 | h3 { | 950 | h3 { |
| 951 | color: #fff; | 951 | color: #fff; |
| 952 | background: url("@/assets/dance/name_bg.png") no-repeat center; | 952 | background: url("@/assets/dance/name_bg.png") no-repeat center; |
| ... | @@ -959,7 +959,7 @@ const goDetail = (n) => { | ... | @@ -959,7 +959,7 @@ const goDetail = (n) => { |
| 959 | width: 100%; | 959 | width: 100%; |
| 960 | bottom: 30px; | 960 | bottom: 30px; |
| 961 | } | 961 | } |
| 962 | 962 | ||
| 963 | p { | 963 | p { |
| 964 | text-align: center; | 964 | text-align: center; |
| 965 | margin: 25px 0 0; | 965 | margin: 25px 0 0; |
| ... | @@ -970,7 +970,7 @@ const goDetail = (n) => { | ... | @@ -970,7 +970,7 @@ const goDetail = (n) => { |
| 970 | @media screen and (max-width: 1650px) { | 970 | @media screen and (max-width: 1650px) { |
| 971 | .teacher { | 971 | .teacher { |
| 972 | height: 320px; | 972 | height: 320px; |
| 973 | 973 | ||
| 974 | .imgbox { | 974 | .imgbox { |
| 975 | img { | 975 | img { |
| 976 | height: 260px | 976 | height: 260px |
| ... | @@ -983,7 +983,7 @@ const goDetail = (n) => { | ... | @@ -983,7 +983,7 @@ const goDetail = (n) => { |
| 983 | .teacher { | 983 | .teacher { |
| 984 | height: 450px; | 984 | height: 450px; |
| 985 | margin: 0 0 20px; | 985 | margin: 0 0 20px; |
| 986 | 986 | ||
| 987 | .imgbox { | 987 | .imgbox { |
| 988 | img { | 988 | img { |
| 989 | height: 390px | 989 | height: 390px |
| ... | @@ -996,7 +996,7 @@ const goDetail = (n) => { | ... | @@ -996,7 +996,7 @@ const goDetail = (n) => { |
| 996 | .teacher { | 996 | .teacher { |
| 997 | height: 400px; | 997 | height: 400px; |
| 998 | margin: 0 0 20px; | 998 | margin: 0 0 20px; |
| 999 | 999 | ||
| 1000 | .imgbox { | 1000 | .imgbox { |
| 1001 | img { | 1001 | img { |
| 1002 | height: 340px | 1002 | height: 340px |
| ... | @@ -1009,7 +1009,7 @@ const goDetail = (n) => { | ... | @@ -1009,7 +1009,7 @@ const goDetail = (n) => { |
| 1009 | .teacher { | 1009 | .teacher { |
| 1010 | height: 400px; | 1010 | height: 400px; |
| 1011 | margin: 0 0 20px; | 1011 | margin: 0 0 20px; |
| 1012 | 1012 | ||
| 1013 | .imgbox { | 1013 | .imgbox { |
| 1014 | img { | 1014 | img { |
| 1015 | height: 260px | 1015 | height: 260px |
| ... | @@ -1024,7 +1024,7 @@ const goDetail = (n) => { | ... | @@ -1024,7 +1024,7 @@ const goDetail = (n) => { |
| 1024 | background-size: cover; | 1024 | background-size: cover; |
| 1025 | padding: 40px 60px; | 1025 | padding: 40px 60px; |
| 1026 | position: relative; | 1026 | position: relative; |
| 1027 | 1027 | ||
| 1028 | .content { | 1028 | .content { |
| 1029 | font-size: 18px; | 1029 | font-size: 18px; |
| 1030 | line-height: 2.2; | 1030 | line-height: 2.2; |
| ... | @@ -1033,7 +1033,7 @@ const goDetail = (n) => { | ... | @@ -1033,7 +1033,7 @@ const goDetail = (n) => { |
| 1033 | text-align: left; | 1033 | text-align: left; |
| 1034 | text-indent: 2em; | 1034 | text-indent: 2em; |
| 1035 | } | 1035 | } |
| 1036 | 1036 | ||
| 1037 | .shadowbox { | 1037 | .shadowbox { |
| 1038 | position: absolute; | 1038 | position: absolute; |
| 1039 | left: 0; | 1039 | left: 0; |
| ... | @@ -1042,7 +1042,7 @@ const goDetail = (n) => { | ... | @@ -1042,7 +1042,7 @@ const goDetail = (n) => { |
| 1042 | width: 100%; | 1042 | width: 100%; |
| 1043 | background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); | 1043 | background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); |
| 1044 | } | 1044 | } |
| 1045 | 1045 | ||
| 1046 | .btn-lineG { | 1046 | .btn-lineG { |
| 1047 | } | 1047 | } |
| 1048 | } | 1048 | } |
| ... | @@ -1054,11 +1054,11 @@ const goDetail = (n) => { | ... | @@ -1054,11 +1054,11 @@ const goDetail = (n) => { |
| 1054 | padding: 1px; | 1054 | padding: 1px; |
| 1055 | position: relative; | 1055 | position: relative; |
| 1056 | display: flex; | 1056 | display: flex; |
| 1057 | 1057 | ||
| 1058 | .content { | 1058 | .content { |
| 1059 | background: #fff; | 1059 | background: #fff; |
| 1060 | width: 60%; | 1060 | width: 50%; |
| 1061 | left: 40px; | 1061 | right: 40px; |
| 1062 | padding: 30px; | 1062 | padding: 30px; |
| 1063 | position: absolute; | 1063 | position: absolute; |
| 1064 | height: 90%; | 1064 | height: 90%; |
| ... | @@ -1066,33 +1066,33 @@ const goDetail = (n) => { | ... | @@ -1066,33 +1066,33 @@ const goDetail = (n) => { |
| 1066 | bottom: 0; | 1066 | bottom: 0; |
| 1067 | margin: auto; | 1067 | margin: auto; |
| 1068 | } | 1068 | } |
| 1069 | 1069 | ||
| 1070 | div { | 1070 | div { |
| 1071 | padding-left: 60px; | 1071 | padding-left: 60px; |
| 1072 | } | 1072 | } |
| 1073 | 1073 | ||
| 1074 | .phone { | 1074 | .phone { |
| 1075 | background: url("@/assets/dance/map01.png") no-repeat left; | 1075 | background: url("@/assets/dance/map01.png") no-repeat left; |
| 1076 | background-size: 30px; | 1076 | background-size: 30px; |
| 1077 | } | 1077 | } |
| 1078 | 1078 | ||
| 1079 | .address { | 1079 | .address { |
| 1080 | background: url("@/assets/dance/map02.png") no-repeat left; | 1080 | background: url("@/assets/dance/map02.png") no-repeat left; |
| 1081 | background-size: 30px; | 1081 | background-size: 30px; |
| 1082 | margin: 50px 0; | 1082 | margin: 50px 0; |
| 1083 | } | 1083 | } |
| 1084 | 1084 | ||
| 1085 | .email { | 1085 | .email { |
| 1086 | background: url("@/assets/dance/map03.png") no-repeat left; | 1086 | background: url("@/assets/dance/map03.png") no-repeat left; |
| 1087 | background-size: 30px; | 1087 | background-size: 30px; |
| 1088 | } | 1088 | } |
| 1089 | 1089 | ||
| 1090 | h4 { | 1090 | h4 { |
| 1091 | margin: 0; | 1091 | margin: 0; |
| 1092 | font-size: 16px; | 1092 | font-size: 16px; |
| 1093 | color: #AAAAAA; | 1093 | color: #AAAAAA; |
| 1094 | } | 1094 | } |
| 1095 | 1095 | ||
| 1096 | p { | 1096 | p { |
| 1097 | margin: 13px 0 0; | 1097 | margin: 13px 0 0; |
| 1098 | } | 1098 | } |
| ... | @@ -1103,7 +1103,7 @@ const goDetail = (n) => { | ... | @@ -1103,7 +1103,7 @@ const goDetail = (n) => { |
| 1103 | height: 180px; | 1103 | height: 180px; |
| 1104 | border-radius: 10px; | 1104 | border-radius: 10px; |
| 1105 | margin: 0 0 30px; | 1105 | margin: 0 0 30px; |
| 1106 | 1106 | ||
| 1107 | img { | 1107 | img { |
| 1108 | width: 100%; | 1108 | width: 100%; |
| 1109 | height: 100%; | 1109 | height: 100%; |
| ... | @@ -1116,7 +1116,7 @@ const goDetail = (n) => { | ... | @@ -1116,7 +1116,7 @@ const goDetail = (n) => { |
| 1116 | position: relative; | 1116 | position: relative; |
| 1117 | height: 100%; | 1117 | height: 100%; |
| 1118 | padding: 20px 45px; | 1118 | padding: 20px 45px; |
| 1119 | 1119 | ||
| 1120 | .picprev { | 1120 | .picprev { |
| 1121 | position: absolute; | 1121 | position: absolute; |
| 1122 | left: 5px; | 1122 | left: 5px; |
| ... | @@ -1125,12 +1125,12 @@ const goDetail = (n) => { | ... | @@ -1125,12 +1125,12 @@ const goDetail = (n) => { |
| 1125 | margin: auto; | 1125 | margin: auto; |
| 1126 | height: 33px; | 1126 | height: 33px; |
| 1127 | cursor: pointer; | 1127 | cursor: pointer; |
| 1128 | 1128 | ||
| 1129 | &:hover { | 1129 | &:hover { |
| 1130 | filter: brightness(2) | 1130 | filter: brightness(2) |
| 1131 | } | 1131 | } |
| 1132 | } | 1132 | } |
| 1133 | 1133 | ||
| 1134 | .picnext { | 1134 | .picnext { |
| 1135 | position: absolute; | 1135 | position: absolute; |
| 1136 | right: 5px; | 1136 | right: 5px; |
| ... | @@ -1139,7 +1139,7 @@ const goDetail = (n) => { | ... | @@ -1139,7 +1139,7 @@ const goDetail = (n) => { |
| 1139 | margin: auto; | 1139 | margin: auto; |
| 1140 | height: 33px; | 1140 | height: 33px; |
| 1141 | cursor: pointer; | 1141 | cursor: pointer; |
| 1142 | 1142 | ||
| 1143 | &:hover { | 1143 | &:hover { |
| 1144 | filter: brightness(2) | 1144 | filter: brightness(2) |
| 1145 | } | 1145 | } |
| ... | @@ -1152,7 +1152,7 @@ const goDetail = (n) => { | ... | @@ -1152,7 +1152,7 @@ const goDetail = (n) => { |
| 1152 | height: 56px; | 1152 | height: 56px; |
| 1153 | justify-content: space-between; | 1153 | justify-content: space-between; |
| 1154 | cursor: pointer; | 1154 | cursor: pointer; |
| 1155 | 1155 | ||
| 1156 | h3 { | 1156 | h3 { |
| 1157 | font-weight: 400; | 1157 | font-weight: 400; |
| 1158 | margin: 0; | 1158 | margin: 0; |
| ... | @@ -1163,13 +1163,13 @@ const goDetail = (n) => { | ... | @@ -1163,13 +1163,13 @@ const goDetail = (n) => { |
| 1163 | font-size: 18px; | 1163 | font-size: 18px; |
| 1164 | color: #030303; | 1164 | color: #030303; |
| 1165 | } | 1165 | } |
| 1166 | 1166 | ||
| 1167 | span { | 1167 | span { |
| 1168 | font-weight: 400; | 1168 | font-weight: 400; |
| 1169 | font-size: 14px; | 1169 | font-size: 14px; |
| 1170 | color: #B4B6B8; | 1170 | color: #B4B6B8; |
| 1171 | } | 1171 | } |
| 1172 | 1172 | ||
| 1173 | &:hover { | 1173 | &:hover { |
| 1174 | background: #F7F8FC; | 1174 | background: #F7F8FC; |
| 1175 | } | 1175 | } |
| ... | @@ -1178,12 +1178,12 @@ const goDetail = (n) => { | ... | @@ -1178,12 +1178,12 @@ const goDetail = (n) => { |
| 1178 | @media (max-width: 800px) { | 1178 | @media (max-width: 800px) { |
| 1179 | .newline { | 1179 | .newline { |
| 1180 | height: 40px; | 1180 | height: 40px; |
| 1181 | 1181 | ||
| 1182 | h3 { | 1182 | h3 { |
| 1183 | width: 70%; | 1183 | width: 70%; |
| 1184 | font-size: 14px; | 1184 | font-size: 14px; |
| 1185 | } | 1185 | } |
| 1186 | 1186 | ||
| 1187 | span { | 1187 | span { |
| 1188 | font-size: 12px; | 1188 | font-size: 12px; |
| 1189 | } | 1189 | } |
| ... | @@ -1193,7 +1193,7 @@ const goDetail = (n) => { | ... | @@ -1193,7 +1193,7 @@ const goDetail = (n) => { |
| 1193 | } | 1193 | } |
| 1194 | .calendarList { | 1194 | .calendarList { |
| 1195 | padding: 0; | 1195 | padding: 0; |
| 1196 | 1196 | ||
| 1197 | ul { | 1197 | ul { |
| 1198 | li { | 1198 | li { |
| 1199 | margin: 10px | 1199 | margin: 10px |
| ... | @@ -1209,7 +1209,7 @@ const goDetail = (n) => { | ... | @@ -1209,7 +1209,7 @@ const goDetail = (n) => { |
| 1209 | .teacher { | 1209 | .teacher { |
| 1210 | height: 320px; | 1210 | height: 320px; |
| 1211 | margin: 0 0 20px; | 1211 | margin: 0 0 20px; |
| 1212 | 1212 | ||
| 1213 | img { | 1213 | img { |
| 1214 | height: 260px | 1214 | height: 260px |
| 1215 | } | 1215 | } |
| ... | @@ -1221,17 +1221,17 @@ const goDetail = (n) => { | ... | @@ -1221,17 +1221,17 @@ const goDetail = (n) => { |
| 1221 | div { | 1221 | div { |
| 1222 | padding-left: 40px; | 1222 | padding-left: 40px; |
| 1223 | } | 1223 | } |
| 1224 | 1224 | ||
| 1225 | .content { | 1225 | .content { |
| 1226 | width: 80%; | 1226 | width: 80%; |
| 1227 | left: 10%; | 1227 | left: 10%; |
| 1228 | padding: 10px 20px 0 20px; | 1228 | padding: 10px 20px 0 20px; |
| 1229 | } | 1229 | } |
| 1230 | 1230 | ||
| 1231 | .address { | 1231 | .address { |
| 1232 | margin: 30px 0; | 1232 | margin: 30px 0; |
| 1233 | } | 1233 | } |
| 1234 | 1234 | ||
| 1235 | p { | 1235 | p { |
| 1236 | text-align: left; | 1236 | text-align: left; |
| 1237 | word-break: break-all; | 1237 | word-break: break-all; |
| ... | @@ -1246,14 +1246,14 @@ const goDetail = (n) => { | ... | @@ -1246,14 +1246,14 @@ const goDetail = (n) => { |
| 1246 | width: auto; | 1246 | width: auto; |
| 1247 | left: 0; | 1247 | left: 0; |
| 1248 | right: 0; | 1248 | right: 0; |
| 1249 | 1249 | ||
| 1250 | .van-count-down { | 1250 | .van-count-down { |
| 1251 | margin: 30px 0 0; | 1251 | margin: 30px 0 0; |
| 1252 | } | 1252 | } |
| 1253 | } | 1253 | } |
| 1254 | .bgbg { | 1254 | .bgbg { |
| 1255 | text-align: center; | 1255 | text-align: center; |
| 1256 | 1256 | ||
| 1257 | h1 { | 1257 | h1 { |
| 1258 | text-align: center | 1258 | text-align: center |
| 1259 | } | 1259 | } |
| ... | @@ -1268,7 +1268,7 @@ const goDetail = (n) => { | ... | @@ -1268,7 +1268,7 @@ const goDetail = (n) => { |
| 1268 | //padding: 10px 20px; | 1268 | //padding: 10px 20px; |
| 1269 | //display: inline-flex; | 1269 | //display: inline-flex; |
| 1270 | //align-items: center; | 1270 | //align-items: center; |
| 1271 | 1271 | ||
| 1272 | padding: 20px 40px; | 1272 | padding: 20px 40px; |
| 1273 | font-size: 20px; | 1273 | font-size: 20px; |
| 1274 | align-items: center; | 1274 | align-items: center; |
| ... | @@ -1311,7 +1311,7 @@ const goDetail = (n) => { | ... | @@ -1311,7 +1311,7 @@ const goDetail = (n) => { |
| 1311 | z-index: 2; | 1311 | z-index: 2; |
| 1312 | background: #F04035; | 1312 | background: #F04035; |
| 1313 | padding: 2px 4px; | 1313 | padding: 2px 4px; |
| 1314 | 1314 | ||
| 1315 | &::after { | 1315 | &::after { |
| 1316 | content: ''; | 1316 | content: ''; |
| 1317 | width: 0; | 1317 | width: 0; |
| ... | @@ -1322,12 +1322,12 @@ const goDetail = (n) => { | ... | @@ -1322,12 +1322,12 @@ const goDetail = (n) => { |
| 1322 | border-top: 24px solid #F04035; | 1322 | border-top: 24px solid #F04035; |
| 1323 | border-right: 15px solid transparent; | 1323 | border-right: 15px solid transparent; |
| 1324 | } | 1324 | } |
| 1325 | 1325 | ||
| 1326 | .van-count-down { | 1326 | .van-count-down { |
| 1327 | display: flex; | 1327 | display: flex; |
| 1328 | color: #fff; | 1328 | color: #fff; |
| 1329 | font-size: 14px; | 1329 | font-size: 14px; |
| 1330 | 1330 | ||
| 1331 | .block { | 1331 | .block { |
| 1332 | color: #fff; | 1332 | color: #fff; |
| 1333 | text-align: center; | 1333 | text-align: center; |
| ... | @@ -1343,11 +1343,11 @@ const goDetail = (n) => { | ... | @@ -1343,11 +1343,11 @@ const goDetail = (n) => { |
| 1343 | } | 1343 | } |
| 1344 | .zn-Box .bgbg { | 1344 | .zn-Box .bgbg { |
| 1345 | padding: 10px 0 0; | 1345 | padding: 10px 0 0; |
| 1346 | 1346 | ||
| 1347 | .mb30 { | 1347 | .mb30 { |
| 1348 | margin: 0 | 1348 | margin: 0 |
| 1349 | } | 1349 | } |
| 1350 | 1350 | ||
| 1351 | .zn-btn { | 1351 | .zn-btn { |
| 1352 | margin-top: 10px | 1352 | margin-top: 10px |
| 1353 | } | 1353 | } | ... | ... |
| ... | @@ -1075,6 +1075,8 @@ const openPickup = () => { | ... | @@ -1075,6 +1075,8 @@ const openPickup = () => { |
| 1075 | 1075 | ||
| 1076 | .richContent { | 1076 | .richContent { |
| 1077 | overflow: hidden; | 1077 | overflow: hidden; |
| 1078 | display: flex; | ||
| 1079 | justify-content: center; | ||
| 1078 | } | 1080 | } |
| 1079 | 1081 | ||
| 1080 | .richContent img { | 1082 | .richContent img { | ... | ... |
-
Please register or sign in to post a comment