<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
#uname,#upwd{
width:265px;
height:40px;
border:1px solid #ddd;
padding-left:20px;
box-sizing:border-box;
background-image:url(images/yhm.png);
background-repeat:no-repeat;
background-position:95% center;
padding-right:50px;
}
</style>
</head>
<body>
<p>
<input type="text" id="uname" placeholder="請輸入您的用戶名">
</p>
<p>
<input type="password" id="upwd" placeholder="請輸入您的密碼">
</p>
</body>
</html>
