jquery+glide实现手机端支付银行卡片拖拽轮换效果代码
代码语言:html
所属分类:幻灯片
代码描述:jquery+glide实现手机端支付银行卡片拖拽轮换效果代码
代码标签: jquery glide 手机端 支付 银行 卡片 拖拽 轮换
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/glide.core.2.0.9.css"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/glide.theme.2.0.9.css"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css"> <style> @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700); *, *:after, *:before { box-sizing: border-box; } body, html { height: 100%; overflow: hidden; } body, a, h1, h2, h3, p, span, button, input { font-family: 'Roboto', sans-serif; } body { background: #e6efbf; background: -moz-linear-gradient(-45deg, #e6efbf 0%, #a3dec9 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, #e6efbf), color-stop(100%, #a3dec9)); background: -webkit-linear-gradient(-45deg, #e6efbf 0%, #a3dec9 100%); background: -o-linear-gradient(-45deg, #e6efbf 0%, #a3dec9 100%); background: -ms-linear-gradient(-45deg, #e6efbf 0%, #a3dec9 100%); background: linear-gradient(135deg, #e6efbf 0%, #a3dec9 100%); font-size: 14px; } .phone-wrapper { background: #eee; border-style: solid; border-color: #222831; border-width: 50px 15px 50px 15px; border-radius: 20px; height: 620px; margin: 50px auto; overflow: hidden; width: 350px; } .glide { .........完整代码请登录后点击上方下载按钮下载查看
网友评论0