当前位置:网站首页>实现缺省页面
实现缺省页面
2022-04-23 15:45:00 【知命者夏洛特】
<div v-else class="nothing category-wrap">
<em></em>
<span>什么也没有~</span>
</div>
//css
.nothing {
width: 100%;
height: 238px;
padding-top: 31px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
overflow: hidden;
em {
width: 96px;
height: 125px;
margin-bottom: 19px;
background-image: url('~@/assets/icon/nothing.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
span {
width: auto;
height:20px;
font-size:14px;
font-weight:400;
color:rgba(162,160,168,1);
line-height:20px;
}
}
版权声明
本文为[知命者夏洛特]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_41815063/article/details/124299091
边栏推荐
- Connect PHP to MSSQL via PDO ODBC
- 时序模型:长短期记忆网络(LSTM)
- Upgrade MySQL 5.1 to 5.66
- Mobile finance (for personal use)
- Neodynamic Barcode Professional for WPF V11. 0
- s16. One click installation of containerd script based on image warehouse
- Multitimer V2 reconstruction version | an infinitely scalable software timer
- What if the server is poisoned? How does the server prevent virus intrusion?
- Code live collection ▏ software test report template Fan Wen is here
- Fastjon2他来了,性能显著提升,还能再战十年
猜你喜欢
Advantages, disadvantages and selection of activation function
多线程原理和常用方法以及Thread和Runnable的区别
建设星际计算网络的愿景
Config组件学习笔记
Why is IP direct connection prohibited in large-scale Internet
负载均衡器
API IX JWT auth plug-in has an error. Risk announcement of information disclosure in response (cve-2022-29266)
Codejock Suite Pro v20. three
Recommended search common evaluation indicators
For examination
随机推荐
What is CNAs certification? What are the software evaluation centers recognized by CNAs?
Timing model: gated cyclic unit network (Gru)
建设星际计算网络的愿景
【AI周报】英伟达用AI设计芯片;不完美的Transformer要克服自注意力的理论缺陷
字符串排序
[split of recursive number] n points K, split of limited range
One brush 312 - simple repetition set - Sword finger offer 03 Duplicate number in array (E)
CVPR 2022 quality paper sharing
Go并发和通道
utils.DeprecatedIn35 因升级可能取消,该如何办
使用 Bitnami PostgreSQL Docker 镜像快速设置流复制集群
Open source project recommendation: 3D point cloud processing software paraview, based on QT and VTK
IronPDF for . NET 2022.4.5455
c语言---字符串+内存函数
时序模型:长短期记忆网络(LSTM)
Merging of Shanzhai version [i]
导入地址表分析(根据库文件名求出:导入函数数量、函数序号、函数名称)
基于 TiDB 的 Apache APISIX 高可用配置中心的最佳实践
Recommended search common evaluation indicators
Pytorch中named_parameters、named_children、named_modules函数