1 Star 0 Fork 4

LiYuTing/tob-ui

forked from 帝莎编程/tob-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2022-01-12 17:45 . feat(theme): 添加texture主题
<script>
export default {
onLaunch() {
console.log('App Launch')
},
onShow() {
console.log('App Show')
},
onHide() {
console.log('App Hide')
}
}
</script>
<style lang="less">
@import '@/uni_modules/tob-ui/index.less';
// 质感主题
// @import '@/theme/texture.less';
// 自定义的位置(popup)
.custom-popup-close-position {
top: 10rpx;
left: 10rpx;
}
// fallback字体
// https://juejin.cn/post/7005056135279427614#heading-9
page {
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, v, sans-serif;
}
// pc端web滚动条
/* #ifdef H5 */
::-webkit-scrollbar {
width: 0;
}
@media screen and (min-width: 640px) {
::-webkit-scrollbar {
width: 11px;
height: 11px;
background-color: rgb(246, 247, 248);
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgb(217, 217, 217);
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: rgb(246, 247, 248);
}
}
/* #endif */
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liyuting_1/tob-ui.git
git@gitee.com:liyuting_1/tob-ui.git
liyuting_1
tob-ui
tob-ui
main

搜索帮助