css页面上推
.liu
-up
-view
{
position
:fixed
;
width
:100%;
box
-sizing
:border
-box
;
left
:0;
right
:0;
border
-top
-right
-radius
: 20rpx
;
border
-top
-left
-radius
: 20rpx
;
bottom
:0;
background
:#f7f7f7
;
transition
:all
.2s ease
-in-out
;
z
-index
:999;
display
: none
;
}
.liu
-up
-view
-show
{
display
: block
;
}
.liu
-up
-mask
{
position
:fixed
;
top
:0;
left
:0;
right
:0;
bottom
:0;
background
:rgba(0,0,0,.7);
z
-index
:999;
}
转载请注明原文地址: https://mac.8miu.com/read-507030.html