.alert { position: absolute; left: 50%; top: 50%; width: 300px; height: 200px; margin-left: -150px; margin-top: -100px; background: #1c242a; -webkit-border-radius: 5px; padding-bottom: 15px;}根据屏幕大小自动设置块位置
不能根据内容自动调整块大小
本文共 297 字,大约阅读时间需要 1 分钟。
.alert { position: absolute; left: 50%; top: 50%; width: 300px; height: 200px; margin-left: -150px; margin-top: -100px; background: #1c242a; -webkit-border-radius: 5px; padding-bottom: 15px;}根据屏幕大小自动设置块位置
不能根据内容自动调整块大小
转载于:https://my.oschina.net/u/273372/blog/115640