js实现可拖动弹出登录框弹出层效果代码
代码语言:html
所属分类:弹出层
代码描述:js实现可拖动弹出登录框弹出层效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
padding: 0px;
margin: 0px;
font-size: 12px;
font-family: "微软雅黑";
}
.link {
margin-top:100px;
font-size: 16px;
text-align: center;
line-height: 20px;
}
.ui-dialog {
width: 380px;
height: auto;
display: none;
position: absolute;
z-index: 9000;
top: 0px;
left: 0px;
border: 1px solid #D5D5D5;
background: #fff;
}
.ui-dialog a {
text-decoration: none;
}
.ui-dialog-title {
height: 48px;
line-height: 48px;
padding: 0px 20px;
color: #535353;
font-size: 16px;
border-bottom: 1px solid #efefef;
background: #f5f5f5;
cursor: move;
user-select: none;
}
.ui-dialog-closebutton {
width: 20px;
height: 20px;
display: block;
position: absolute;
top: 12px;
right: 20px;
background: url(//repo.bfw.wiki/bfwrepo/icon/5e1e7bc24ffa1.png) no-repeat;
cursor: point.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0