SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
    <head>
        <style type="text/css">
            *{
                margin:0;
                padding:0;
            }
            body{
                background-color:#444;
            }
            div{
                /*86+86+66*/
                width:238px;
                border:1px dotted #ffa260;
                margin:100px auto;
                padding:20px;
            }
            .p1{
                font-size:30px;
                color:rgb(229,225,96);
                text-align:center;
                margin-bottom:15px;
            }
            .p2{
                font-size: 20px;
                color:rgb(229,225,96);
                text-align:center;
                margin-bottom:15px;
            }
            img{
                border:1px solid #ffa260;
                margin-right:20px;
            }
            img:nth-child(5){
                margin-right:0;
            }
            img:nth-child(8){
                margin-right:0;
            }

        </style>
    </head>
    <body>
        <div>
            <p class="p1">一刀999</p>
            <p class="p2">套装技能</p>
            <img src="./1_爱给网_aigei_com.png" /><img src="./巫术的见解(Insights)_爱给网_aigei_com.png" /><img src="./物流寻路(Pathfinding)_爱给网_aigei_com.png" /><img src="./巫术的见解(Insights)_爱给网_aigei_com.png" /><img src="./物流寻路(Pathfinding)_爱给网_aigei_com.png" /><img src="./巫术的见解(Insights)_爱给网_aigei_com.png" />
        </div>
    </body>
</html>