Commit acb97f9e authored by youjie's avatar youjie

no message

parent 76ba234d
...@@ -245,8 +245,8 @@ ...@@ -245,8 +245,8 @@
.travelDaysMasterMap{ .travelDaysMasterMap{
margin-top: 14px; margin-top: 14px;
margin-bottom: 41px; margin-bottom: 41px;
height: 632px; /* height: 632px;
overflow: hidden; overflow: hidden; */
} }
.travelDaysMasterMap img{ .travelDaysMasterMap img{
left: 0; left: 0;
...@@ -293,10 +293,11 @@ ...@@ -293,10 +293,11 @@
line-height: 34px; line-height: 34px;
} }
.travelDaysContent{ .travelDaysContent{
/* min-height: 360px; */ max-height: 600px;
min-height: 360px;
line-height: 38px; line-height: 38px;
padding: 0 44px 265px 44px; padding: 0 36px;
/* margin: 41px 0 47px 0; */ overflow: hidden;
} }
.travelDaysContent-text{ .travelDaysContent-text{
font-size: 21px; font-size: 21px;
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
}, },
getFontSize(title){ getFontSize(title){
if(title.length>60){ if(title.length>60){
return 929/60 +'px' return 929/30 +'px'
}else{ }else{
return '30px' return '30px'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment