码迷,mamicode.com
首页 > 其他好文 > 详细

前端弹框编写

时间:2020-07-18 19:50:38      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:弹框   bottom   姓名   fixed   height   back   head   pac   button   

<head>
<style>
.adModal{
position:fixed;
background: black;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 998;
opacity: 0.4;


}
.tdModal{
position:fixed;
background: white;
z-index:1000;
width: 400px;
height: 300px;
left: 50%;
top: 50%;
margin: -200px 0 0 -300px;
}
</style>
</head>

<body>

<div class="adModal"></div>
<div class="tdModal">
<p>
姓名:<input type="text" name="name">
</p>
<input type="button" value="提交">
</div>
</body>


前端弹框编写

标签:弹框   bottom   姓名   fixed   height   back   head   pac   button   

原文地址:https://www.cnblogs.com/jmc218/p/13336391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!