初始化代码
This commit is contained in:
13
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/fixed.wxss
vendored
Normal file
13
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/fixed.wxss
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
.ui-fixed {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.fixed-top {
|
||||
top: 0;
|
||||
}
|
||||
.fixed-bottom {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user