[更新]
This commit is contained in:
36
pages/activity/activity.wxss
Normal file
36
pages/activity/activity.wxss
Normal file
@@ -0,0 +1,36 @@
|
||||
/* 活动列表 */
|
||||
.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%;
|
||||
}
|
||||
Reference in New Issue
Block a user