css給html添加效果

來源:互聯網
上載者:User

標籤:code   ddl   repeat   span   body   pre   link   jpg   txt   

  1 <!doctype html>  2 <html>  3     <head>  4     <title>EasyMall註冊介面</title>  5     <meta http-equiv="content-type" content="text/html" charset="utf-8">  6     <link rel="stylesheet" href="D:/MyEclipse 10/day02/regit/css/regit.css">      7     </head>  8     <body>  9     <h1>歡迎註冊EasyMall</h1> 10     <form action="#" method="post"> 11     <table> 12     <tr> 13         <td class="td_txt">使用者名稱:</td> 14         <td><input type="text" name="usrename"></td> 15     </tr> 16     <tr> 17         <td class="td_txt">密碼:</td> 18         <td><input type="password" name="password"></td> 19     </tr> 20     <tr> 21         <td class="td_txt">確認密碼:</td> 22         <td><input type="password" name="password1"></td> 23     </tr> 24     <tr> 25         <td class="td_txt">暱稱:</td> 26         <td><input type="text" name="nickname"></td> 27     </tr> 28     <tr> 29         <td class="td_txt">郵箱:</td> 30         <td><input type="text" name="email"></td> 31     </tr> 32     <tr> 33         <td class="td_txt">驗證碼:</td> 34         <td><input class="td1" type="text" name="yzm"> 35         <img alt="圖片載入失敗" src="D:\MyEclipse 10\day02\regit\img\yzm.jpg"></td> 36     </tr> 37     <tr> 38         <td colspan="2" class="td"><input type="submit" value="註冊使用者"></td> 39     </tr> 40     </table> 41     </form> 42     </body> 43 </html> 44  45  46 body{ 47     background-image: url("D:/MyEclipse 10/day02/regit/img/zc.jpg"); 48     background-repeat: no-repeat; 49     font-family: "微軟雅黑"; 50     background-position: top; 51 } 52 h1{ 53     text-align:center; 54     margin-top: 190px; 55     margin-bottom: 30px; 56     color:#990000; 57 } 58 table{ 59     /*text-align:center;*/ 60     margin:0px auto; 61 } 62 table tr td.td_txt{ 63     text-align: right; 64     font-size: 18px; 65 } 66 .td1{ 67     width:80px; 68     vertical-align: middle; 69 } 70 .td1+img{ 71     vertical-align:middle; 72 } 73 table tr td.td{ 74     text-align: center; 75 } 76 input{ 77     width:150px; 78     height:22px; 79     border-color: #ccc; 80 } 81  82 input[type="submit"]{ 83     background-color:red; 84     border:none; 85     width:127px; 86     height:44px; 87     font-size: 20px; 88     color:white; 89     font-weight: bolder; 90      91 } 92 input[type="submit"]:hover{ 93     background-color:blue; 94 } 95 input[type="submit"]:active{ 96     background-color: green; 97 } 98 input[type="submit"]:visited{ 99     background-color: pink;100 }

 

css給html添加效果

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.