dingdong-mall/style/default.css

17 lines
288 B
CSS

.margin-bottom-with-bar {
margin-bottom: 130rpx;
}
.fixed-bottom-bar {
position: fixed !important;
width: 100% !important;
bottom: 0 !important;
margin-bottom: 0 !important;
z-index: 98;
}
.fixed-top-bar {
position: fixed !important;
z-index: 98;
width: 100%;
}