Commit 33efcea7 by Chao Sun

弹框高度调整

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