手机端移动端弹出层提示框效果代码

代码语言:html

所属分类:弹出层

代码描述:手机端移动端弹出层提示框效果代码

代码标签: 弹出 提示 效果

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

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1.0" />

    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/mdialog.css">
    <style type="text/css">
        input {
            width: 70px;
            height: 20px;
            margin: 100px auto;
        }
    </style>
</head>
<body>
    <input type="button" id="success" value="成功" />
    <input type="button" id="error" value="错误" />
    <input type="button" id="load" value="正在加载" />
    <input type="button" id="tip" value="提示" />

    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/zepto.min.js"></script>
    <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/mdialog.js"></script>
    .........完整代码请登录后点击上方下载按钮下载查看

网友评论0