Files
Smart-Farm/uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/fixed.wxss
2025-12-22 17:13:05 +08:00

14 lines
112 B
Plaintext

.ui-fixed {
position: fixed;
left: 0;
width: 100%;
}
.fixed-top {
top: 0;
}
.fixed-bottom {
bottom: 0;
}