ydui实现移动端手机端证件照信息上传页面效果代码

代码语言:html

所属分类:布局界面

代码描述:ydui实现移动端手机端证件照信息上传页面效果代码

代码标签: 手机 证件 信息 上传 页面 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>证件上传模板</title>
    <meta
    content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
    name="viewport" />
    <meta content="yes" name="apple-mobile-web-app-capable" />
    <meta content="black" name="apple-mobile-web-app-status-bar-style" />
    <meta content="telephone=no" name="format-detection" />
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/ydui.css">
    <style>
        body {
            background: #F3F6F8;
            color: #171819;
        }
        h1, h2, h3, h4, h5, h6, p, span {
            font-weight: normal;
            margin: 0;
            padding: 0;
        }
        .m-cell {
            margin-bottom: .3rem;
        }
        .btn-block {
            height: .88rem;
            line-height: .88rem;
        }
        .mar_b0 {
            margin-bottom: 0;
        }
        .mar_tb0 {
            margin-bottom: 0;
            margin-top: 0 !important;
        }
        .mar_t30 {
            margin-top: .3rem;
        }
        .mar_t20 {
            margin-top: .2rem;
        }
        .n_padding {
            padding-top: 0 !important;
        }
        .nlr_padding {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .navbar-item {
            font-size: .4rem;
            color: #52b66d;
        }

        /* header */
        .headp_t {
            padding-top: .9rem;
        }
        .m-navbar {
            background: #f9f9f9;
        }
        .m-navbar_ngb {
            background: url(../images/Mask.png) no-repeat top;
            background-size: 100%;
        }
        .m-navbar_ngb .m-navbar:after {
            display: none;
        }
        .m-navbar_ngb .navbar-title {
            color: #FFFFFF;
        }
        .m-navbar_ngb  .back-ico:before {
            color: #FFFFFF;
        }
        .navbar-center .navbar-title {
            font-size: .36rem
        }


        /* end */

        .bgfff {
            background: #fff !important;
        }
        .bgf3f {
            background: #F3F6F8 !important;
        }
        .g-flexview {
            height: auto;
            min-height: 100%;
            background: url(../images/Mask.png) no-repeat top;
            background-size: 100%;
        }
        .btn-bule {
            background: #4089f1;
            color: #fff;
        }
        .btn {
            height: .96rem;
            line-height: .96rem;
            padding: 0 .2rem;
            border-radius: 3px;
            font-size: .32rem;
        }
        .btn-primary {
            background: #4A90E2;
        }

        .header {
            padding: .34rem 0;
            display: block;
        }
        .header .headphoto {
            width: 1.5rem;
            margin: 0 auto;
            text-align: center;
        }
        .header .headphoto img {
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 1.5rem;
        }
        .header .headphoto span {
            margin-top: .2rem;
            font-size: .32rem;
            line-height: 100%;
            color: #FFFFFF;
            display: block;
        }


        .tabbar-icon i {
            width: .52rem;
            height: .52rem;
        }
        .tabbar-icon i.i.........完整代码请登录后点击上方下载按钮下载查看

网友评论0