|
|
|
@ -606,7 +606,7 @@ table.infotable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
table.infotable th {
|
|
|
|
|
background: #313131;
|
|
|
|
|
background: #555;
|
|
|
|
|
padding: 15px 10px;
|
|
|
|
|
border-top: 1px solid #d1d1d1;
|
|
|
|
|
border-right: 1px solid #d1d1d1;
|
|
|
|
@ -622,6 +622,10 @@ table.infotable td {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
}
|
|
|
|
|
table.infotable tr:nth-child(odd) td {
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.infotable td a {
|
|
|
|
|
border-bottom: 3px solid #d1d1d1;
|
|
|
|
|
}
|
|
|
|
@ -648,7 +652,7 @@ table.monthWeather {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.monthWeather th {
|
|
|
|
|
background: #313131;
|
|
|
|
|
background: #555;
|
|
|
|
|
padding: 15px 10px;
|
|
|
|
|
border-top: 1px solid #d1d1d1;
|
|
|
|
|
border-right: 1px solid #d1d1d1;
|
|
|
|
@ -2842,19 +2846,22 @@ table.table-bordered { border-left: 1px solid #d1d1d1;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
margin: 50px 0;
|
|
|
|
|
width: 100%;}
|
|
|
|
|
table.table-bordered th { background: #313131;
|
|
|
|
|
table.table-bordered th { background: #555;
|
|
|
|
|
padding: 15px 10px;
|
|
|
|
|
border-top: 1px solid #d1d1d1;
|
|
|
|
|
border-right: 1px solid #d1d1d1;
|
|
|
|
|
border-bottom: 1px solid #d1d1d1;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 23px;
|
|
|
|
|
color: #fff;}
|
|
|
|
|
color: #000;}
|
|
|
|
|
table.table-bordered td {padding: 15px;
|
|
|
|
|
border-right: 1px solid #c9c9c9;
|
|
|
|
|
border-bottom: 1px solid #c9c9c9;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 22px;}
|
|
|
|
|
table.table-bordered tr:nth-child(odd) td {
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
ul.nav-tabs { display: inline-block;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
margin-bottom: -54px;}
|
|
|
|
@ -2870,6 +2877,9 @@ ul.nav-tabs li { float: left;
|
|
|
|
|
font-family: 'raleway regular';}
|
|
|
|
|
ul.nav-tabs li.active { background: #313131;}
|
|
|
|
|
ul.nav-tabs li.active a { color: #fff;}
|
|
|
|
|
table.table-bordered td .quotation { font-weight: 600;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-style: italic;}
|
|
|
|
|
/*pc style end */
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
|
p { padding: 0;}
|
|
|
|
@ -3200,7 +3210,7 @@ margin-left: 0;
|
|
|
|
|
border: 1px solid #cecece;
|
|
|
|
|
padding: 15px;}
|
|
|
|
|
.recotourname a, .destinationtop, ul.expatstourtag li { color: #000;}
|
|
|
|
|
ul.expatstourtag li { width: 100%;}
|
|
|
|
|
ul.expatstourtag li { width: 100%; margin-bottom: 5px;}
|
|
|
|
|
.tourbutton { float: initial;}
|
|
|
|
|
.tourbutton a { color: #ad1818;}
|
|
|
|
|
.grouptours { width: 100%;}
|
|
|
|
@ -3250,6 +3260,7 @@ width: auto;
|
|
|
|
|
.comment { padding: 0 15px;}
|
|
|
|
|
.InquiryButtonTour { width: 70%;}
|
|
|
|
|
.PopCity { padding: 0; margin-right: 0;}
|
|
|
|
|
ul.expatstourtag { display: block;}
|
|
|
|
|
/*集合页 结束*/
|
|
|
|
|
#main_content_mobile {padding-top: 30px; max-width: 100%;}
|
|
|
|
|
.img-responsive, video, .table-responsive { overflow-x: auto;}
|
|
|
|
|