|
|
|
@ -906,7 +906,15 @@ ul.traintype li.active {background: #ad1818;
|
|
|
|
|
color: #fff;}
|
|
|
|
|
.trainsearch-red .form-control {width:100%; box-sizing: border-box; height: 40px; padding: 8px 12px; font-size: 16px;line-height: 1.428571429; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; }
|
|
|
|
|
.trainsearch-red input.departtime{ background:url(https://data.chinahighlights.com/css/images/calender.gif) no-repeat 95% 10px #fff;}
|
|
|
|
|
.trainsearch-red input.searchButtonLong{ background:#a31022; border-radius:4px; width:100%; font-size:18px; color:#fff; border:none; text-align:center; padding:8px 0;cursor: pointer}
|
|
|
|
|
.trainsearch-red input.searchButtonLong{ background: #a31022;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
width: auto;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 6px 30px;
|
|
|
|
|
cursor: pointer;}
|
|
|
|
|
.flex-row {display: flex; flex-direction: row; flex-wrap:wrap; align-items: stretch;justify-content:space-between; clear: both; margin-right: -20px;}
|
|
|
|
|
.flex-row:after {content: ""; flex: auto;}
|
|
|
|
|
.flex-col-4 { width: calc((100% - 20px * 4) / 4);margin-bottom:20px; margin-right:20px;}
|
|
|
|
|