2025-07-15 16:18:34 +08:00

23 lines
594 B
Plaintext

.wl_footer.data-v-343c1add {
position: fixed;
bottom: 0;
left: 0;
right: 0;
box-shadow: 0px -3px 7px rgba(206, 206, 206, 0.25);
padding: 30rpx 30rpx 0 30rpx;
z-index: 100;
background-color: #fff;
padding-bottom: calc(20rpx + constant(safe-area-inset-bottom));
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
}
.wl_footer .wl_footer_contents.data-v-343c1add {
display: flex;
align-items: center;
justify-content: space-between;
}
.wl_footer .wl_footer_item.data-v-343c1add {
flex: 1;
}
.wl_footer .first_child_btn.data-v-343c1add {
margin-right: 30rpx;
}