1 Star 4 Fork 0

lamphc/shenling-driver-161

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
lamphc 提交于 2023-12-01 16:18 . 待提货模块加载渲染
<script>
export default {
onLaunch: function() {
// console.log('App Launch')
},
onShow: function() {
// console.log('App Show')
},
onHide: function() {
// console.log('App Hide')
},
}
</script>
<style lang="scss">
// 全局样式
// 导入 iconfont 生成的字体图片
@import './fonts.scss';
.noMore {
text-align: center;
padding: 20rpx;
color: #888;
}
button::after {
display: none;
}
cover-view {
white-space: pre-wrap;
/* #ifndef APP-PLUS */
overflow: visible;
/* #endif */
}
/*每个页面公共css */
.page-container {
height: 100vh;
/* #ifdef H5 */
height: calc(100vh - 44px);
/* #endif */
overflow-y: auto;
box-sizing: border-box;
background-color: $uni-bg-color;
}
.error {
color: $uni-primary !important;
}
.uni-textarea-placeholder {
font-size: $uni-font-size-base;
}
.uni-scroll-view-content {
height: auto !important;
}
.uni-scroll-view-refresher {
margin-top: 15rpx;
transform: scale(0.9);
background-color: transparent !important;
}
.scroll-view-wrapper {
overflow: hidden;
}
.uni-nav-bar-text {
/* #ifndef APP-PLUS */
font-size: 16px !important;
font-weight: 700;
/* #endif */
}
.uni-list-item__container {
padding-top: 32rpx !important;
padding-bottom: 32rpx !important;
}
.uni-list--border::after {
left: 30rpx !important;
right: 30rpx !important;
background-color: $uni-border-1 !important;
}
.uni-list-item__content-title {
font-size: $uni-font-size-base !important;
color: $uni-main-color !important;
}
.uni-list-item__extra-text {
max-width: 360rpx;
text-overflow: ellipsis;
overflow: hidden;
text-align: right;
overflow: hidden;
white-space: nowrap;
font-size: $uni-font-size-base !important;
color: $uni-secondary-color !important;
}
.uni-checkbox-input:hover {
border-color: #d1d1d1 !important;
}
.uni-card {
margin-top: 0 !important;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengi/shenling-driver-161.git
git@gitee.com:mengi/shenling-driver-161.git
mengi
shenling-driver-161
shenling-driver-161
master

搜索帮助