master
candice 4 years ago
parent f28d7556ef
commit b52c67338b

@ -260,7 +260,8 @@ padding: 0 15px;}
table.weather_info {background: #fff; table.weather_info {background: #fff;
border-collapse: collapse; border: 1px solid #d1d1d1;} border-collapse: collapse; border: 1px solid #d1d1d1;}
.today_weather { padding: 15px 0; background-color: #f6f6f6;} .today_weather { padding: 15px 0; background-color: #f6f6f6;}
.weather_img img {width: 50px;} .weather_img img {width: 50px; margin: 0 auto;
margin-bottom: 20px;}
.day_weather { .day_weather {
border-right: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1;
text-align: center; text-align: center;
@ -2018,7 +2019,7 @@ ul.zodiacsignlist {
.wechatinfo { .wechatinfo {
padding: 20px 0; padding: 20px 0;
display: table-cell; display: table-cell;
font-size: 22px; font-size: 20px;
line-height: 25px; line-height: 25px;
} }
.wechatred { .wechatred {

@ -78,7 +78,7 @@ p.reviewname { display: block; font-size: 18px; font-style: italic; background:
font-family: 'Goudy Old Style'; font-family: 'Goudy Old Style';
font-weight: 600; font-weight: 600;
margin-top: -15px; margin-top: -15px;
font-size: 23px; font-size: 21px;
line-height: 24px; line-height: 24px;
padding: 15px; padding: 15px;
} }
@ -97,7 +97,7 @@ p.reviewname { display: block; font-size: 18px; font-style: italic; background:
font-weight: 400; font-weight: 400;
margin-bottom: 5px; margin-bottom: 5px;
display: inline-block; display: inline-block;
font-size: 18px; font-size: 17px;
} }
.tourDays:after {border-left: solid 15px #000; .tourDays:after {border-left: solid 15px #000;
border-bottom: solid 17px transparent; border-bottom: solid 17px transparent;

Loading…
Cancel
Save