39 lines
787 B
Plaintext
39 lines
787 B
Plaintext
.drawer.data-v-97afcb63 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 85vh;
|
|
z-index: 1000;
|
|
border-top-left-radius: 80rpx;
|
|
border-bottom-left-radius: 80rpx;
|
|
/* 初始隐藏 */
|
|
transform: translateX(100%);
|
|
transition: transform 0.4s ease;
|
|
}
|
|
.drawer-open.data-v-97afcb63 {
|
|
transform: translateX(0);
|
|
}
|
|
.drawer-content.data-v-97afcb63 {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.drawer-content-circle.data-v-97afcb63 {
|
|
position: absolute;
|
|
bottom: 240rpx;
|
|
left: -60rpx;
|
|
width: 150rpx;
|
|
height: 160rpx;
|
|
border-radius: 50%;
|
|
z-index: -1;
|
|
display: flex;
|
|
align-items: center;
|
|
-webkit-clip-path: inset(0 60% 0 0);
|
|
clip-path: inset(0 60% 0 0);
|
|
}
|
|
.drawer-img.data-v-97afcb63 {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-left: 25rpx;
|
|
}
|