vue+css布局手机端移动端实名认证表单效果代码
代码语言:html
所属分类:表单美化
代码描述:vue+css布局手机端移动端实名认证表单效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>实名认证</title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <style> *{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "微软雅黑";box-sizing: border-box;font-style: normal;outline: none;-webkit-tap-highlight-color: transparent;} body{width: 100%;overflow-x: hidden;background: #3c7bfb;color: #ffffff;} img{vertical-align: middle;max-width: 100%;} .hide{display: none;} .top-bar{width: 100%;height: .88rem;line-height: .88rem;text-align: center;position: relative;font-size: .36rem;} .top-bar a{width: .5rem;height: .88rem;position: absolute;top: 0;left: .3rem;background: url(//repo.bfw.wiki/bfwrepo/images/app/icon-back.png) left center no-repeat;background-size: .2rem auto;z-index: 2;} .top-bar i{width: .5rem;height: .88rem;position: absolute;top: 0;right: .3rem;background: url(//repo.bfw.wiki/bfwrepo/images/app/icon-more.png) right center no-repeat;background-size: .06rem auto;z-index: 2;} /* 进度 */ .progress{width: 100%;padding: .4rem .2rem;font-size: .24rem;} .progress ul{display: flex;justify-content: space-between;align-items: center;} .progress ul li{text-align: center;width: 100%;color: #77a3fc;position: relative;} .progress ul li i{display: inline-block;width: .14rem;height: .14rem;background: #ffffff;border-radius: 100%;position: relative;} .progress ul li p{padding-top: .35rem;padding-bottom: .1rem;} .progress ul li.active i::after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;width: .43rem;height: .43rem;background: url(//repo.bfw.wiki/bfwrepo/images/app/icon-point-active.png) center center no-repeat;background-size: 100% 100%;z-index:9 ;} .progress ul li::after{content: "";position: absolute;width: 1.16rem;height: .05rem;backgro.........完整代码请登录后点击上方下载按钮下载查看
网友评论0