增加线路页面上顾问内容样式

master
candice 2 years ago
parent 7cfabba2ff
commit bc105e3106

@ -685,6 +685,49 @@ ul.tour_tags li {list-style: none;
margin-bottom: 10px;} margin-bottom: 10px;}
ul.tour_tags li strong {margin-right: 10px; ul.tour_tags li strong {margin-right: 10px;
font-family: 'Goudy Old Style'; } font-family: 'Goudy Old Style'; }
.expert_say_content {border-radius: 6px;
padding: 25px;
position: relative;
background: #fff;
box-shadow: 0px 0px 4px 0px #dcdcdc;
border: 1px solid #dcdcdc;
margin: 0 50px;
font-style: italic;}
.expert_content {padding: 0 65px; margin-top: 40px;}
.expert_content img {width: 100px;
border-radius: 50%;
float: left;
margin-right: 35px;}
.expert_content ul {display:inline-block; margin: 0; padding-left: 0;}
.expert_content ul li {list-style: none;}
.expert_content ul li.expert_name {list-style: none;
font-size: 25px;
font-family: 'Goudy Old Style';
font-style: italic;
color: #254888;
font-weight: 600;
margin-bottom: 5px;}
.expert_content ul li.expert_why {background: url(https://data.asiahighlights.com/image/forms/proposal-letter-special-requests-list-bg.png) no-repeat left;
list-style: none;
padding-left: 35px;
margin-bottom: 5px;}
.expert_content ul li.expert_why strong {color: #254888;}
.expert_content ul li.expert_whatsapp {background: url(https://data.asiahighlights.com/image/forms/proposal-letter-whatsapp.jpg) no-repeat;
list-style: none;
padding-left: 35px; margin-top: 8px;font-weight: 600;}
.expert_say_content:after {
content: ' ';
position: absolute;
bottom: -30px;
border-style: solid;
border-width: 10px;
border-color: #fff transparent transparent #fff;
background-color: #d1d1d1;
margin: 20px;
transform: rotate(
45deg);
left: 35px;
}
.inquirybutton { .inquirybutton {
font-size: 21px; font-size: 21px;
position: fixed; position: fixed;

Loading…
Cancel
Save