js+css实现电子签章及授权书效果代码
代码语言:html
所属分类:布局界面
代码描述:js+css实现电子签章及授权书效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>电子授权证书</title>
<style>
.img-bgc {
max-height: 500px;
max-width: 360px;
margin: auto;
background: url(//repo.bfw.wiki/bfwrepo/icon/60ff40ff48aca.jpg) no-repeat 0 0;
background-size: 100%;
color: #fff;
}
.border {
margin-left: 50px;
/* border:1px solid red; */
}
p {
padding-top: 185px;
font-size: 12px;
line-height: 30px;
}
#canvas {
margin-top: -119px;
margin-left: 192px;
}
</style>
<script type="t.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0