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

border邊框的了解

原創(chuàng) 2019-03-26 14:19:51 236
摘要: <!DOCTYPE  html>   <html>   <head>           <mete charset="utf-8">  
 <!DOCTYPE  html>
  <html>
  <head>
          <mete charset="utf-8">
		  <title>登錄頁面</title >
		  
		  <style  type="text/css">	
		     *{margin:  0;padding:  0;}
			 body{
			     background:  #151517;
			 }
			 div{
			     width:  400px;
				 height:  350px;
				 margin:  200px  auto;
				 background:  rgba(188,185,198,0.4);
				 border-radius:  10px;
			    text-align:  center;
			 }
			 img{
			     width:  80px;
			     border-radius:  50%;
				 margin-top:  50px;
				 
			 }
			 input{
			    width:  300px;
				height:30px;
				margin-top:15px;
			    border-radius:  6px;
			    border:  none;
				padding-left:  15px;
			 } 
			 botton{ 
			    border:  none;
			    width:  200px;
				height:  35px;
				border-radius:  6px;
			    background:  #151517;
		        color:  #fff;
		     }
		  </style>
  </head>	  
  <body>  
      <div>
         <img  src="http://cdn.duitang.com/uploads/item/201409/25/20140925003424_uzG3A.thumb.700_0.jpeg">
		 <form  action=""method="">
		    <input  type="text"  name=""placeholder="請輸入用戶名..."><br>
		    <input  type="password"  name=""placeholder ="請輸入密碼..."><br>
		    <button>登錄</button>
		 </form>
      </div>
  </body>  
  </html>


批改老師:滅絕師太批改時間:2019-03-26 16:48:31
老師總結(jié):邊框在后期布局的使用頻率還是很高的,多多練習(xí)!

發(fā)佈手記

熱門詞條