dm-wechat-mini/components/bottomBar/index.wxss

11 lines
177 B
Plaintext

.bottom-bar{
border-radius: 24rpx 24rpx 0 0;
padding:24rpx 24rpx 84rpx;
position:fixed;
bottom:0;
left:0;right:0;
background-color: #fff;
}
.bottom-bar .button{
}