f60aa8bf by zhangmeng

Merge branch 'devmatch' into dev

2 parents 8e702a37 addcdebb
...@@ -304,11 +304,11 @@ ...@@ -304,11 +304,11 @@
304 <i v-else-if="etime>0&&time<=0" class="ii">直播中</i> 304 <i v-else-if="etime>0&&time<=0" class="ii">直播中</i>
305 <!-- <i class="livetimecount" v-if="etime<=0">直播已结束</i>--> 305 <!-- <i class="livetimecount" v-if="etime<=0">直播已结束</i>-->
306 <div class="imgBox"> 306 <div class="imgBox">
307 <img v-if="time>0" src="/img/111.jpeg"> 307 <img v-if="time>0" src="/img/111.jpg">
308 <img v-else :src="fillImgUrl_webSite(livelist[0]?.picUrl)"> 308 <img v-else :src="fillImgUrl_webSite(livelist[0]?.picUrl)">
309 </div> 309 </div>
310 <h3 v-if="time>0" class="esp"> 310 <h3 v-if="time>0" class="esp">
311 2024WDSF亚洲体育舞蹈节 311 2025WDSF亚洲体育舞蹈节
312 </h3> 312 </h3>
313 <h3 v-else class="esp"> 313 <h3 v-else class="esp">
314 {{ livelist[0]?.name }} 314 {{ livelist[0]?.name }}
......
...@@ -291,9 +291,9 @@ ...@@ -291,9 +291,9 @@
291 </div> 291 </div>
292 <!-- <i class="ii" v-else-if="etime>0&&time<=0">Living</i>--> 292 <!-- <i class="ii" v-else-if="etime>0&&time<=0">Living</i>-->
293 <!-- <i class="livetimecount" v-if="etime<=0">End</i>--> 293 <!-- <i class="livetimecount" v-if="etime<=0">End</i>-->
294 <div class="imgBox"><img src="/img/111.jpeg"></div> 294 <div class="imgBox"><img src="/img/111.jpg"></div>
295 <h3 class="esp"> 295 <h3 class="esp">
296 WUXI 2025 WDSF ASIAN DANCESPORT FESTIVAL 296 WDSF ASIAN DANCESPORT FESTIVAL 2025.WUXI
297 </h3> 297 </h3>
298 </a> 298 </a>
299 </el-col> 299 </el-col>
......
...@@ -167,7 +167,10 @@ ...@@ -167,7 +167,10 @@
167 </div> 167 </div>
168 168
169 <div class="text-center mt20 father"> 169 <div class="text-center mt20 father">
170 <el-button class="btn-lineG w200px" round type="primary" @click="submitForm()"> 170 <el-button
171 class="btn-lineG w200px" round style="position: relative ; z-index: 99;" type="primary"
172 @click="submitForm"
173 >
171 {{ language == 0 ? '预览报名信息' : 'Preview Registration Information' }} 174 {{ language == 0 ? '预览报名信息' : 'Preview Registration Information' }}
172 </el-button> 175 </el-button>
173 176
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
181 size="large" true-value="1" 184 size="large" true-value="1"
182 /> 185 />
183 <br v-if="language == 1"> 186 <br v-if="language == 1">
187
184 <span 188 <span
185 @click="handelInsurance" 189 @click="handelInsurance"
186 >{{ language == 0 ? '赛事购买协议' : 'Event Insurance Procurement Agreement' }} </span> 190 >{{ language == 0 ? '赛事购买协议' : 'Event Insurance Procurement Agreement' }} </span>
...@@ -415,7 +419,7 @@ function getSignInfoList() { ...@@ -415,7 +419,7 @@ function getSignInfoList() {
415 } 419 }
416 420
417 421
418 function submitForm(n) { 422 function submitForm() {
419 if (signInfoList.value.length == 0) { 423 if (signInfoList.value.length == 0) {
420 if (language.value == 0) { 424 if (language.value == 0) {
421 ElMessage.warning('请至少选择一个项目') 425 ElMessage.warning('请至少选择一个项目')
...@@ -916,21 +920,51 @@ function checkedChange(v) { ...@@ -916,21 +920,51 @@ function checkedChange(v) {
916 } 920 }
917 } 921 }
918 922
919 .father {
920 position: relative;
921 height: 85px;
922 }
923 923
924 .checkbox { 924 @media (max-width: 767px) {
925 position: absolute;
926 right: 5%;
927 text-align: left;
928 925
929 span { 926 .father {
930 color: #453DEA; 927 position: relative;
928 height: 110px;
929 padding-top: 45px;
930 line-height: 40px;
931 }
932 .checkbox {
933 position: absolute;
934 right: 0%;
935 top: 0;
936 text-align: left;
937 font-size: 14px;
938
939 span {
940 color: #453DEA;
941 position: relative;
942 top: -4px;
943 cursor: pointer
944 }
945 }
946 }
947
948 /* 桌面(≥1024px) */
949 @media (min-width: 1024px) {
950 .father {
931 position: relative; 951 position: relative;
932 top: -1px; 952 height: 85px;
933 cursor: pointer 953 line-height: 85px;
954 }
955
956 .checkbox {
957 position: absolute;
958 right: 0%;
959 text-align: left;
960 font-size: 12px;
961
962 span {
963 color: #453DEA;
964 position: relative;
965 top: -4px;
966 cursor: pointer
967 }
934 } 968 }
935 } 969 }
936 </style> 970 </style>
......
...@@ -182,10 +182,16 @@ ...@@ -182,10 +182,16 @@
182 /> 182 />
183 <zu-table v-else :list="zuTableList" @delete="removeThis" /> 183 <zu-table v-else :list="zuTableList" @delete="removeThis" />
184 <div class="text-center mt20 father"> 184 <div class="text-center mt20 father">
185 <el-button class="w200px" plain round type="primary" @click="goPrev()"> 185 <el-button
186 class="w200px" plain round style="position: relative ;z-index: 99" type="primary"
187 @click="goPrev()"
188 >
186 {{ language == 0 ? "上一步" : 'Go back' }} 189 {{ language == 0 ? "上一步" : 'Go back' }}
187 </el-button> 190 </el-button>
188 <el-button class="btn-lineG w200px" round type="primary" @click="submitForm()"> 191 <el-button
192 class="btn-lineG w200px" round style="position: relative ;z-index: 99" type="primary"
193 @click="submitForm()"
194 >
189 {{ language == 0 ? '预览报名信息' : 'Preview registration information' }} 195 {{ language == 0 ? '预览报名信息' : 'Preview registration information' }}
190 </el-button> 196 </el-button>
191 197
...@@ -1120,21 +1126,52 @@ function checkedChange(v) { ...@@ -1120,21 +1126,52 @@ function checkedChange(v) {
1120 } 1126 }
1121 } 1127 }
1122 1128
1123 .father {
1124 position: relative;
1125 height: 85px;
1126 }
1127 1129
1128 .checkbox { 1130 @media (max-width: 767px) {
1129 position: absolute;
1130 right: 5%;
1131 text-align: left;
1132 1131
1133 span { 1132 .father {
1134 color: #453DEA;
1135 position: relative; 1133 position: relative;
1136 top: -1px; 1134 height: 110px;
1137 cursor: pointer 1135 padding-top: 45px;
1136 line-height: 40px;
1137 }
1138 .checkbox {
1139 position: absolute;
1140 right: 0%;
1141 top: 0;
1142 text-align: left;
1143 font-size: 14px;
1144
1145 span {
1146 color: #453DEA;
1147 position: relative;
1148 top: -4px;
1149 cursor: pointer
1150 }
1138 } 1151 }
1139 } 1152 }
1153
1154 /* 桌面(≥1024px) */
1155 @media (min-width: 1024px) {
1156 .father {
1157 position: relative;
1158 height: 85px;
1159 line-height: 85px;
1160 }
1161
1162 .checkbox {
1163 position: absolute;
1164 right: 0%;
1165 text-align: left;
1166 font-size: 12px;
1167
1168 span {
1169 color: #453DEA;
1170 position: relative;
1171 top: -4px;
1172 cursor: pointer
1173 }
1174 }
1175 }
1176
1140 </style> 1177 </style>
......
1 <template> 1 <template>
2 <el-dialog 2 <el-dialog
3 v-model="show" :close-on-click-modal="false" 3 v-model="show"
4 :title="language==0?'赛事购买协议':'Event Insurance Procurement Agreement'" append-to-body center 4 :title="language==0?'赛事购买协议':'Event Insurance Procurement Agreement'" append-to-body center
5 class="pcloginpop" 5 class="pcloginpop"
6 close-icon="CircleClose" destroy-on-close 6 close-icon="CircleClose" destroy-on-close
7 width="1100px" 7 width="80%"
8 > 8 >
9 <div v-html="data" /> 9 <div v-html="data" />
10 <div class="checkbox"> 10 <div class="checkbox">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!