You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
324 B

  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. },
  5. onShow: function() {
  6. },
  7. onHide: function() {
  8. }
  9. }
  10. </script>
  11. <style lang="scss">
  12. /*每个页面公共css */
  13. @import "@/uni_modules/uview-ui/index.scss";
  14. @import '@/static/style/common/common.scss';
  15. body,uni-page-body {
  16. height: 100%;
  17. }
  18. </style>