div浮动层,遮罩层屏幕居中(水平垂直居中)CSS代码

.toast{      width:100px;      height:100px;      background:transparent;      background:rgba(0,0,0,0.5);      border-radius:8px;      position: fixed;      margin:auto;left:0; right:0; top:0; bottom
相关文章
相关标签/搜索