| | |
| | | <script> |
| | | export default { |
| | | onLaunch: function () { |
| | | |
| | | // const result = uni.getWindowInfo() |
| | | }, |
| | | onShow: function () { |
| | | console.log('App Show') |
| | |
| | | <style lang="scss"> |
| | | /*每个页面公共css */ |
| | | @import "uview-ui/index.scss"; |
| | | // @import "./uni_modules/uview-ui/index.scss"; |
| | | body{ |
| | | font-size: 28rpx; |
| | | } |
| | |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | .empty_wrap{ |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | height: 100%; |
| | | image{ |
| | | width: 320rpx; |
| | | } |
| | | } |
| | | .bg{ |
| | | width: 100%; |
| | | height: 100%; |