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.
 
 
 
 

37 lines
781 B

<script>
// uni.loadFontFace({
// family: 'Pacificos',
// source: 'url("https://sungd.github.io/Pacifico.ttf")',
// success() {
// console.log('success')
// }
// })
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
// @font-face {
// font-family: Pacifico;
// src: url('https://sungd.github.io/Pacifico.ttf') format('truetype') ;
// }
@import "uview-ui/index.scss";
@import '@/static/icon/iconfont.css';
// @import '@/static/iconfont/icon.css';
page{
background-color: #F0F2FF;
}
.aq{
padding-bottom: var(--window-bottom);
}
/*每个页面公共css */
</style>