样式细节调整

master
candice 3 weeks ago
parent 15e2325c2b
commit a9cf9e108a

@ -133,7 +133,7 @@
<h4 style="margin-bottom: 0; margin-top: 10px; font-size: 1.2rem;"> <h4 style="margin-bottom: 0; margin-top: 10px; font-size: 1.2rem;">
* What's your hotel choice? * What's your hotel choice?
</h4> </h4>
<p style="font-size: 16px; <p style="font-size: 15px;
line-height: 20px; line-height: 20px;
margin-top: 10px; margin-top: 10px;
color: #666; color: #666;
@ -185,19 +185,19 @@
</div> </div>
<div class="date_select" > <div class="date_select" >
<input type="radio" value="exact dates" id="exact" name="trip_date"> <input type="radio" value="exact dates" id="exact" name="trip_date">
<label for="exact" class="updatedestination" style="font-size: 18px;"> <label for="exact" class="updatedestination" style="font-size: 16px;">
Exact dates Exact dates
</label> </label>
</div> </div>
<div class="date_select" > <div class="date_select" >
<input type="radio" value="approximate dates" id="approximate" name="trip_date"> <input type="radio" value="approximate dates" id="approximate" name="trip_date">
<label for="approximate" class="updatedestination" style="font-size: 18px;"> <label for="approximate" class="updatedestination" style="font-size: 16px;">
Approximate dates Approximate dates
</label> </label>
</div> </div>
<div class="date_select" > <div class="date_select" >
<input type="radio" value="Undecided dates" id="yet" name="trip_date"> <input type="radio" value="Undecided dates" id="yet" name="trip_date">
<label for="yet" class="updatedestination" style="font-size: 18px;"> <label for="yet" class="updatedestination" style="font-size: 16px;">
Undecided dates Undecided dates
</label> </label>
</div> </div>

Loading…
Cancel
Save