1 |
- .page{padding-bottom:50px}.ysize{background-size:100%}.fullsize{background-size:100% 100%}.repeat{background-repeat:repeat}.noRepeat{background-repeat:no-repeat}.page-footer{position:fixed;bottom:0;z-index:30;display:flex;align-items:center;justify-content:space-around;width:100%;height:calc(98rpx+ constant(safe-area-inset-bottom));height:calc(98rpx + env(safe-area-inset-bottom));box-sizing:border-box;border-top:solid 1rpx #f3f3f3;background-color:#fff;box-shadow:0 0 17rpx 1rpx hsla(0,0%,80.8%,.32);padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.page-footer .foot-item{display:flex;width:-webkit-max-content;width:max-content;align-items:center;justify-content:center;flex-direction:column;position:relative}.page-footer .foot-item .count-num{position:absolute;display:flex;justify-content:center;align-items:center;width:40rpx;height:40rpx;top:0rpx;right:-15rpx;color:#fff;font-size:20rpx;background-color:#fd502f;border-radius:50%;padding:4rpx}.page-footer .foot-item image{height:50rpx;width:50rpx;text-align:center;margin:0 auto}.page-footer .foot-item .txt{font-size:24rpx}
|