master
candice 3 years ago
parent 66baba028f
commit fe2faee553

@ -1074,7 +1074,7 @@ input.dateicon {font-size: 16px;
#expandAll { #expandAll {
float: right; float: right;
cursor: pointer; cursor: pointer;
padding-bottom: 10px;
font-style: italic; font-style: italic;
color: #ad1818; color: #ad1818;
} }

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

Loading…
Cancel
Save