這期內(nèi)容當(dāng)中小編將會給大家?guī)碛嘘P(guān)使用canvas怎么實(shí)現(xiàn)一個手寫簽名效果,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
創(chuàng)新互聯(lián)建站堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站制作、做網(wǎng)站、外貿(mào)營銷網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時(shí)代的肇慶網(wǎng)站設(shè)計(jì)、移動媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
HTML代碼:
手寫區(qū)
清除 確定
CSS樣式:
.mSign_signMark_box{padding: 15px 15px 26px 15px;} .mSign_signMark_footer{max-width:640px;margin:0 auto;height: 44px;background: #4ba7eb;position: fixed;bottom: 0;left: 0;right: 0;color:#fff;font-size: 16px;text-align: center;line-height: 44px;} .mSign_signMark_footer span{display: block;width: 50%;text-align: center;float: left;} .mSign_signMark_footer_cancle{background: #f4f4f5;color: #333333;} /*手寫簽名*/ .mSign_signMark_write_box{position: relative;height: 240px;} .mSign_signMark_body_box {position: absolute;background-color: #fff;border: 1px solid #ccc;top:0;left: 0;right: 0;bottom: 0;width: 99%;height: auto;min-width: 250px;min-height: 140px;} .mSign_signMark_body {position: absolute;left: 0;right: 0;top: 0;bottom: 0;} .mSign_signMark_body canvas {position: absolute;left: 0;top: 0;width: 100%;height: 100%;} .mSign_signMark_body p{position: absolute;font-size: 14px;color: #ccc;text-align: center;width: 100%;top: 50%;margin-top: -22px;} .mSign_signMark_clear_out{position: absolute;top:-10px;right: -5px;z-index: 10;display: none;} .mSign_signMark_clear_out img{width: 18px;height: 18px;}
頁面引入JS:
//手寫區(qū)觸摸事件 $(function() { var ctouch=$('.mSign_signMark_body canvas'); ctouch.bind("touchstart",function(event){ $('.mSign_signMark_body p').hide(); }); ctouch.mouseover(function(event) { $('.mSign_signMark_body p').hide(); }); });
上述就是小編為大家分享的使用canvas怎么實(shí)現(xiàn)一個手寫簽名效果了,如果剛好有類似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。