CSS3送信入力ボックス style_html/css_WEB-ITnose

WBOY
リリース: 2016-06-24 11:55:18
オリジナル
1255 人が閲覧しました

図に示すように入力ボックスのスタイルを作成しました:


CSS コードは次のとおりです:

#button {    cursor:pointer;    width:30%;    margin:5px;    padding:8px;    border-radius:4px 4px 4px 4px;    font-size:14px;    font-weight:bold;}input{	transition:all 0.30s ease-in-out;	-webkit-transition: all 0.30s ease-in-out;	-moz-transition: all 0.30s ease-in-out;		border:#364f86 1px solid;	border-radius:3px;	outline:none;}input:focus{	box-shadow:0 0 5px rgba(81, 203, 238, 1);	-webkit-box-shadow:0 0 5px rgba(81, 203, 238, 1);	-moz-box-shadow:0 0 5px rgba(81, 203, 238, 1);}textarea{	transition:all 0.30s ease-in-out;	-webkit-transition: all 0.30s ease-in-out;	-moz-transition: all 0.30s ease-in-out;		border:#364f86 1px solid;	border-radius:3px;	outline:none;}textarea:focus{	box-shadow:0 0 5px rgba(81, 203, 238, 1);	-webkit-box-shadow:0 0 5px rgba(81, 203, 238, 1);	-moz-box-shadow:0 0 5px rgba(81, 203, 238, 1);}
ログイン後にコピー

テーブルのコードは次のとおりです:

<table>                               <tr>                    <td>用户名</td>                    <td><input name="username" type="text" id="username" placeholder="用户名"  style="height:25px"></input>*</td>                </tr>                                              <tr>                    <td>联系方式</td>                    <td><input name="contact" type="text" id="contact" placeholder="电话或邮件地址"  style="height:25px"></input>*</td>                </tr>                <tr>                    <td>意见及建议</td>                    <td><textarea name="comment" id="comment" rows="9" cols="112" ></textarea></td>                </tr>               			    			    <tr>				<td colspan="2"align="center"><input type="submit" id="button" value="提交" /></td>			    </tr></table>
ログイン後にコピー


関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート