提交 5be99642 authored 作者: 王鹏飞's avatar 王鹏飞

fix: 证书图片替换

上级 18f96fd9
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
<p><i></i>{{ $t('cert.txt2') }}</p> <p><i></i>{{ $t('cert.txt2') }}</p>
</div> </div>
<p class="text">{{ $t('cert.txt3') }}</p> <p class="text">{{ $t('cert.txt3') }}</p>
<img src="https://webapp-pub.ezijing.com/project/caas/cert_image.png" /> <a href="https://webapp-pub.ezijing.com/project/caas/cert_image.jpg" target="_blank">
<img src="https://webapp-pub.ezijing.com/project/caas/cert_image.jpg" />
</a>
<!-- <p class="certificate-title">{{ $t('cert.txt4') }}</p> --> <!-- <p class="certificate-title">{{ $t('cert.txt4') }}</p> -->
<p class="certificate-des">{{ $t('cert.txt5') }}</p> <p class="certificate-des">{{ $t('cert.txt5') }}</p>
</div> </div>
...@@ -85,8 +87,7 @@ export default { ...@@ -85,8 +87,7 @@ export default {
} }
img { img {
display: block; display: block;
width: 376px; width: 700px;
height: 291px;
margin: 40px auto; margin: 40px auto;
} }
.certificate-title { .certificate-title {
...@@ -156,4 +157,4 @@ export default { ...@@ -156,4 +157,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论