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

原创 2018-11-08 10:15:13 135
摘要:<!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>


批改老师:灭绝师太批改时间:2018-11-08 10:16:46
老师总结:多尝试是好事情,代码写多了,也可以熟能生巧哦!

发布手记

热门词条