表单字段不对齐问题

时间:2018-05-10 09:20:01

标签: html css wordpress

在下面的代码段中,所有字段都已对齐,但这不是我网站here上的关注点。你能告诉我为什么会这样吗?

P.S。网站在Wordpress上。

#page_2_form input,#page_2_form input[type=text],#page_2_form input[type=email]{
 width: 600px !important;
 padding: .7em .5em;
}
<form action="/offer/details/results/" method="POST" id="page_2_form">
	<input type="text" name="username" placeholder="Name*"><br>
	<input type="email" name="email" placeholder="Email*"><br>
	<input style="margin-bottom:10px;" type="phone" name="phone" placeholder="Phone*"><br>
	<input type="submit" value="Get My Monthly Repayments">
</form>

0 个答案:

没有答案