代码拉取完成,页面将自动刷新
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
min-height: 100vh;
background-color: #eee;
font-size: 16px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.card {
width: 440px;
background-color: #fff;
overflow: hidden;
box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.11);
}
.image-container {
height: 200px;
width: 100%;
border-bottom: 1px solid #eee;
}
.image {
display: block;
width: 100%;
height: inherit;
object-fit: cover;
}
h4 {
font-size: 1.3em;
line-height: 2em;
height: 2em;
padding-left: 0.3em;
}
.description {
width: 100%;
padding: 0.6em;
}
p {
line-height: 1.5em;
}
.loading .image-container,
.loading .title,
.loading .description {
background-color: #ededed;
background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
background-size: 200% 100%;
background-position: 120%;
animation: 1s loading ease-in-out infinite;
}
@keyframes loading {
to {
background-position: -20%;
}
}
.loading .title {
min-height: 2em;
font-size: 1.3em;
}
.loading .description {
min-height: 12em;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。