|
|
@ -27,9 +27,12 @@ |
|
|
|
<div class="text-dl"> |
|
|
|
本人已仔细阅读并充分理解上述内容,同意自愿参与本次活动,愿意积极配合组织者完成后续各项任务。 |
|
|
|
</div> |
|
|
|
<div class="btn-dl"> |
|
|
|
<el-checkbox v-model="flag" label="同意" border></el-checkbox> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="btn-dl"> |
|
|
|
<div |
|
|
|
<!-- <div |
|
|
|
class="btn-dl-ty" |
|
|
|
:class="{ 'btn-dl-gl': flag === 1 }" |
|
|
|
@click="flag = 1" |
|
|
@ -42,7 +45,7 @@ |
|
|
|
@click="flag = 0" |
|
|
|
> |
|
|
|
不同意 |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<div class="submit-box"> |
|
|
|
<el-button type="primary" class="submit-box-but" @click="handleStep"> |
|
|
@ -85,8 +88,19 @@ export default { |
|
|
|
</script> |
|
|
|
<style scoped src="@/assets/styles/common.css"></style> |
|
|
|
<style scoped> |
|
|
|
>>> .el-checkbox { |
|
|
|
background: #fff; |
|
|
|
border: none; |
|
|
|
padding-top: 0; |
|
|
|
padding-bottom: 0; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
.btn-dl { |
|
|
|
margin-top: 8px; |
|
|
|
display: flex; |
|
|
|
justify-content: flex-end; |
|
|
|
} |
|
|
|
.btn-dl div { |
|
|
|
flex: 1; |
|
|
|