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.ico_home {
            background: url(../images/home.png) no-repeat;
            background-size: .52rem;
        }
        .tabbar-icon i.ico_sxdh {
            background: url(../images/sxdh.png) no-repeat;
            background-size: .52rem;
        }
        .tabbar-icon i.ico_my {
            background: url(../images/my.png) no-repeat;
            background-size: .52rem;
        }

        .tabbar-item.tabbar-active i.ico_home {
            background: url(../images/home_h.png) no-repeat;
            background-size: .52rem;
        }
        .tabbar-item.tabbar-active i.ico_sxdh {
            background: url(../images/sxdh_h.png) no-repeat;
            background-size: .52rem;
        }
        .tabbar-item.tabbar-active i.ico_my {
            background: url(../images/my_h.png) no-repeat;
            background-size: .52rem;
        }

        .m-tabbar {
            padding: .25rem 0 .25rem;
            background-color: rgba(255,255,255, 1);
        }
        .tabbar-item.tabbar-active {
            color: #4A90E2;
        }
        .tabbar-item .tabbar-txt {
            padding-top: .05rem;
        }


        .center_00 {
            padding: 0;
            display: block;
        }
        .center_30 {
            padding: 0 .3rem;
            width: 100%;
        }

        .boxfff {
            background: #FFFFFF;
            border-radius: .14rem;
            display: block;
            position: relative;
            box-shadow: 0 4px 16px rgba(219, 224, 230, .4);
        }
        .boxfff .grids-item:after {
            display: none;
        }
        .boxfff .grids-item:not(:nth-child(4n)):before {
            display: none;
        }
        .boxfff .m-grids-4 {
            background: none;
        }
        .boxfff .m-grids-4:before {
            display: none;
        }
        .boxfff .grids-icon i {
            height: .54rem;
        }
        .boxfff .grids-icon i img {
            height: .54rem;
        }
        .boxfff .grids-txt {
            padding-top: .16rem;
            padding-left: 0;
            padding-right: 0;
        }
        .boxfff .grids-item {
            padding-top: .46rem;
            padding-bottom: .46rem;
        }

        .boxfff .title {
            padding: .24rem .3rem;
            color: #9AA0A3;
            position: relative;
            display: b.........完整代码请登录后点击上方下载按钮下载查看

网友评论0