亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

一個(gè)簡(jiǎn)易的登錄頁(yè)面

オリジナル 2019-03-17 22:24:14 299
サマリー:<!DOCTYPE html><html><head>    <meta charset="utf-8">    <title>登錄頁(yè)面</title>    <link rel="icon" type="ima

<!DOCTYPE html>

<html>

<head>

    <meta charset="utf-8">

    <title>登錄頁(yè)面</title>

    <link rel="icon" type="image/x-icon" href="">

    <style type="text/css">

        *{margin: 0;padding: 0;}

        body{

            background: url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1552479365972&di=6ad46d9c4874b591428ad2f37b421450&imgtype=0&src=http%3A%2F%2Fimg.zcool.cn%2Fcommunity%2F03836945805eb3fa84a0e282be1f6eb.jpg);

        }

        div{

            width: 450px;

            height: 350px;

            margin: 200px auto;

            background: rgba(188,185,198,0.4);

            border-radius: 10px;/*添加圓角邊框*/

            border-top-left-radius: 100px;/*添加左上角圓角邊框*/

            border-bottom-right-radius: 100px;/*添加右下角圓角邊框*/

            text-align: center;

        }

        img{

            width: 80px;

            border-radius: 50%;

            margin-top: 50px;

        }

        .name,.pwd{

            width: 300px;

            height: 30px;

            margin-top: 15px;

            border-radius: 6px;

            border: none; 

            padding-left: 15px;

        }

        button{

            border: none;

            width: 200px;

            height: 35px;

            border-radius: 6px;/*邊框圓角*/

            /*background: yellow;*/

            color: red;

            margin-top: 20px;

            font-size: 18px;

            box-shadow: 0px 9px 40px #FF0 inset;

        }

    </style>

</head>

<body>

    <div>

        <img src="http://img4.duitang.com/uploads/item/201412/24/20141224224554_SuYth.thumb.700_0.jpeg">

        <form action="" method="">

            <input type="text" name="name" placeholder="請(qǐng)輸入賬號(hào)。。。" class="name"><br>

            <input type="password" name="pwd" placeholder="請(qǐng)輸入密碼。。。" class="pwd"><br>

            <button>登錄</button>

        </form>

    </div>

</body>

</html>


添削の先生:滅絕師太添削時(shí)間:2019-03-18 09:36:01
先生のまとめ:完成的不錯(cuò),可以把學(xué)到的知識(shí)運(yùn)用起來,繼續(xù)加油!

手記を発表する

人気のある見出し語(yǔ)