59 lines
933 B
Plaintext
59 lines
933 B
Plaintext
/*
|
|
* 手太欠
|
|
* 愿这世界都如故事里一样 美好而动人~
|
|
*/
|
|
|
|
/* 列表 */
|
|
.teaActivity {
|
|
background-color: white;
|
|
}
|
|
|
|
.activityList {
|
|
position: relative;
|
|
width: 100%;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.activityList-icon {
|
|
background-color: #3185fe;
|
|
width: 54rpx;
|
|
height: 54rpx;
|
|
border-radius: 8rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.activityList-icon image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-top: 12rpx;
|
|
}
|
|
|
|
.activityList-cont {
|
|
position: absolute;
|
|
padding: 30rpx 30rpx 30rpx 110rpx;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 54rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
|
|
.activityList-name {
|
|
flex: 1;
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.activityList-more {
|
|
display: flex;
|
|
color: #a5a5a5;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.activityList-more image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin: 12rpx 0 0 10rpx;
|
|
} |