41 lines
670 B
Plaintext
41 lines
670 B
Plaintext
/*
|
|
* 手太欠
|
|
* 愿这世界都如故事里一样 美好而动人~
|
|
*/
|
|
.activityList {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
background: #fff;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.activityList-time {
|
|
margin: 20rpx 0;
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
line-height: 34rpx;
|
|
}
|
|
|
|
.activityList-time image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.activityList-img {
|
|
width: 100%;
|
|
padding-top: 50%;
|
|
position: relative;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.activityList-img image {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
} |