EP-WachatApp/eaterplanet_ecommerce/components/fixed-bottom/index.wxss

14 lines
204 B
Plaintext

.fixed-bar {
left: 0;
bottom: 0;
position: fixed;
background: #fff;
width: 100%;
z-index: 2;
padding-bottom: calc(env(safe-area-inset-bottom) - 30rpx);
}
.pb20 {
padding-bottom: 40rpx;
}