master
chen 2022-08-18 17:10:35 +08:00
parent 3f8d558c04
commit fc73801043
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
border-radius: 30rpx 30rpx 0 0; border-radius: 30rpx 30rpx 0 0;
width: 750rpx; width: 750rpx;
height: 120rpx; height: 120rpx;
z-index: 1; z-index: 0;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.20); box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.20);
@ -22,7 +22,7 @@
min-height: 160rpx; min-height: 160rpx;
display: flex; display: flex;
position: relative; position: relative;
z-index: 2; z-index: 1;
overflow: auto; overflow: auto;
} }
@ -58,7 +58,7 @@
height: 60rpx; height: 60rpx;
line-height: 60rpx; line-height: 60rpx;
font-size: 30rpx; font-size: 30rpx;
z-index: 99; z-index: 3;
/* margin-top: -90rpx; */ /* margin-top: -90rpx; */
} }
cover-view{ cover-view{