SOURCE

console 命令行工具 X clear

                    
>
console

            
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=0.3, maximum-scale=1.0, minimum-scale=0.3">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <style>
        * {
            margin: 0;
            padding: 0
        }

        .container {
            position: relative;
            width: 100%;
           
        }

        #one,
        .head {
            text-align: center;
            width: 100%;
          
        }


        .day {
            position: absolute;
            width: 70px;
            height: 70px;
            border-bottom-left-radius: 20%;
            border-bottom-right-radius: 20%;
            border-top-left-radius: 20%;
            border-top-right-radius: 20%;
            transform: rotate(90deg);
            display:flex;
        }

        .pass {

            margin-left: 40px;
            margin-top: -40px;
          
        }

        .news1 {
            margin-left: 60px;
            color: gray;
            margin-top:20px;

        }

      
     
       
        
        .pic{
            display:flex;
             width:100%;
              
        }
        .one1{
            position:absolute;
            display:flex;
            flex-direction:column;
            width:100%;
            margin-top:60px;
            margin-left:-20px;
        }
    </style>
</head>

<body>
    <div class="container">
        <div class="world">
        <div class="head">
            <img src="https://www.zenitour.com/img/logoIndex.png">
        </div>
        <div id="one">
            <img src="https://www.zenitour.com/upload/zetu.png" class="pic">
        </div>
        <div class="pass">
            <img src="https://www.zenitour.com/upload/pangyinan.png" class="day">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <span style="margin-left: 50px; color: #fff ;font-size:10px; ">庞一男</span>
        </div>
    </div>
        <!-- 下面的课件 -->
        <div class="one1">
        <p class="news1"> html:简单主页</p>
        <p class="news1"> html:各种文本</p>
        <p class="news1"> html:个人小日历</p>
        <p class="news1"> html:表单及控件</p>
    </div>





    </div>
</body>

</html>
@media screen and (min-width: 320px)  {
    .container {
    float: left;
    width: 50%;
}
}
@media screen and (min-width: 414px)  {
    .container {
    float: left;
    width: 50%;
    margin-top:0px;
}
}
@media screen and (min-width: 800px) {
    .container {
    float: left;
    width: 50%;
    margin-top:px;
}
}
@media screen and (min-width: 1024px)  {
    .container {
    float: left;
    width: 50%;
    margin-top:0px;
}
}