不是很熟练。还是需要多应用。尝试各种不一样的效果。

Original 2018-11-08 10:15:13 123
abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><style>*{margin: 0px;padding: 0px;}input{width: 200px;height: 20px; margin:

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style>

*{margin: 0px;padding: 0px;}

input{width: 200px;height: 20px; margin: 2px;}

.button{width: 200px;height: 30px;border:none; background-color: #FF5000; color: #fff; border-radius: 10px; box-shadow: 0px 5px 20px #ccc;}

</style>

</head>

<body>

<from>

<input type="text" name="user" placeholder="请输入用户名"><br>

<input type="password" name="pwd" placeholder="请输入密码"><br>

<input type="button" value="登陆" name="go">

</from>

</body>

</html>


Correcting teacher:灭绝师太Correction time:2018-11-08 10:16:46
Teacher's summary:多尝试是好事情,代码写多了,也可以熟能生巧哦!

Release Notes

Popular Entries