Advertisement

JS实现手写签名板(Canvas)

阅读量:

签名功能模块封装与调用

在这里插入图片描述
复制代码
    <!-- 项目的html页面 -->
    <style>
        .popverBox{
            position: relative;
            height: 500px;
        }
        .signSure{
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
            background: #fff;
            border-radius: 16px;
            padding: 20px 12px 28px 12px;
        }
        .topTitle{
            margin: 20px 0 12px 12px;

全部评论 (0)

还没有任何评论哟~