jquery模仿手机端微信支付过程效果代码

代码语言:html

所属分类:布局界面

代码描述:jquery模仿手机端微信支付过程效果代码

代码标签: 端微 支付 过程 效果

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

<!DOCTYPE html>
<html>
<head>
   
<title>jQuery微信支付代码</title>
   
<meta charset="utf-8" />
   
<meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no" />
   
<style>
        /* CSS RESET */
        * {
            padding: 0;
            margin: 0;
        }
        body {
            font: 12px "微软雅黑", Arial;
            background: #efeff4;
            min-width: 320px;
            max-width: 640px;
            color: #000;
        }
        a {
            text-decoration: none;
            color: #666666;
        }
        a, img {
            border: none;
        }
        img {
            vertical-align: middle;
        }
        ul, li {
            list-style: none;
        }
        em, i {
            font-style: normal;
        }
        .clear {
            clear: both
        }
        .clear_wl:after {
            content: ".";
            height: 0;
            visibility: hidden;
            display: block;
            clear: both;
        }
        .fl {
            float: left
        }
        .fr {
            float: right
        }
        .all_w {
            width: 91.3%;
            margin: 0 auto;
        }
        /*基础字体属性*/
        .f10 {
            font-size: 10px
        }
        .f11 {
            font-size: 11px
        }
        .f12 {
            font-size: 12px
        }
        .f14 {
            font-size: 14px
        }
        .f13 {
            font-size: 13px
        }
        .f16 {
            font-size: 16px
        }
        .f18 {
            font-size: 18px
        }
        .f20 {
            font-size: 20px
        }
        .f22 {
            font-size: 22px
        }
        .f24 {
            font-size: 24px
        }
        .f26 {
            font-size: 26px
        }
        .f28 {
            font-size: 28px
        }
        .f32 {
            font-size: 32px
        }
        .fb {
            font-weight: bold
        }
        /********/
        .header {
            background: #393a3e;
            color: #f5f7f6;
            height: auto;
            overflow: hidden;
        }
        .gofh {
            float: left;
            height: 45px;
            display: -webkit-box;
            -webkit-box-orient: horizontal;
            -webkit-box-pack: center;
            -webkit-box-align: center;
        }
        .gofh a {
            padding-right: 10px;
            border-right: 1px solid #2e2f33;
        }
        .gofh a img {
            width: 40%;
        }
        .wenx_xx {
            text-align: center;
            font-size: 16px;
            padding: 18px 0;
        }
        .wenx_xx .zhifu_price {
            font-size: 45px;
        }
        .ljzf_but {
            border-radius: 3px;
            height: 45px;
            line-height: 45px;
            background: #44bf16;
            display: block;
            text-align: center;
            font-size: 16px;
            margin-top: 14px;
            color: #fff;
        }
        /*浮动层*/
        .ftc_wzsf {
            display: none;
            width: 100%;
            height: 100%;
            position: fixed;
            z-index: 999;
            top: 0;
            left: 0;
            min-width: 320px;
            max-width: 640px;
        }
        .ftc_wzsf .hbbj {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 8;
            background: #000;
            opacity: 0.4;
            top: 0;
            left: 0;
        }
        .ftc_wzsf .srzfmm_box {
            position: absolute;
            z-index: 10;
            background: #f8f8f8;
            width: 88%;
            left: 50%;
            margin-left: -44%;
            top: 20%;
        }
        .qsrzfmm_bt {
            font-size: 16px;
            border-bottom: 1px solid #c9daca;
            overflow: hidden;
        }
        .qsrzfmm_bt a {
            display: block;
            width: 10%;
            padding: 10px 0;
            text-align: center;
        }
        .qsrzfmm_bt img.tx {
            width: 10%;
            padding: 10px 0;
        }
        .qsrzfmm_bt span {
            padding: 15px 5px;
        }
        .zfmmxx_shop {
            text-align: center;
            font-size: 12px;
            padding: 10px 0;
            overflow: hidden;
        }
        .z.........完整代码请登录后点击上方下载按钮下载查看

网友评论0