|
@ -62,7 +62,15 @@ |
|
|
<span>指导单位:杭州市交通运输管理服务中心</span> |
|
|
<span>指导单位:杭州市交通运输管理服务中心</span> |
|
|
<span>杭州市机动车驾驶人培训公众服务平台</span> |
|
|
<span>杭州市机动车驾驶人培训公众服务平台</span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="text">技术支持:杭州钧安科技有限公司浙公网安备 33010202001775号 浙ICP备2021007687号-1</div> |
|
|
|
|
|
|
|
|
<div class="copyirght"> |
|
|
|
|
|
<span class="row"> |
|
|
|
|
|
<img src="@/assets/images/beian.png" alt=""> |
|
|
|
|
|
<a href="https://beian.mps.gov.cn/#/query/webSearch?code=33010602013393" target="_bank">浙公网安备33010602013393号</a> |
|
|
|
|
|
</span> |
|
|
|
|
|
<a target="_bank" href="https://beian.miit.gov.cn"> 浙ICP备2023051155号-1</a> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="text">技术支持:杭州钧安科技有限公司浙公网安备 33010202001775号 浙ICP备2021007687号-1</div> --> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
@ -76,6 +84,24 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
|
|
|
.copyirght { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
.row { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
img { |
|
|
|
|
|
width: 18px; |
|
|
|
|
|
display: block; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
a { |
|
|
|
|
|
margin-left: 6px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
.bottoms { |
|
|
.bottoms { |
|
|
// position: fixed; |
|
|
// position: fixed; |
|
|
// bottom: 0; |
|
|
// bottom: 0; |
|
|