|
|
|
@ -78,19 +78,18 @@
|
|
|
|
|
.formerSubTitle {display: block;
|
|
|
|
|
margin-bottom: 85px;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
right: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
margin-top: -30px;
|
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
|
font-weight: 600;}
|
|
|
|
|
|
|
|
|
|
/*底部表单*/
|
|
|
|
|
.InquiryBox {
|
|
|
|
|
padding: 10px 20px 50px 20px;
|
|
|
|
|
padding: 0 15px 15px 15px;
|
|
|
|
|
}
|
|
|
|
|
.InquiryBox input, textarea {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
height: 47px;
|
|
|
|
|
margin-left: -5px;
|
|
|
|
@ -100,19 +99,13 @@
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
}
|
|
|
|
|
.InquiryBox textarea {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
border: 1px solid #d1d1d1;
|
|
|
|
|
box-shadow: 0 0 0px #999;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
height: 80px;
|
|
|
|
|
width: 95%;
|
|
|
|
|
font-family: Calibri;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
.InquiryBox p label {
|
|
|
|
|
cursor: text;
|
|
|
|
@ -125,19 +118,13 @@
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.InquiryBox input.InquiryCalendar, .InquiryBox input.FullName, .InquiryBox input.EmailAddress, input.Inquiryphone { padding-left: 15px; }
|
|
|
|
|
.InquiryBox p { margin-bottom: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
display: flex; }
|
|
|
|
|
.InquiryBox .sendButton {
|
|
|
|
|
background: #ae1819 none repeat scroll 0 0;
|
|
|
|
|
background: #ad1818;
|
|
|
|
|
border: medium none;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 99%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
@ -145,7 +132,6 @@
|
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
|
height: 47px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
border-right: none;
|
|
|
|
|
box-shadow: 0 0 2px #999;
|
|
|
|
|
float: left;
|
|
|
|
|
width: 8%;}
|
|
|
|
@ -159,11 +145,7 @@
|
|
|
|
|
@media (min-width:1200px) {
|
|
|
|
|
.formerSubTitle {
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin-top: -269px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
|
font-size: 45px;
|
|
|
|
|
padding-left: 0; }
|
|
|
|
|
.detailtoptitle {
|
|
|
|
@ -184,11 +166,8 @@
|
|
|
|
|
.daytourBox { padding: 0 15px;}
|
|
|
|
|
.inquirybutton { width: 100%;}
|
|
|
|
|
.formerSubTitle { right: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-top: -260px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
text-shadow: 1px 1px 1px #000;}
|
|
|
|
|
width: calc(100% - 40px);}
|
|
|
|
|
.detailtoptitle {
|
|
|
|
|
margin-top: 165px;
|
|
|
|
|
display: block;
|
|
|
|
|