H5-contact/App.vue

33 lines
394 B
Vue

<script>
export default {
onLaunch() {}
};
</script>
<style>
html,
body,
#app {
width: 100%;
min-height: 100%;
margin: 0;
}
body {
background: #ffffff;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
view,
text {
box-sizing: border-box;
}
uni-app,
uni-page,
uni-page-wrapper,
uni-page-body {
background: #ffffff;
}
</style>