@charset "UTF-8";
|
/* 颜色变量 */
|
.activity-item.data-v-150038c6 {
|
background-color: #fff;
|
padding: 28rpx 32rpx;
|
border-bottom: 10px solid #f7f7f7;
|
}
|
.activity-item .activity-message.data-v-150038c6 {
|
display: flex;
|
}
|
.activity-item .activity-message image.data-v-150038c6 {
|
width: 72rpx;
|
height: 72rpx;
|
border-radius: 50%;
|
margin-right: 20rpx;
|
}
|
.activity-item .activity-message .message-container.data-v-150038c6 {
|
flex: 1;
|
}
|
.activity-item .activity-message .message-container .merchant-title.data-v-150038c6 {
|
height: 30rpx;
|
font-size: 30rpx;
|
font-weight: 600;
|
color: #222222;
|
line-height: 30rpx;
|
}
|
.activity-item .activity-message .message-container .activity-option.data-v-150038c6 {
|
font-size: 24rpx;
|
font-weight: 400;
|
color: #666666;
|
line-height: 24rpx;
|
margin-top: 20rpx;
|
}
|
.activity-item .activity-message .message-container .activity-option .activity-option-label.data-v-150038c6 {
|
color: #666666;
|
}
|
.activity-item .activity-message .message-container .activity-option .activity-option-value.data-v-150038c6 {
|
color: #333333;
|
}
|
.activity-item .activity-message .activity-status.data-v-150038c6 {
|
ont-size: 26rpx;
|
font-weight: 400;
|
color: #D20A0A;
|
line-height: 26rpx;
|
}
|
.activity-item .bottom-line.data-v-150038c6 {
|
margin-top: 26rpx;
|
display: flex;
|
justify-content: space-between;
|
height: 52rpx;
|
font-size: 24rpx;
|
font-weight: 400;
|
color: #999999;
|
line-height: 52rpx;
|
}
|
.activity-item .bottom-line .bottom-actions.data-v-150038c6 {
|
width: 304rpx;
|
display: flex;
|
justify-content: space-between;
|
}
|
.activity-item .bottom-line .bottom-actions .action.data-v-150038c6 {
|
width: 144rpx;
|
height: 52rpx;
|
border-radius: 28rpx;
|
border: 2rpx solid #D9D9D9;
|
box-sizing: border-box;
|
font-size: 26rpx;
|
font-weight: 400;
|
color: #333333;
|
text-align: center;
|
}
|
.activity-item .bottom-line .bottom-actions .del-actions.data-v-150038c6 {
|
border: 2rpx solid #D20A0A;
|
color: #D20A0A;
|
}
|