好看的表單HTML+CSS樣式,可直接執行
一個好看的表單 前端靜態頁面:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>首頁</title> <style type="text/css"> /* Basic Grey */ .basic-grey { margin-left:auto; margin-right:auto; max-width: 500px; background: #F7F7F7; padding: 25px 15px 25px 10px; font: 12px Georgia, "Times New Roman", Times, serif; color: #888; text-shadow: 1px 1px 1px #FFF; border:1px solid #E4E4E4; } .basic-grey h1 { font-size: 25px; padding: 0px 0px 10px 40px; display: block; border-bottom:1px solid #E4E4E4; margin: -10px -15px 30px -10px; color: #888; } .basic-grey h1>span { display: block; font-size: 11px; } .basic-grey label { display: block; margin: 0px; } .basic-grey label>span { float: left; width: 20%; text-align: right; padding-right: 10px; margin-top: 10px; color: #888; } .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select { border: 1px solid #DADADA; color: #888; height: 30px; margin-bottom: 16px; margin-right: 6px; margin-top: 2px; outline: 0 none; padding: 3px 3px 3px 5px; width: 70%; font-size: 12px; line-height:15px; box-shadow: inset 0px 1px 4px #ECECEC; -moz-box-shadow: inset 0px 1px 4px #ECECEC; -webkit-box-shadow: inset 0px 1px 4px #ECECEC; } .basic-grey textarea{ padding: 5px 3px 3px 5px; } .basic-grey select { /* background: #FFF url('down-arrow.png') no-repeat right;*/ /* background: #FFF url('down-arrow.png') no-repeat right);*/ appearance:none; -webkit-appearance:none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; width: 70%; height: 35px; line-height: 25px; } .basic-grey textarea{ height:100px; } .basic-grey .button { background: #E27575; border: none; padding: 10px 25px 10px 25px; color: #FFF; box-shadow: 1px 1px 5px #B6B6B6; border-radius: 3px; text-shadow: 1px 1px 1px #9E3F3F; cursor: pointer; } .basic-grey .button:hover { background: #CF7A7A } </style> </head> <body> <form action="" method="post"> <div class="basic-grey"> <h1>Contact Form <span>Please fill all the texts in the fields.</span> </h1> <label> <span>Themplate :</span> <select id="template" name="themplate" οnchange="changeStyle();"> <option value="basic-grey">basic-grey</option> <option value="elegant-aero">elegant-aero</option> <option value="smart-green">smart-green</option> <option value="white-pink">white-pink</option> <option value="bootstrap-frm">bootstrap-frm</option> <option value="dark-matter">dark-matter</option> </select> </label> <label> <span>Your Port :</span> <input id="port" type="text" name="port" placeholder="The port number you want to open" /> </label> <label> <span>Your Port :</span> <input id="ip" type="text" name="port" placeholder="The port number you want to open" /> </label> <label> <span>Your Email :</span> <input id="email" type="email" name="email" placeholder="Valid Email Address" /> </label> <label> <span>Message :</span> <textarea id="message" name="message" placeholder="Your Message to Us"></textarea> </label> <label> <span>Subject :</span><select name="selection"> <option value="Job Inquiry">Job Inquiry</option> <option value="General Question">General Question</option> </select> </label> <label> <span> </span> <input type="button" class="button" value="Send" /> </label> </div> </form> <script> function changeStyle() { var template = document.getElementById("template"); var index = template.selectedIndex; var templatevalue = template.options[index].value; var templatecss = document.getElementById("templatecss"); templatecss.setAttribute("href","css/" + templatevalue + ".css"); document.getElementsByTagName("form")[0].setAttribute("class",templatevalue); } </script> </body>
相關文章
- bootstrap中好看的檔案上傳樣式boot
- 用html+css樣式,畫背景圖HTMLCSS
- 【CSS】關於表單樣式CSS
- PHPCMS自定義表單樣式PHP
- 「HTML+CSS」--自定義按鈕樣式【004】HTMLCSS
- 「HTML+CSS」--自定義按鈕樣式【003】HTMLCSS
- 「HTML+CSS」--自定義按鈕樣式【001】HTMLCSS
- 「HTML+CSS」--自定義按鈕樣式【002】HTMLCSS
- HTML樣式插入、連結、表單標籤HTML
- CSS層疊樣式表——定義樣式表CSS
- 操作樣式表
- 【問題處理】同樣的並行表,同樣的索引結構,不同的執行計劃並行索引
- easyExcel多行表頭設定不同樣式和特定單元格設定樣式的實現Excel
- 前端開發的福音!這個功能可直接從藍湖貼上css樣式前端CSS
- 在單獨執行緒中執行物件成員函式 (轉)執行緒物件函式
- C# 對選單進行自定義樣式C#
- 怎樣停止一個正在執行的執行緒執行緒
- JS是怎樣執行的JS
- Webpack 是怎樣執行的?Web
- 13種常用按鈕、文字框、表單等CSS樣式CSS
- vue基礎-動態樣式&表單繫結&vue響應式原理Vue
- javascript如何獲取內聯樣式和外部樣式表的值JavaScript
- 使用 OpenQuery 函式對遠端表執行DMLENQ函式
- CSS樣式表繼承CSS繼承
- 面試登記表樣式面試
- qt樣式表未生效QT
- 這樣執行執行緒是否妥當?執行緒
- Excel怎麼做好看的課程表?Excel
- 如何讓兩個表單處於不同的執行緒中執行緒
- CSS的內聯樣式和外鏈樣式簡單介紹CSS
- 輕鬆玩轉花樣表單表單提交(轉)
- Webpack 是怎樣執行的?(一)Web
- jquery給元素新增樣式表的方法jQuery
- CSS 樣式清單整理CSS
- q:一個可直接在 CSV/TSV檔案上執行SQL的開源專案SQL
- 深入理解JavaScript執行(單執行緒的JS)JavaScript執行緒JS
- javascript中的自執行(立即執行)函式(function(){…})()JavaScript函式Function
- QSpinBox樣式表設定