Commit 33efcea7 by Chao Sun

弹框高度调整

parent 61ce07b8
...@@ -190,20 +190,20 @@ ul li,ol li{ ...@@ -190,20 +190,20 @@ ul li,ol li{
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
z-index: 1; z-index: 1;
animation: slowUp .5s ease both;
} }
.toastContent{ .toastContent{
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 50%; height: 45%;
background-color: #fff; background-color: #fff;
z-index: 20; z-index: 20;
animation: slowUp .5s ease both; animation: slowUp .5s ease both;
} }
.toastContent.city{ .toastContent.city{
margin: 0; margin: 0;
height: 60%;
} }
.toastContent .live{ .toastContent .live{
display: flex; display: flex;
...@@ -248,7 +248,7 @@ ul li,ol li{ ...@@ -248,7 +248,7 @@ ul li,ol li{
.toastContent ul.city { .toastContent ul.city {
margin: 0; margin: 0;
overflow: scroll; overflow: scroll;
max-height: 240px; max-height: 250px;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.toastContent ul.city li{ .toastContent ul.city li{
......
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