网站添加MySSL安全认证教程

您只需要将代码添加在您网站的html页面的 body 标签中任意位置(建议添加在header或者footer位置),那么在你的网站上就会出现如图中效果展示一样的签章了。不过请注意:为了方便我们将样式用行内的形式写在了最外层的标签div中,您可以灵活的对该样式进行调整,该样式如果在移动端上显示的效果欠佳的话,您也可以将样式分离出来,并用css的@media进行调整。

样式一:myssl-id3-logo-1

<div id="cc-myssl-id">
      <a href="https://myssl.com/您的域名?from=mysslid"><img src="https://static.myssl.com/res/images/myssl-id3.png"  style="max-height:50px;display:block;margin:0 auto"></a>
</div>

移动端和PC端显示效果:

myssl-id3

样式二:myssl-id-logo-2

<div id="cc-myssl-id" style="position: fixed;right: 0;bottom: 0;width: 65px;height: 65px;z-index: 99;">
    <a href="https://myssl.com/您的域名?from=mysslid"><img src="https://static.myssl.com/res/images/myssl-id.png"  style="width:100%;height:100%"></a>
</div>

移动端和PC端显示效果:

myssl-id

样式三:myssl-id1-logo-1

<div id="cc-myssl-id">
      <a href="https://myssl.com/您的域名?from=mysslid"><img src="https://static.myssl.com/res/images/myssl-id1.png"  style="max-height:50px;display:block;margin:0 auto"></a>
</div>

移动端和PC端显示效果:

myssl-id1

样式四:myssl-id2-logo-1

<div id="cc-myssl-id">
      <a href="https://myssl.com/您的域名?from=mysslid"><img src="https://static.myssl.com/res/images/myssl-id2.png"  style="max-height:50px;display:block;margin:0 auto"></a>
</div>

移动端和PC端显示效果:

myssl-id2-3
供学习和研究使用,禁止商业用途
购买前可以联系作者确认资源信息,防止交易矛盾
© 版权声明
THE END
喜欢就支持一下吧
点赞8
评论 抢沙发

请登录后发表评论

    暂无评论内容