<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
     <div style=" display: none; z-index: 10; position: fixed; top: 50%; left:50%; margin-top:-200px; margin-left: -250px; background-color: white;height: 400px; width: 500px;

     "></div>
    <div style=" display: none; z-index:9; position: fixed; background-color: black;
     top:0;
     left:0;
     bottom:0;
     right:0;
     opacity: 0.5; "></div>
    <div style="height: 5000px; background-color: greenyellow">
        sdada
    </div>
</body>
</html>

 

posted on 2018-07-10 20:33  python我的最爱  阅读(237)  评论(0编辑  收藏  举报