CSS3提交意见输入框样式

做了个输入框样式,如图:


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代码例如以下:

<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>


转载于:https://www.cnblogs.com/gccbuaa/p/7392070.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值