完善余额功能
This commit is contained in:
18
unpackage/dist/dev/mp-weixin/components/loading-view/loading-view.wxss
vendored
Normal file
18
unpackage/dist/dev/mp-weixin/components/loading-view/loading-view.wxss
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
.loading {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 9999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.loading.flex {
|
||||
position: static;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user