You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
205 B
Plaintext

/* pages/group/group.wxss */
.group {
padding-bottom: 100rpx;
}
.bottom {
position: fixed;
left: 0;
right: 0;
bottom: calc(env(safe-area-inset-bottom) + 10rpx);
margin: 0 20rpx;
}