首页 > 软件开发 > JQUERY >

alert.js+jQuery兼容电脑手机端弹出层

来源:互联网 2023-03-16 23:55:16 版权归原作者所有,如有侵权,请联系我们

alert.js jQuery兼容电脑手机端弹出层QTL办公区 - 实用经验教程分享!

工具/原料

  • adobe dreamweaver

方法/步骤

  • 1

    新建html文档。QTL办公区 - 实用经验教程分享!

    alert.js jQuery兼容电脑手机端弹出层QTL办公区 - 实用经验教程分享!

  • 2

    书写hmtl代码。QTL办公区 - 实用经验教程分享!

    ul class="alert_list">QTL办公区 - 实用经验教程分享!

    li>a href="#style">style/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#title">title /a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#content">content/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#contentTextAlign">contentTextAlign/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#width">width/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#height">height/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#minWidth">minWidth/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#className">className/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#position">position/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#animateType">animateType/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#modal">modal/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#isModalClose">isModalClose/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#bodyScroll">bodyScroll/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#closeTime">closeTime/a>/li>QTL办公区 - 实用经验教程分享!

    li>a href="#buttons">buttons/li>QTL办公区 - 实用经验教程分享!

    /ul>QTL办公区 - 实用经验教程分享!

    fieldset class="m20 fieldset">QTL办公区 - 实用经验教程分享!

    legend>实例演示/legend>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn1">提示/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn2">按钮1/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn3">按钮2/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn4">不使用动画/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn5">动画2/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn6">捕获页/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn7">iframe层/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn8">iframe窗/button>QTL办公区 - 实用经验教程分享!

    button class="alert-api-button alert-btn9">pc弹层/button>QTL办公区 - 实用经验教程分享!

    /fieldset>QTL办公区 - 实用经验教程分享!

    alert.js jQuery兼容电脑手机端弹出层QTL办公区 - 实用经验教程分享!

  • 2此文章未经授权抓取自百度经验
  • 3

    书写css代码。QTL办公区 - 实用经验教程分享!

    * { margin: 0; padding: 0; }QTL办公区 - 实用经验教程分享!

    .w1004 { width: 1004px; margin: 0 auto; }QTL办公区 - 实用经验教程分享!

    html body { overflow: visible; height: 100%; width: 100%; }QTL办公区 - 实用经验教程分享!

    body { font-family: "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif; color: #333; background: #fff; font-size: 14px; overflow: auto; }QTL办公区 - 实用经验教程分享!

    body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, table, td, img, div, tr { margin: 0; padding: 0; }QTL办公区 - 实用经验教程分享!

    li { list-style-type: none; }QTL办公区 - 实用经验教程分享!

    img { border: 0 none; }QTL办公区 - 实用经验教程分享!

    a { color: #333; text-decoration: none; outline: none; }QTL办公区 - 实用经验教程分享!

    a { blr:expression_r(this.onFocus=this.blur());}QTL办公区 - 实用经验教程分享!

    a:hover { color: #b09865; }QTL办公区 - 实用经验教程分享!

    h1 { font-size: 24px; }QTL办公区 - 实用经验教程分享!

    h2 { font-size: 20px; }QTL办公区 - 实用经验教程分享!

    h3 { font-size: 18px; }QTL办公区 - 实用经验教程分享!

    h4 { font-size: 16px; }QTL办公区 - 实用经验教程分享!

    h5 { font-size: 14px; }QTL办公区 - 实用经验教程分享!

    h6 { font-size: 12px; }QTL办公区 - 实用经验教程分享!

    .pointer { cursor: pointer; }QTL办公区 - 实用经验教程分享!

    .left { float: left; }QTL办公区 - 实用经验教程分享!

    .right { float: right; }QTL办公区 - 实用经验教程分享!

    .clearfix:before { content: ""; display: table; }QTL办公区 - 实用经验教程分享!

    .clearfix:after { content: ""; display: table; clear: both; }QTL办公区 - 实用经验教程分享!

    .hidden { overflow: hidden; }QTL办公区 - 实用经验教程分享!

    .red { color: #f00; }QTL办公区 - 实用经验教程分享!

    .blue { color: #0074d9; }QTL办公区 - 实用经验教程分享!

    textarea, input { word-wrap: break-word; word-break: break-all; padding: 0px; }QTL办公区 - 实用经验教程分享!

    .t_l { text-align: left; }QTL办公区 - 实用经验教程分享!

    .t_c { text-align: center; }QTL办公区 - 实用经验教程分享!

    .t-r { text-align: right; }QTL办公区 - 实用经验教程分享!

    .absolute { position: absolute; }QTL办公区 - 实用经验教程分享!

    .relative { position: relative; }QTL办公区 - 实用经验教程分享!

    .none { display: none; }QTL办公区 - 实用经验教程分享!

    .block { display: block; }QTL办公区 - 实用经验教程分享!

    .f12 { font-size: 12px; }QTL办公区 - 实用经验教程分享!

    .f14 { font-size: 14px; }QTL办公区 - 实用经验教程分享!

    .f16 { font-size: 16px; }QTL办公区 - 实用经验教程分享!

    .f18 { font-size: 18px; }QTL办公区 - 实用经验教程分享!

    .f20 { font-size: 20px; }QTL办公区 - 实用经验教程分享!

    .f24 { font-size: 24px; }QTL办公区 - 实用经验教程分享!

    .col { color: #b09865; }QTL办公区 - 实用经验教程分享!

    .table_cell { display: table-cell; vertical-align: middle; text-align: center; *display: block;QTL办公区 - 实用经验教程分享!

    *font-size: 175px;QTL办公区 - 实用经验教程分享!

    *font-family:Arial;QTL办公区 - 实用经验教程分享!

    }QTL办公区 - 实用经验教程分享!

    .table_cell>img { vertical-align: middle; }QTL办公区 - 实用经验教程分享!

    .btn { border: 0; display: block; text-align: center; line-height: 35px; height: 35px; cursor: pointer; color: #fff; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; background: #b09865; }QTL办公区 - 实用经验教程分享!

    alert.js jQuery兼容电脑手机端弹出层QTL办公区 - 实用经验教程分享!

  • 4

    书写并添加js代码。QTL办公区 - 实用经验教程分享!

    script src='js/jquery-1.9.0.min.js'>/script>QTL办公区 - 实用经验教程分享!

    script src='js/SyntaxHighlighter/shCore.js'>/script>QTL办公区 - 实用经验教程分享!

    script src='js/SyntaxHighlighter/makeSy.js'>/script>QTL办公区 - 实用经验教程分享!

    script src='js/alert.js'>/script>QTL办公区 - 实用经验教程分享!

    script src='js/alert-api.js'>/script>QTL办公区 - 实用经验教程分享!

    alert.js jQuery兼容电脑手机端弹出层QTL办公区 - 实用经验教程分享!

  • 5

    代码整体结构。QTL办公区 - 实用经验教程分享!

    alert.js jQuery兼容电脑手机端弹出层QTL办公区 - 实用经验教程分享!

  • 6

    查看效果。QTL办公区 - 实用经验教程分享!

    alert.js jQuery兼容电脑手机端弹出层QTL办公区 - 实用经验教程分享!

  • 以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!QTL办公区 - 实用经验教程分享!


    标签: JQUERY

    办公区 Copyright © 2016-2023 www.bgqu.net. Some Rights Reserved. 备案号:湘ICP备2020019561号