利用layer制作好看的弹出框
一、下载layer
二、效果图
三、代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>layer弹出框</title>
<style>
.bt-form {
height: 100%;
font-size: 12px;
} .pb70 {
padding-bottom: 70px !important;
} .pd20 {
padding: 20px;
} .line {
padding: 5px 0;
} .line .tname {
display: block;
float: left;
height: 32px;
line-height: 32px;
overflow: hidden;
padding-right: 20px;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
width: 100px;
} .line .info-r {
margin-bottom: 5px;
margin-left: 100px;
position: relative;
} .bt-input-text {
border: 1px solid #ccc;
height: 30px;
line-height: 30px;
padding-left: 5px;
border-radius: 2px;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} .mr5 {
margin-right: 5px;
} .bt-form-submit-btn {
background: #f6f8f8;
border-top: 1px solid #edf1f2;
bottom: 0;
left: 0;
padding: 8px 20px 10px;
position: absolute;
text-align: right;
width: 100%;
box-sizing: border-box;
} .bt-form-submit-btn .btn:first-child {
margin-right: 4px;
} .btn-group-sm > .btn, .btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
} .btn-my {
background-color: #cbcbcb;
border-color: #cbcbcb;
color: #fff;
} .btn-my:hover {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
} .btn-success {
background: #50C05A;
border: #74D47D 1px solid;
color: #fff;
} .layui-layer-setwin .layui-layer-close2:hover {
transform: rotate(360deg) !important;
}
</style>
</head>
<body>
<script src="jquery.js"></script>
<script src="./layer/layer.js"></script>
<script>
var message = layer.open({
type: 1,
title: "信息补全",
area: '580px',
closeBtn: 2,
shadeClose: false,
shade: false,
offset: 'auto',
shade: [0.3, '#000'],
content: `<form class="bt-form pd20 pb70" id="form">
<div class="line">
<span class="tname">真实姓名 <span style="color: #f00;">*</span></span>
<div class="info-r ">
<input name="post[truename]" required placeholder="请输入真实姓名" class="bt-input-text mr5 " type="text"
style="width:330px" value="">
</div>
</div>
<div class="line">
<span class="tname">身份证 <span style="color: #f00;">*</span></span>
<div class="info-r ">
<input name="post[thumb]" id="thumb" class="bt-input-text mr5 " type="hidden" >
<input name="post[thumb1]" id="thumb1" class="bt-input-text mr5 " type="hidden" >
<input name="post[thumb2]" id="thumb2" class="bt-input-text mr5 " type="hidden" >
<table width="355">
<tbody>
<tr align="left" height="100" class="c_p">
<td width="20" style="padding: 0;position: relative;">
<img src="https://www.boyuan.com/skin/default/image/waitpic.gif" id="showthumb" title="预览图片"
onclick="if(this.src.indexOf('waitpic.gif') == -1){_preview(Dd('showthumb').src, 1);}else{Dalbum('',5,300,300, Dd('thumb').value, true);}">
<img src="https://www.boyuan.com/member/image/img_delete.gif" width="12" height="12" title="删除" onclick="delAlbum('','wait');" style="
position: absolute;z-index: 1;right: 10px;top: -5px;">
</td>
<td width="20" style="padding: 0;position: relative;"><img src="https://www.boyuan.com/skin/default/image/waitpic.gif" width="100"
height="100" id="showthumb1" title="预览图片"
onclick="if(this.src.indexOf('waitpic.gif') == -1){_preview(Dd('showthumb1').src, 1);}else{Dalbum(1,5,300,300, Dd('thumb1').value, true);}">
</td>
<td width="20" style="padding: 0;position: relative;"><img src="https://www.boyuan.com/skin/default/image/waitpic.gif" width="100"
height="100" id="showthumb2" title="预览图片"
onclick="if(this.src.indexOf('waitpic.gif') == -1){_preview(Dd('showthumb2').src, 1);}else{Dalbum(2,5,300,300, Dd('thumb2').value, true);}">
</td>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="bt-form-submit-btn">
<button type="button" class="btn btn-sm btn-my" id="close-modal">关闭</button>
<button type="button" class="btn btn-sm btn-success" id="submit-form">提交</button>
</div>
</form>`,
cancel: function () { },
success() {
$("#close-modal").on("click", function () {
layer.close(message);
});
$("#submit-form").on("click", function () {
doSubmit(id, message)
});
}
});
</script>
</body>
</html>
利用layer制作好看的弹出框的更多相关文章
- Bootboxjs快速制作Bootstrap的弹出框效果
Bootboxjs是一个简单的js库,简单快捷帮你制作一个Bootstrap的弹出框效果. 一.简介 bootbox.js是一个小的JavaScript库,它帮助您在使用bootstrap框架的时候快 ...
- layer.js漂亮的弹出框
它的官方网站:http://layer.layui.com/ 消息.确认框.ifame.自定义文本.旋转木马,都有按钮,是一款强大的js 弹出框: 以下为本人的简单介绍: layer.open({ t ...
- sweetalert : 一个比较好看的弹出框
1.引入 <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"> </script& ...
- layer:好看的弹出窗口
layer是一款web弹层组件,只需在调用时简单地配置相关参数,即可轻松实现丰富与便捷的操作体验. 这是layer的官方地址,里面的使用介绍非常详细(http://layer.layui.com/) ...
- ifream页面弹出框遮盖层覆盖父页面
1.首先找到子页面上遮罩层的id, 2.然后再父页面编写个js方法 function shade() { $(".layui-layer-shade").height($(wind ...
- 弹出框layer插件
有时候我们在网页制作中需要引用各种弹出框,弹出框的展现形式多种多样.可以是弹出图片,视频,文字,也可以是弹出图片轮播等形式: 弹出框插件——layer使用方法(其实官方文档中已经介绍的很详细): 下载 ...
- 关于Layer弹出框初探
layer至今仍作为layui的代表作,她的受众广泛并非偶然,而是这五年多的坚持,不断完善和维护.不断建设和提升社区服务,使得猿们纷纷自发传播,乃至于成为今天的Layui最强劲的源动力.目前,laye ...
- 使用layer显示弹出框笔记
$.layer({ area : ['200px','auto'], //控制层宽高.当设置为auto时,意味着采用自适应, 当然,对于宽度,并不推荐这样做.例如:area : ['310px ...
- 弹出框layer的使用封装
layer弹出框官方网址:http://layer.layui.com/ layer常用方法的封装:layerTool.jsp layer.config({ extend: 'extend/layer ...
随机推荐
- MLP神经网络实例--手写识别
1.导入MNIST数据集 直接使用fetch_mldata会报错,错误信息是python3.7把fetch_mldata方法移除了,所以需要单独下载数据集从这个网站上下载数据集: https://gi ...
- stm32 FSMC-TFTLCD显示
TFTLCD TFT液晶屏常用的通信模式主要有6800模式和8080模式,对于TFT彩屏通常都使用8080并口(简称80并口)模式 8080模式的读写时序其实跟LCD1602或者LCD12864的读写 ...
- lwm2m协议
开源代码:wakaama 1. LWM2M for IoT LWM2M(Light Weight Machine-to-Machine)轻量型的通信协议 IoT(Internet of Things) ...
- [LeetCode] 234. 回文链表 ☆(翻转链表)
描述 请判断一个链表是否为回文链表. 示例 1: 输入: 1->2输出: false示例 2: 输入: 1->2->2->1输出: true 进阶:你能否用 O(n) 时间复杂 ...
- java一些基本算法
本文主要介绍一些常用的算法: 冒泡排序:两两相互之间进行比较,如果符合条件就相互兑换. //冒泡排序升序 public static int[] bubblingSortAsc(int[] array ...
- c# 调试过程
- Vue框架之基础知识
在没有学习基础知识之前,我们需要下载vue的js文件,在使用vue语法之前引包 <script src='./vue.js'></script> 一.模板语法 模板语法是一种可 ...
- artDialog提示框
API网址 http://aui.github.io/artDialog/doc/index.html 相关资料下载 https://code.google.com/archive/p/artdial ...
- 三维视觉、SLAM方向全球顶尖实验室汇总
本文作者 任旭倩,公众号:计算机视觉life,编辑成员 欧洲 英国伦敦大学帝国理工学院 Dyson 机器人实验室 http://www.imperial.ac.uk/dyson-robotics-la ...
- sql index改怎么建
https://stackoverflow.com/questions/11299217/how-can-i-optimize-this-sql-query-using-indexes ------- ...