87 lines
1.3 KiB
Plaintext
87 lines
1.3 KiB
Plaintext
|
|
/**
|
|
* Web唐明明
|
|
* 匆匆数载恍如梦,岁月迢迢华发增。
|
|
* 碌碌无为枉半生,一朝惊醒万事空。
|
|
*/
|
|
|
|
.dynamic-item{
|
|
margin: 0 30rpx 30rpx 30rpx;
|
|
background: white;
|
|
border-radius: 10rpx;
|
|
box-shadow: 0 0 4rpx 4rpx rgba(0, 0, 0, .05);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.dynamic-item:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.dynamic-cover{
|
|
position: relative;
|
|
padding-top: 50%;
|
|
background: #eee;
|
|
}
|
|
|
|
.dynamic-src{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.dynamic-title{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 20rpx 30rpx;
|
|
background: rgba(0, 0, 0, .4);
|
|
color: white;
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.dynamic-content{
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.dynamic-tool{
|
|
padding-bottom: 20rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.dynamic-remark{
|
|
background: #eee;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.dynamic-remark-item{
|
|
font-size: 26rpx;
|
|
padding-bottom: 8rpx;
|
|
}
|
|
|
|
.dynamic-remark-name{
|
|
font-weight: bold;
|
|
color: #0b0041;
|
|
}
|
|
|
|
.dynamic-remark-tool{
|
|
color: gray;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
/* 空 */
|
|
.dynamic-null{
|
|
text-align: center;
|
|
padding: 80rpx 30rpx;
|
|
font-size: 26rpx;
|
|
color: gray;
|
|
}
|
|
|
|
.dynamic-null-icon{
|
|
width: 168rpx;
|
|
margin-bottom: 20rpx;
|
|
} |