layui怎么调整弹框大小

layui调整弹框大小的方法:首先新建一个html代码页面;然后使用link链接一个外部样式layer.css文件;接着创建弹出框;最后在“layer.opren()”方法里面使用“area:[]”设置弹出框的大小即可。

layui怎么调整弹框大小

推荐:《layUI教程》

打开前端开发工具,新建一个html代码页面

9ae8b2eb153bf2257569e43648623fd.png

找打页面上的标签,在这个标签后面使用link链接一个外部样式layer.css文件</p><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1605666728677014.png" title="1605666728677014.png" alt="bfcad45087c9a9bf1996d8bbaf36bbb.png"></p><p>在链接的layer.css文件后面插入外部的jquery.js、layer.js这两个外部文件</p><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1605666732908481.png" title="1605666732908481.png" alt="40338893e23e70f31782b822209cbf0.png"></p><p>创建弹出框。创建一个新的<script>标签,然后在这个标签里面使用layer.open()创建弹出框功能。</p><p>创建弹出框代码:</p><pre>layer.open({ type: 2, content: "test.html" })</pre><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1605666742814047.png" title="1605666742814047.png" alt="d68abf07c38d028147569161e44100a.png"></p><p>查看弹出框效果。保存html代码文件后使用浏览器打开,这个时候看到弹出框已经功能已经实现</p><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1605666746963699.png" title="1605666746963699.png" alt="446630393fa421565f953f987e4cf8f.png"></p><p>修改弹出框大小。在layer.opren()方法里面使用area:[]设置弹出框的宽/高。</p><p>代码:</p><pre>layer.open({ type: 2, area:["500px","400px"], content: "test.html" })</pre><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1605666754469863.png" title="1605666754469863.png" alt="cdf5af78b4ebc5cd5708d1a64b6ba48.png"></p><p>保存html代码后重新刷新浏览器页面,即可看到弹出框的大小已被修改</p><p><img src="/Uploads/news/56c370a46b72fc1de0aa9cd5a2022662/1605666758532235.png" title="1605666758532235.png" alt="f35cfd6f7e657bc580d525ad8d5e21d.png"></p> <p>以上就是<a href="/tag-news-name-layui-p-1.html">layui</a>怎么调整弹框大小的详细内容,更多请关注www.sxiaw.com其它相关文章!</p> <button type="button" class="ask_text test-iframe-handle"> </button> </div> </article> <aside class="swnetnews"> <div class="lis"> <span><i>推荐内容</i></span> <ul> <li><a href="/doc/7368.html" title="怎么查看vscode编码方式" target="_blank">怎么查看vscode编码方式</a></li><li><a href="/doc/3449.html" title="如何使用Golang来将PDF转换为HTML" target="_blank">如何使用Golang来将PDF转换为HTML</a></li><li><a href="/doc/6929.html" title="分享PHP中使用PDO操作事务的一些小测试" target="_blank">分享PHP中使用PDO操作事务的一些小测试</a></li><li><a href="/doc/6387.html" title="你必须了解PHP用法以及运行(附详细教程)" target="_blank">你必须了解PHP用法以及运行(附详细教程)</a></li><li><a href="/doc/5216.html" title="怎么使PHP服务器在有限的资源里最大提升并发能力" target="_blank">怎么使PHP服务器在有限的资源里最大提升并发能力</a></li><li><a href="/doc/4469.html" title="了解php-fpm中max_children的配置" target="_blank">了解php-fpm中max_children的配置</a></li><li><a href="/doc/6750.html" title="Python线程的创建与常用方法(实例详解)" target="_blank">Python线程的创建与常用方法(实例详解)</a></li><li><a href="/doc/6097.html" title="c语言中形参和实参有什么区别" target="_blank">c语言中形参和实参有什么区别</a></li><li><a href="/doc/10013.html" title="redis中的关系查询介绍" target="_blank">redis中的关系查询介绍</a></li><li><a href="/doc/4996.html" title="C#正则表达式元字符详解" target="_blank">C#正则表达式元字符详解</a></li> </ul> </div> </aside> </main> <script> // first, find all the div.code blocks document.querySelectorAll('pre').forEach(el => { // then highlight each hljs.highlightElement(el); hljs.lineNumbersBlock(el); }); </script> <link rel="stylesheet" type="text/css" href="/kan/css/basezb.css"> <script type="text/javascript" src="/kan/js/read.js"></script> <div style="display:none"> <div class="login-box" id="login-dialog"> <div class="login-top"><a rel="nofollow" id="login1" onclick="setTab('login',1,2);" >登录</a></div> <div class="login-form" id="nav-signin"> <!-- <div class="login-ico"><a rel="nofollow" class="qq" id="qqlogin" target="_blank" href="/user-center-qqlogin.html"> QQ </a></div> --> <div class="login-box-form" id="con_login_1"> <form id="loginform" action="/user-center-login.html" method="post" onsubmit="return false;"> <p class="int-text"> <input class="email" id="username" name="username" type="text" value="用户名或Email" onfocus="if(this.value=='用户名或Email'){this.value='';}" onblur="if(this.value==''){this.value='用户名或Email';};" ></p> <p class="int-text"> <input class="password1" type="password" id="password" name="password" value="******" onBlur="if(this.value=='') this.value='******';" onFocus="if(this.value=='******') this.value='';" > </p> <p class="int-info"> <label class="ui-label"> </label> <label for="agreement" class="ui-label-checkbox"> <input type="checkbox" value="" name="cookietime" id="cookietime" checked="checked" value="2592000"> <input type="hidden" name="notforward" id="notforward" value="1"> <input type="hidden" name="dosubmit" id="dosubmit" value="1">记住我的登录 </label> <a rel="nofollow" class="aright" href="/user-center-forgetpwd.html" target="_blank"> 忘记密码? </a></p> <p class="int-btn"><a rel="nofollow" id="loginbt" class="loginbtn"><span>登录</span></a></p> </form> </div> </div> </div> </div> </div> <script type="text/javascript" src="/kan/js/foot_js.js"></script> <div id="footer"> <div class="w1200"> <p class="tips_text">本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。</p> <p class="tips_text">Copyright © 2004-2018 https://www.sxiaw.com. All Rights Reserved.<script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?fa236be8ec7680639fbd4ee307fd0c69"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <a href="http://beian.miit.gov.cn/" target="_blank">津ICP备2023001793号-1</a></p> </div> </div> </body> </html>