加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
旅梦4-1.css 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
无尘 提交于 2022-06-21 16:05 . 第一次学习
*{
margin: 0;
padding: 0;
}
body{
background: #3d6266;
}
header{
height: 40px;
font-size: 20px;
color: #FFF;
/* display: flex;
justify-content: center;
align-items: center; */
text-align: center;
line-height: 40px;
position: relative;
}
.header-left{
position: absolute;
left: 1%;
}
.movie-info{
display: flex;
padding: 20px;
}
.movie-info-img{
width: 100px;
height: 138px;
position: relative;
}
.播放{
width: 30px;
position: absolute;
left: 5%;
bottom: 3%;
}
.movie-info-desc{
flex: 1;
margin-left: 14px;
}
.movie-info-desc h1{
width: 200px;
font-size: 24px;
color: #fff;
font-weight: 400;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.movie-info-desc p{
font-size: 14px;
color: rgba(255, 255, 255,0.5);
margin-top: 3px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.type-time{
margin: 15px 0 15px 0;
}
.type{
font-size: 0;
}
.type span{
font-size: 14px;
margin-right: 4px;
color: rgba(255, 255, 255,0.5);
}
.type em{
padding: 3px;
font-size: 12px;
font-style: normal;
margin-left: 4px;
background: #364a51;
border-radius: 5px;
color: #FFF;
}
.收藏{
display: flex;
}
.收藏 div{
padding-left:30px;
padding-right: 30px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
line-height: 25px;
font-size: 12px;
background: #90a1a7;
border-radius: 5px;
color: #FFF;
}
.看过{
margin-left: 7px;
}
.评分{
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化