1 Star 0 Fork 0

Sun/231225

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sun 提交于 2023-12-23 16:50 . update style.css
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
}
.contain{
display: flex;
justify-content: center;
align-items: center;
height: 800px;
}
.contain video{
width: 100%;
min-height: 100vh;
object-fit:contain;
}
.contain .text_box{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0,0,0,0.5);
color: white;
font-size: 18px;
opacity: 0;
animation: fadeIn 3s forwards;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Moon__Sun/231225.git
git@gitee.com:Moon__Sun/231225.git
Moon__Sun
231225
231225
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385