|
|
|
@ -267,7 +267,7 @@
|
|
|
|
|
|
|
|
|
|
#Date_Start,
|
|
|
|
|
#expectedMonth {
|
|
|
|
|
width: -webkit-fill-available;
|
|
|
|
|
width: 91%;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
font-family: Calibri;
|
|
|
|
|
border-radius: 6px !important;
|
|
|
|
@ -277,6 +277,8 @@
|
|
|
|
|
height: 30px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
display: block;
|
|
|
|
|
background: url(https://data.chinahighlights.com/pic/top10/tour-calendar.png) no-repeat 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -577,7 +579,7 @@
|
|
|
|
|
-webkit-transition: background-color 0.25s;
|
|
|
|
|
transition: background-color 0.25s;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
|
border: 2px solid #000;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
@ -1068,6 +1070,7 @@
|
|
|
|
|
placeholder="Select your travel date.">
|
|
|
|
|
</div>
|
|
|
|
|
<select class="country_code" id="tripLengthNumber" name="trip_length">
|
|
|
|
|
<option value="14">14 days</option>
|
|
|
|
|
<option value="1">1 day</option>
|
|
|
|
|
<option value="2">2 days</option>
|
|
|
|
|
<option value="3">3 days</option>
|
|
|
|
|