yc2016
2016-07-15 17:36
能不能让alert弹出的窗口始终居中呢
.Absolute-Center{
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
应该是这样吧
我试了试发现不会,不知道具体把居中的代码添加在哪里 ,题主能贴个代码么?
alert所在的 .类名 或#id名{
margin:0 auto;
}
添加个绝对居中样式
{
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
JavaScript入门篇
739814 学习 · 9566 问题
相似问题