Commit 9c9da3d7 authored by youjie's avatar youjie

优化行程

parent 0e718fcd
...@@ -417,7 +417,12 @@ html, body{ ...@@ -417,7 +417,12 @@ html, body{
height: 0; height: 0;
padding-top: 100%; padding-top: 100%;
} }
.travelDaysMasterMap-oneImg img{
width: 100%;
height: auto;
min-height: 100%;
position: absolute;
}
.travelDaysMasterMap-text { .travelDaysMasterMap-text {
left: 15px; left: 15px;
right: 15px; right: 15px;
...@@ -846,6 +851,9 @@ html, body{ ...@@ -846,6 +851,9 @@ html, body{
} }
.img100{ .img100{
width: 100%; width: 100%;
height: auto;
left: 0;
min-height: 100%;
} }
.hidden{ .hidden{
overflow: hidden; overflow: hidden;
......
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