1 Star 0 Fork 7

xcy188/畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NoDataPage.vue 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
啷咯哩咯啷 提交于 2022-07-22 18:05 . 提交
<template>
<view>
<view class="body">
<image :src="noDataImg" class="img"></image>
</view>
<view class="title">
{{ title }}
</view>
</view>
</template><script>
export default {
props: ["title", "noDataImg"],
};
</script>
<style scoped lang="scss">
.body {
width: 100%;
margin-top: 165rpx;
.img {
display: block;
margin: 0 auto;
width: 314rpx;
max-height: 290rpx;
}
}
.title {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
margin-top: 50rpx;
text-align: center;
}
.chucuno {
position: absolute;
top: 50%;
margin-top: -150rpx;
z-index: 99999;
left: 50%;
margin-left: -325rpx;
}
.back-tankuang {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
height: 100%;
background: rgba(51, 51, 51, 0.5);
}</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xcy1888/changyangEducation.git
git@gitee.com:xcy1888/changyangEducation.git
xcy1888
changyangEducation
畅阳教培 在线教育 在线视频教育+在线试题+在线题库+在线考试源码Java+SpringBoot+MySql+vue+uni-app
master

搜索帮助