|
|
|
@ -1604,7 +1604,6 @@ img.bottomlogocenter { margin: 30px auto 10px auto;}
|
|
|
|
|
textarea { height: 100px; width: 95%; margin-bottom: 15px;}
|
|
|
|
|
input.InquiryCalendar, input.FullName, input.EmailAddress {width: 90%; }
|
|
|
|
|
input.Inquiryphone {width:45.4% !important;}
|
|
|
|
|
.right_tour { width: 400px;}
|
|
|
|
|
.optionLable { width: 31%;}
|
|
|
|
|
.visible-xs {display: none;}
|
|
|
|
|
.listtour {display: inline-block; clear: none;}
|
|
|
|
@ -1672,8 +1671,22 @@ input.Inquiryphone {width:45.4% !important;}
|
|
|
|
|
width: 1140px !important;}
|
|
|
|
|
#main_content_pc {float: left;width: 1140px; }
|
|
|
|
|
.pc_content {width: 750px;float: left; margin-right: 60px;}
|
|
|
|
|
|
|
|
|
|
.right_tour { position: sticky;
|
|
|
|
|
.right_ad_list ul { padding-left: 20px; margin-top: -10px; margin-bottom: 50px;}
|
|
|
|
|
.right_ad_list ul li {list-style: none; font-size: 17px; border-bottom: 1px solid #d1d1d1; padding: 8px 0;}
|
|
|
|
|
.right_ad_list ul li a { text-decoration: none;}
|
|
|
|
|
.right_ad_list ul li a:before {content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 7px;
|
|
|
|
|
height: 7px;
|
|
|
|
|
transition: transform 0.5s;
|
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
|
|
|
border-top: 3px solid #ad1818;
|
|
|
|
|
border-right: 3px solid #ad1818;
|
|
|
|
|
transform: rotate(
|
|
|
|
|
45deg );
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-left: -25px;}
|
|
|
|
|
.right_tour {
|
|
|
|
|
float: right;
|
|
|
|
|
top: calc(100% - 540px);
|
|
|
|
|
width: 330px;}
|
|
|
|
|