全屏遮罩层
.zhezhao {
position: absolute;
width: 150px;
top: 0;
z-index: 30;
background-color: rgba(0,0,0,0.8);
padding: 15px;
}
/*全屏*/
div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
}
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。