5 Star 36 Fork 13

恒哥 / 记记账

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
恒哥 提交于 2021-03-19 11:28 . 前端模板
<style lang="scss">
@import "uview-ui/index.scss";
</style>
<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
//console.log('App Hide');
}
};
</script>
<style>
/* 解决头条小程序组件内引入字体不生效的问题 */
/* #ifdef MP-TOUTIAO */
@font-face {
font-family: uniicons;
src: url('/static/uni.ttf');
}
/* #endif */
</style>
<style lang='scss'>
view,
scroll-view,
swiper,
swiper-item,
cover-view,
cover-image,
icon,
text,
rich-text,
progress,
button,
checkbox,
form,
input,
label,
radio,
slider,
switch,
textarea,
navigator,
audio,
camera,
image,
video {
box-sizing: border-box;
}
</style>
JavaScript
1
https://gitee.com/henggedaren/book-keeping.git
git@gitee.com:henggedaren/book-keeping.git
henggedaren
book-keeping
记记账
master

搜索帮助