1 Star 0 Fork 0

xiaohu/hnsjso-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
[email protected] 提交于 2024-04-09 15:25 . first commit
<script>
export default {
onLaunch: function() {
console.warn('当前组件仅支持 uni_modules 目录结构 ,请升级 HBuilderX 到 3.1.0 版本以上!')
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import '@/uni_modules/uni-scss/index.scss';
/* #ifndef APP-NVUE */
@import '@/static/customicons.css';
// 设置整个项目的背景色
page {
background-color: #f5f5f5;
}
.body {
display: flex;
flex-direction: column;
padding: 20rpx;
}
.space {
flex: 1;
}
.spe {
flex: 1;
}
.mt-10 {
margin-top: 20rpx;
}
.hide {
visibility: hidden;
}
.card-bg {
background-color: white;
border-radius: 10rpx;
box-sizing: border-box;
padding: 30rpx 20rpx;
margin: 20rpx 20rpx 0rpx 20rpx;
}
.arrow-r {
width: 30rpx;
height: 30rpx;
}
.btn {
width: 300rpx;
height: 80rpx;
line-height: 80rpx;
margin-top: 40rpx;
}
.row-input {
display: flex;
flex-direction: row;
align-items: center;
.star {
color: red;
}
.label {
width: 140rpx;
margin-left: 10rpx;
}
.editor {
flex: 1;
border: 1rpx solid #eee;
min-height: 70rpx;
line-height: 70rpx;
box-sizing: border-box;
padding: 0rpx 20rpx;
}
.no-border {
border: none;
}
}
.btn-row {
display: flex;
flex-direction: row;
margin-top: 40rpx;
.btn2 {
flex: 1;
height: 80rpx;
line-height: 80rpx;
margin-left: 20rpx;
margin-right: 20rpx;
}
}
/* #endif */
.example-info {
font-size: 14px;
color: #333;
padding: 10px;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shitb/hnsjso-uniapp.git
[email protected]:shitb/hnsjso-uniapp.git
shitb
hnsjso-uniapp
hnsjso-uniapp
main

搜索帮助