jquery+css手机端弹出层确认框效果代码

代码语言:html

所属分类:弹出层

代码描述:jquery+css手机端弹出层确认框效果代码

代码标签: 弹出 确认 效果

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/reset.min.css">
    <style>
        /* --------------------------------

Primary style

-------------------------------- */
        html * {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        *, *:after, *:before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        body {
            font-size: 100%;
            font-family: "Lato", sans-serif;
            color: #8f9cb5;
            background-color: #ffd88f;
        }

        a {
            color: #35a785;
            text-decoration: none;
        }

        /* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
        .img-replace {
            /* replace text with an image */
            display: inline-block;
            overflow: hidden;
           .........完整代码请登录后点击上方下载按钮下载查看

网友评论0