|
|
|
@ -565,8 +565,19 @@ ul.tourhighlights li {list-style: square;
|
|
|
|
|
padding: 40px 40px 0 40px;
|
|
|
|
|
background: url(https://data.asiahighlights.com/image/tour/asia/china-tours-feedback-bg-left.png) no-repeat 0px 20px;
|
|
|
|
|
background-size: 65px;}
|
|
|
|
|
.feedback_content strong { display: block;
|
|
|
|
|
margin-bottom: 15px; font-size: 20px;}
|
|
|
|
|
.feedback_content strong {display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
height: 45px;}
|
|
|
|
|
.feedback_content p {display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 5;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
height: 100px;}
|
|
|
|
|
.tour_feedback img {margin: 0 auto;}
|
|
|
|
|
.customer_name {
|
|
|
|
|
text-align: center;
|
|
|
|
|