Commit acb97f9e authored by youjie's avatar youjie

no message

parent 76ba234d
......@@ -245,8 +245,8 @@
.travelDaysMasterMap{
margin-top: 14px;
margin-bottom: 41px;
height: 632px;
overflow: hidden;
/* height: 632px;
overflow: hidden; */
}
.travelDaysMasterMap img{
left: 0;
......@@ -293,10 +293,11 @@
line-height: 34px;
}
.travelDaysContent{
/* min-height: 360px; */
max-height: 600px;
min-height: 360px;
line-height: 38px;
padding: 0 44px 265px 44px;
/* margin: 41px 0 47px 0; */
padding: 0 36px;
overflow: hidden;
}
.travelDaysContent-text{
font-size: 21px;
......
......@@ -183,7 +183,7 @@
},
getFontSize(title){
if(title.length>60){
return 929/60 +'px'
return 929/30 +'px'
}else{
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