拆红包效果
代码语言:html
所属分类:红包
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>领取礼物</title> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <script type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script> <style> article,aside,blockquote,body,button,code,dd,dialog,div,dl,dt,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,input,legend,li,nav,ol,p,pre,section,td,textarea,th,ul { margin: 0; padding: 0 } input,select,textarea { font-size: 100% } table { border-collapse: collapse; border-spacing: 0 } fieldset,img { border: 0 } caption,th { text-align: left } h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: 500 } li,ol,ul { list-style: none } em,i { font-style: normal } del { text-decoration: line-through } address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: 500 } img { border: 0; max-width: 100% } img,input { vertical-align: middle } a:focus,input:focus { outline: 0 } a { color: #353d44; text-decoration: none } * { outline: 0; -webkit-tap-highlight-color: transparent; -webkit-box-sizing: border-box } html { -webkit-text-size-adjust: none; overflow-y: scroll } body { min-width: 320px.........完整代码请登录后点击上方下载按钮下载查看
网友评论0