<small id='3mVxT'></small><noframes id='3mVxT'>

    <i id='3mVxT'><tr id='3mVxT'><dt id='3mVxT'><q id='3mVxT'><span id='3mVxT'><b id='3mVxT'><form id='3mVxT'><ins id='3mVxT'></ins><ul id='3mVxT'></ul><sub id='3mVxT'></sub></form><legend id='3mVxT'></legend><bdo id='3mVxT'><pre id='3mVxT'><center id='3mVxT'></center></pre></bdo></b><th id='3mVxT'></th></span></q></dt></tr></i><div id='3mVxT'><tfoot id='3mVxT'></tfoot><dl id='3mVxT'><fieldset id='3mVxT'></fieldset></dl></div>

      <tfoot id='3mVxT'></tfoot>
      • <bdo id='3mVxT'></bdo><ul id='3mVxT'></ul>

    1. <legend id='3mVxT'><style id='3mVxT'><dir id='3mVxT'><q id='3mVxT'></q></dir></style></legend>
      1. layui点击图片实现预览功能

        时间:2024-07-18
          <tfoot id='Otvst'></tfoot>
          1. <small id='Otvst'></small><noframes id='Otvst'>

                <legend id='Otvst'><style id='Otvst'><dir id='Otvst'><q id='Otvst'></q></dir></style></legend>
              • <i id='Otvst'><tr id='Otvst'><dt id='Otvst'><q id='Otvst'><span id='Otvst'><b id='Otvst'><form id='Otvst'><ins id='Otvst'></ins><ul id='Otvst'></ul><sub id='Otvst'></sub></form><legend id='Otvst'></legend><bdo id='Otvst'><pre id='Otvst'><center id='Otvst'></center></pre></bdo></b><th id='Otvst'></th></span></q></dt></tr></i><div id='Otvst'><tfoot id='Otvst'></tfoot><dl id='Otvst'><fieldset id='Otvst'></fieldset></dl></div>

                  <tbody id='Otvst'></tbody>

                  <bdo id='Otvst'></bdo><ul id='Otvst'></ul>
                • layui点击图片实现预览功能,要怎么实现呢?

                  HTML内使用代码:
                  <img src="..." alt="..." width="200px" height="200px" class="layui-upload-img" onclick="previewImg(this)">
                  
                  JS代码部分:
                   function previewImg(obj) {
                          var img = new Image();
                          img.src = obj.src;
                          var height=img.height,width=img.width;
                          if(img.height > 600) {
                              height = '600px';
                              width=(600/(img.height))*(img.width);
                          }
                      
                          var imgHtml = "<img src='" + obj.src + "' height='"+height+"' width='"+width+"' />";
                          //弹出层
                          layer.open({
                              type: 1,
                              offset: 'auto',
                              area: [width,'auto'],
                              shadeClose:true,//点击外围关闭弹窗
                              scrollbar: false,//不现实滚动条
                              title: "图片预览", //不显示标题
                              content: imgHtml, //捕获的元素,注意:最好该指定的元素要存放在body最外层,否则可能被其它的相对元素所影响
                              cancel: function () {
                                 
                              }
                          });
                      }
                  
                   
                  上一篇:layui.laydate默认当前时间时分秒 下一篇:没有了

                  相关文章

                    <small id='tp1Bc'></small><noframes id='tp1Bc'>

                    <i id='tp1Bc'><tr id='tp1Bc'><dt id='tp1Bc'><q id='tp1Bc'><span id='tp1Bc'><b id='tp1Bc'><form id='tp1Bc'><ins id='tp1Bc'></ins><ul id='tp1Bc'></ul><sub id='tp1Bc'></sub></form><legend id='tp1Bc'></legend><bdo id='tp1Bc'><pre id='tp1Bc'><center id='tp1Bc'></center></pre></bdo></b><th id='tp1Bc'></th></span></q></dt></tr></i><div id='tp1Bc'><tfoot id='tp1Bc'></tfoot><dl id='tp1Bc'><fieldset id='tp1Bc'></fieldset></dl></div>

                    • <bdo id='tp1Bc'></bdo><ul id='tp1Bc'></ul>
                      <legend id='tp1Bc'><style id='tp1Bc'><dir id='tp1Bc'><q id='tp1Bc'></q></dir></style></legend>

                    1. <tfoot id='tp1Bc'></tfoot>