You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
5.9 KiB
CSS
154 lines
5.9 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
.inquiryBlock { display: block; height: 100%; overflow: hidden; margin-top: 20px; }
|
|
.inquiryBlock a { text-decoration:none;}
|
|
.freeInquiry { background: #ae1819; color: #fff; font-size: 17px; padding: 8px 15px; display: block; border-radius: 4px; text-shadow: 2px 2px 5px #000; text-align:center; margin: 0 auto; }
|
|
.freeInquiry .availability { display: block; border: 1px solid #d1d1d1; font-family: Arial, Helvetica, sans-serif; color: #a31022; position: absolute; left: -190px; top: -16px; font-size: 12px; padding: 0 10px; border-radius: 4px; }
|
|
.freeInquiry .availability .arrow { background: url(https://data.chinahighlights.com/pic/arrow-right.png) no-repeat right; width: 10px; height: 16px; position: absolute; right: -10px; top: 5px; display: block; }
|
|
.freeInquiry a { color: #fff; text-decoration: none; }
|
|
.freeInquiry a:hover { color: #fff; }
|
|
a .freeInquiry { text-decoration:none;}
|
|
.InquiryBox { background:#e8e8e8; border-radius: 4px 4px 4px 4px; border:1px solid #d6d6d6; padding:15px; top:3px; width:100%; position: relative; margin-bottom:10px;}
|
|
|
|
.ListInquiryInfo { padding-bottom:15px; }
|
|
.TourTitle { color:#a31022; font-size: 26px; text-align:center; display:block; margin-bottom:5px; font-weight: 300;}
|
|
.TourTailor { display:block; text-align:center; color:#545454 !important; font-size:14px;}
|
|
.InquiryBox .sendButton, .InquiryBoxMobile .sendButton {
|
|
background: #ae1819 none repeat scroll 0 0;
|
|
border: medium none;
|
|
border-radius: 4px;
|
|
color: #fff;
|
|
font-size: 18px !important;
|
|
margin: 0 10px 15px 0;
|
|
padding: 10px;
|
|
text-align: center;
|
|
width: 100%;
|
|
|
|
}
|
|
.InquiryBox input, textarea {
|
|
background-color: #fff;
|
|
border: medium none;
|
|
border-radius: 4px;
|
|
box-shadow: 0 0 2px #999;
|
|
color: #333;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
}
|
|
|
|
.InquiryBox select {
|
|
border: medium none;
|
|
border-radius: 4px;
|
|
box-shadow: 0 0 2px #999;
|
|
color: #545454;
|
|
font-size: 14px;
|
|
padding: 10px 10px;
|
|
width: 100%;
|
|
}
|
|
p.InquiryDate input { background: url(https://data.chinahighlights.com/css/images/calender.GIF) no-repeat 98% 12px #fff;}
|
|
|
|
.InquiryBox input[type="text"], textarea {
|
|
width:100%;
|
|
}
|
|
.InquiryBox p label {
|
|
cursor: text;
|
|
font-size: 14px;
|
|
left: 10px;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: absolute;
|
|
top: 10px;
|
|
display: inline-block;
|
|
}
|
|
.InquiryBox .fa { margin-left: 15px; font-size: 20px;}
|
|
.InquiryBox input.InquiryCalendar { background: #fff url(//data.chinahighlights.com/pic/top10/tour-calendar.png) no-repeat 15px; padding-left: 50px; }
|
|
.InquiryBox input.FullName { background: #fff url(//data.chinahighlights.com/pic/input-name.png) no-repeat 15px; padding-left: 50px; }
|
|
.InquiryBox input.EmailAddress { background: #fff url(//data.chinahighlights.com/pic/input-email.png) no-repeat 15px; padding-left: 50px; }
|
|
input.Inquiryphone { background: #fff url(https://data.chinahighlights.com/pic/top10/tour-form-phone-tag-bg.png) no-repeat 15px;
|
|
padding-left: 50px;}
|
|
.InquiryBox p { margin-bottom: 15px !important; }
|
|
.firstStep { text-align: left; }
|
|
.firstStep .choiceTitle { display: block; font-size: 15px; margin: 10px 0 15px; }
|
|
.firstStep .choiceTitle .InfoNumber { background:#ae1819;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
display: block;
|
|
float: left;
|
|
|
|
font-size: 18px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
width: 30px; margin-right:8px;}
|
|
.firstStep .dateChoice { margin-left:25px; margin-bottom:10px;}
|
|
.firstStep input[type="radio"] { vertical-align: middle; margin: -3px 0 0 10px; }
|
|
.firstStep input[type="checkbox"] { display: block; position: absolute; left: 10px; top: 2px; }
|
|
.firstStep ul { margin-top: 10px; margin-left:15px; margin-bottom:15px; }
|
|
.firstStep li { margin-left: 10px; line-height: 20px; margin-bottom: 10px; padding-left: 30px; position: relative }
|
|
.firstStep li.noPadding { padding-left: 0 !important; }
|
|
.firstStep li strong { color: #999; font-weight: normal }
|
|
.InquiryBoxMobile input, textarea { line-height: 20px;}
|
|
@media (max-width:750px) {
|
|
.InquiryNote {display: block;
|
|
margin-top: 10px;
|
|
border-bottom: 1px dashed #a31022;
|
|
color: #a31022;
|
|
font-size: 13px;}
|
|
.InquiryBox { width:100% !important; padding-top:10px !important}
|
|
.ListInquiryInfo { background:none !important; height:80px !important;}
|
|
.TourTitle, .TourTailor { color:#a31022 !important;}
|
|
.InquiryBoxMobile { border-radius: 4px; padding: 10px 10px 20px 10px; border: 1px solid #a31022; }
|
|
|
|
.TourTailorMobile { color: #545454; margin-bottom: 10px; display:block; text-align:center; color:#545454 !important; font-size:15px;}
|
|
.FormTitleMobile { color:#a31022; font-size: 23px; text-align:center; display:block; margin-bottom:5px; }
|
|
|
|
.TitleMobile { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
|
|
border-radius: 0 0 4px 4px;
|
|
bottom: 0;
|
|
color: #fff;
|
|
font-size: 25px;
|
|
padding: 10px 7px;
|
|
position: absolute;
|
|
text-align: right;
|
|
width: 100%;}
|
|
}
|
|
|
|
.InquiryBoxMobile input[type="text"] {
|
|
padding: 12px 0 12px 15px !important;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
display: inline-block;
|
|
background: #fff;
|
|
font-weight: bold;
|
|
|
|
border: 1px solid #d1d1d1;
|
|
border-radius: 4px;
|
|
}
|
|
.InquiryBoxMobile input[type="date"] { padding: 12px 0 12px 15px !important;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
display: inline-block;
|
|
background: #fff;
|
|
border: 1px solid #d1d1d1;
|
|
font-weight: bold;
|
|
|
|
border-radius: 4px;
|
|
background-position: 96% 9px !important;
|
|
background-image: url(https://data.chinahighlights.com/pic/tailor/calendar-icon.png);
|
|
background-repeat: no-repeat;
|
|
height: 48px;}
|
|
.InquiryBoxMobile input, textarea{ width: 100% !important;
|
|
margin-left: 0!important;
|
|
margin-bottom: -5px !important;
|
|
border-width: 1px !important;
|
|
font-size: 14px !important;
|
|
border: 1px solid #d1d1d1;
|
|
box-shadow: none;
|
|
padding-bottom: 30px;
|
|
line-height: 20px;
|
|
}
|
|
|