当前位置:网站首页>Implement default page
Implement default page
2022-04-23 15:48:00 【Charlotte the messenger】
<div v-else class="nothing category-wrap">
<em></em>
<span> nothing in the world ~</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;
}
}
版权声明
本文为[Charlotte the messenger]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231545325839.html
边栏推荐
- Config组件学习笔记
- shell_2
- Recommended search common evaluation indicators
- Load Balancer
- 多级缓存使用
- pywintypes. com_ Error: (- 2147221020, 'invalid syntax', none, none)
- 携号转网最大赢家是中国电信,为何人们嫌弃中国移动和中国联通?
- CVPR 2022 quality paper sharing
- Independent operation smart farm Innovation Forum
- cadence SPB17.4 - Active Class and Subclass
猜你喜欢
基于 TiDB 的 Apache APISIX 高可用配置中心的最佳实践
MySQL集群模式与应用场景
IronPDF for .NET 2022.4.5455
C#,贝尔数(Bell Number)的计算方法与源程序
MySQL Cluster Mode and application scenario
mysql乐观锁解决并发冲突
The principle and common methods of multithreading and the difference between thread and runnable
一刷314-剑指 Offer 09. 用两个栈实现队列(e)
C language --- advanced pointer
布隆过滤器在亿级流量电商系统的应用
随机推荐
Deletes the least frequently occurring character in the string
API IX JWT auth plug-in has an error. Risk announcement of information disclosure in response (cve-2022-29266)
Application of Bloom filter in 100 million flow e-commerce system
Calculate the number of occurrences of a character
Cap theorem
Spark 算子之distinct使用
Fastjon2他来了,性能显著提升,还能再战十年
实现缺省页面
Timing model: gated cyclic unit network (Gru)
Do we media make money now? After reading this article, you will understand
MySQL集群模式与应用场景
携号转网最大赢家是中国电信,为何人们嫌弃中国移动和中国联通?
Why disable foreign key constraints
Best practices of Apache APIs IX high availability configuration center based on tidb
Modèle de Cluster MySQL et scénario d'application
C language --- string + memory function
One brush 312 - simple repetition set - Sword finger offer 03 Duplicate number in array (E)
【开源工具分享】单片机调试助手(示波/改值/日志) - LinkScope
Upgrade MySQL 5.1 to 5.69
c语言---指针进阶