6.29 活动联系人样式修改

This commit is contained in:
jl-zhoujl2
2022-06-29 11:21:02 +08:00
parent 918c790b06
commit ce913ae0f5
3 changed files with 26 additions and 17 deletions

View File

@ -406,28 +406,22 @@
background-image: url("~@/assets/topic/topic_bottom_card_picture.png");
height: 157px;
width: 331px;
padding: 16px;
padding: 12px 16px;
margin-top: 18px;
.bottom-card-flex {
display: flex;
justify-content: space-between;
align-items: center;
.bottom-card-title {
font-size: 21px;
font-size: 20px;
font-weight: bold;
width: 189px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bottom-card-title .bottom-card-title-type {
color: #df3b37;
}
}
.bottom-card-flex img {
height: 30px;
cursor: pointer;
}
@ -436,10 +430,24 @@
filter: brightness(108%);
}
.bottom-card-content {
.bottom-card-remark {
height: 22px;
}
.bottom-card-remark .bottom-card-remark-text {
color: #df3b37;
font-size: 16px;
width: 299px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bottom-card-content {
font-size: 15px;
color: #6f6f6f;
margin-top: 20px;
margin-top: 8px;
line-height: 24px;
}
}
}