瑶都万能墙
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.

24 lines
385 B

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. },
  5. onShow: function() {
  6. // this.$store.commit('initConfig')
  7. },
  8. onHide: function() {
  9. }
  10. }
  11. </script>
  12. <style lang="scss">
  13. /*每个页面公共css */
  14. @import url("uni.css");
  15. @import url("common.scss");
  16. body,page{
  17. background-color: #f3f3f3;
  18. font-size: 30rpx;
  19. }
  20. .page{
  21. padding-top: var(--window-top);
  22. }
  23. </style>