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

用html做的一個(gè)登錄框

original 2019-04-15 14:20:04 465
abstrait:<!DOCTYPE html><html><head> <title>登錄框</title></head><style type="text/css">*{margin:0 padding:0;}body{ background:#999; }.login { width:300px; marg

<!DOCTYPE html>

<html>

<head>

<title>登錄框</title>

</head>

<style type="text/css">

*{margin:0 padding:0;}

body{ background:#999; }

.login { width:300px; margin:100px auto; padding:10px 20px; background:#fff; border-radius: 5px; text-align: center; }

.pic {width:80px; height: 80px; border-radius: 50%; background:#eee; text-align: center; margin:0 auto 10px;}

.login input { width:100%;height: 30px; line-height: 30px; outline: none;

border-radius: 5px; border:1px solid #eee; margin-bottom:15px;}

.submit { width:100%; height: 40px!important; border:0;outline: none; border-radius: 5px; background:#ed4040;color:#fff; }

</style>

<body>

<div class="login">

<p class="pic"></p>

<form method="post" action="">

<input type="text" name="" placeholder="請(qǐng)輸入用戶名"><br>

<input type="text" name="" placeholder="請(qǐng)輸入密碼"><br>

<input type="submit" name="" value="登錄" class="submit"> 

</form>


</div>

</body>

</html>


Professeur correcteur:韋小寶Temps de correction:2019-03-14 13:14:31
Résumé du professeur:嗯 所以你的作業(yè)呢 ? ? 找時(shí)間把這個(gè)作業(yè)重新寫(xiě)一下 嗯 所以你的作業(yè)呢 ? ? 找時(shí)間把這個(gè)作業(yè)重新寫(xiě)一下 嗯 所以你的作業(yè)呢 ? ? 找時(shí)間把這個(gè)作業(yè)重新寫(xiě)一下 嗯 所以你的作業(yè)呢 ? ? 找時(shí)間把這個(gè)作業(yè)重新寫(xiě)一下

Notes de version

Entrées populaires