36 lines
636 B
Plaintext
36 lines
636 B
Plaintext
/* 活动列表 */
|
|
.activityTitle {
|
|
background: #000;
|
|
color: #fff;
|
|
border-radius: 40rpx 14rpx 14rpx 40rpx;
|
|
margin: 20rpx 24rpx 0;
|
|
padding: 10rpx;
|
|
width: 190rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.activityTitle image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 5rpx;
|
|
}
|
|
|
|
.activityList {
|
|
width: calc(100% - 40rpx);
|
|
margin: 30rpx 20rpx;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
padding-top: 40%;
|
|
}
|
|
|
|
/* 5:2 */
|
|
.activityList image {
|
|
border-radius: 10rpx;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
} |