当前位置:网站首页>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
边栏推荐
- PS为图片添加纹理
- Deletes the least frequently occurring character in the string
- Extract non duplicate integers
- Mumu, go all the way
- Upgrade MySQL 5.1 to 5.68
- shell_2
- MySQL集群模式与应用场景
- [self entertainment] construction notes week 2
- One brush 312 - simple repetition set - Sword finger offer 03 Duplicate number in array (E)
- Use bitnami PostgreSQL docker image to quickly set up stream replication clusters
猜你喜欢
Today's sleep quality record 76 points
WPS品牌再升级专注国内,另两款国产软件低调出国门,却遭禁令
负载均衡器
Merging of Shanzhai version [i]
【AI周报】英伟达用AI设计芯片;不完美的Transformer要克服自注意力的理论缺陷
C#,贝尔数(Bell Number)的计算方法与源程序
MySQL Cluster Mode and application scenario
Sorting and replying to questions related to transformer
[AI weekly] NVIDIA designs chips with AI; The imperfect transformer needs to overcome the theoretical defect of self attention
MySQL集群模式与应用场景
随机推荐
s16.基于镜像仓库一键安装containerd脚本
【开源工具分享】单片机调试助手(示波/改值/日志) - LinkScope
Deletes the least frequently occurring character in the string
Treatment of idempotency
For examination
计算某字符出现次数
Control structure (I)
MySQL集群模式與應用場景
大厂技术实现 | 行业解决方案系列教程
One brush 313 sword finger offer 06 Print linked list from end to end (E)
Multitimer V2 reconstruction version | an infinitely scalable software timer
Large factory technology implementation | industry solution series tutorials
Application of Bloom filter in 100 million flow e-commerce system
时序模型:长短期记忆网络(LSTM)
Go language slice, range, set
MySQL optimistic lock to solve concurrency conflict
How do you think the fund is REITs? Is it safe to buy the fund through the bank
【AI周报】英伟达用AI设计芯片;不完美的Transformer要克服自注意力的理论缺陷
[AI weekly] NVIDIA designs chips with AI; The imperfect transformer needs to overcome the theoretical defect of self attention
One brush 314 sword finger offer 09 Implement queue (E) with two stacks