摘要: ###使用百分比来绝对定位一个元素,并配合使用translate,将元素移动定位居中。 <style> .mask{ position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5) } .content{ 阅读全文
posted @ 2022-03-26 11:10 小阿紫 阅读(657) 评论(0) 推荐(0)