样式细节修改

master
candice 1 year ago
parent bf6986e05f
commit 2b630a31df

@ -122,9 +122,7 @@
border-radius: 4px;
color: #000
}
.inputTerm input.number { width: 49%;
margin-top: 15px;
height: 57px;}
.inputTerm input.number { width: 51%; height: 57px;}
button#tmsubmit {
background: #ad1818;
text-align: center;
@ -239,8 +237,8 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p
border-radius: 4px;
border: 1px solid #d1d1d1;
width: auto;
margin-top: 15px;
margin-right: 15px;
position: relative;
top: -8px;
}
p.top_info {
width: 860px;
@ -318,7 +316,7 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p
}
select.country_code,
.selectionBlock, input.arrivalDate, .inputTerm input.number {
.selectionBlock, input.arrivalDate, .inputTerm input.number, select.code {
width: 100%;
}
@ -440,7 +438,7 @@ select.gender_pick {border: 1px solid #d1d1d1;
<div id="name_error_msg" class="hidden">Please enter your name.</div>
<div class="inputTerm">
<input type="text" name="passport[]" required="" class="number">
<input type="text" name="passport[]" required="" class="number" style="width: 100%;">
<label>
Passport No.
</label>

Loading…
Cancel
Save