Files
barter-app/手太欠/优迪尔-小程序/pages/teaActivity-list/index.wxss
张慢慢 1d6e2451a7 [上传]
2021-06-02 17:25:52 +08:00

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;
}