1 Star 1 Fork 1

梦工厂/yuyue-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
梦工厂 提交于 2024-02-01 21:09 . up
<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">
/*每个页面公共css */
page {
background-color: $uni-gbg-color;
}
.line {
border-top: 1rpx #ccc solid;
height: 0;
width: 100%;
}
.line-dashed {
border-top: 1rpx #ccc dashed;
height: 0;
width: 100%;
}
.margin-auto {
margin: 0 auto;
}
.h-title {
font-size: 48rpx;
font-weight: bold;
text-align: left;
padding: 40rpx 0;
}
.h-title-color {
color: $uni-text-color;
}
.g-content-font{
font-size: 34rpx;
color: #333;
line-height: 20rpx;
}
.g-content-line-height{
line-height: 50rpx;
}
.g-h {
height: 20rpx;
}
.g-p-l {
padding-left: 3%;
}
.g-item-card{
width: 94%;;
height: auto;
overflow: hidden;
}
.g-card {
background-color: #fff;
border-radius: 10rpx;
box-shadow: 1rpx 1rpx 8rpx 0rpx #ccc;
}
.g-padding{
padding: 20rpx;
}
.left{
float: left;
}
.right{
float: right;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kevn/yuyue-uniapp.git
git@gitee.com:kevn/yuyue-uniapp.git
kevn
yuyue-uniapp
yuyue-uniapp
master

搜索帮助