加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
猫小帅 提交于 2023-04-04 17:16 . edit
<script>
export default {
onLaunch(e) {
},
onShow() {
},
onHide() {
}
}
</script>
<style lang="scss">
@import "@/static/iconfont/iconfont.css";
@import "@/static/css/main.css";
@import "@/common/comm.scss";
@import "uview-ui/index.scss";
page{
height: 100%;
// background-image: url(./static/img/bg.png);
background-size: 100% 100%;
}
.backImg{
position: fixed;
left:20rpx;
top:20rpx;
z-index:888;
}
.navigator-hover{
background: none;
}
.clearBox{
overflow: hidden;
}
.fl{
float: left;
}
.fr{
float: right;
}
.flex{
display: flex;
}
.flexBox{
display: flex;
align-items: center;
}
.flex_ct{
display: flex;
justify-content: center;
align-items: center;
}
.flex_bt{
display: flex;
justify-content: space-between;
align-items: center;
}
.flex_ar{
display: flex;
justify-content: space-around;
align-items: center;
}
.flex_column{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.flexItem{
flex: 1;
}
.tc{
text-align: center;
}
.tr{
text-align: right;
}
/* 清除浮动 */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.nodata {
width: 400rpx;
height: 400rpx;
margin: 30vh auto 0;
image {
height: 100%;
width: 100%;
}
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化