当前位置:网站首页>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
边栏推荐
- Spark 算子之coalesce与repartition
- The principle and common methods of multithreading and the difference between thread and runnable
- [self entertainment] construction notes week 2
- Neodynamic Barcode Professional for WPF V11.0
- 实现缺省页面
- 现在做自媒体能赚钱吗?看完这篇文章你就明白了
- leetcode-396 旋转函数
- Spark 算子之distinct使用
- cadence SPB17.4 - Active Class and Subclass
- Metalife established a strategic partnership with ESTV and appointed its CEO Eric Yoon as a consultant
猜你喜欢
随机推荐
基础贪心总结
Upgrade MySQL 5.1 to 5.69
Pytorch中named_parameters、named_children、named_modules函数
Deletes the least frequently occurring character in the string
Redis主从复制过程
使用 Bitnami PostgreSQL Docker 镜像快速设置流复制集群
New developments: new trends in cooperation between smartmesh and meshbox
Demonstration meeting on startup and implementation scheme of swarm intelligence autonomous operation smart farm project
Config learning notes component
新动态:SmartMesh和MeshBox的合作新动向
Recommended search common evaluation indicators
实现缺省页面
shell_ two
时序模型:长短期记忆网络(LSTM)
单体架构系统重新架构
VIM specifies the line comment and reconciliation comment
网站建设与管理的基本概念
Load Balancer
字符串最后一个单词的长度
Go concurrency and channel







