/* pages/m_consult/consultdetailitem/consultdetailitem.wxss */
|
/* .page__hd {
|
padding: 0;
|
} */
|
.page__ft{
|
text-align: start;
|
}
|
|
.f-title {
|
font-size: 17px;
|
font-weight: 600;
|
color: var(--fyui-text-color_1);
|
}
|
|
.f-tag {
|
font-size: 12px;
|
color: var(--fyui-text-color_2);
|
text-align: end;
|
margin-bottom: 16px;
|
}
|
|
.f-summary {
|
font-size: 14px;
|
color: var(--fyui-text-color_2);
|
}
|
|
.fyui-panel{
|
padding: 8px;
|
font-size: 14px;
|
color: var(--fyui-text-color_1);
|
}
|
|
.fyui-panel>view{
|
margin-bottom: 4px;
|
}
|
|
|
|
.keyword {
|
white-space: nowrap;
|
}
|
.keyword-item {
|
display: flex;
|
justify-content: flex-start;
|
flex-wrap: wrap;
|
}
|
|
.keyword-item>text {
|
white-space: nowrap;
|
margin-right: 8px;
|
padding: 0px 6px;
|
color: #2c7064;
|
}
|
|
.des {
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 4;
|
width: 100%;
|
overflow: hidden;
|
/* text-overflow: ellipsis; */
|
}
|
|
.tag {
|
margin-bottom: 8px;
|
}
|
|
.subtitle{
|
font-size: 15px;
|
}
|
|
.tag2{
|
font-size: 12px;
|
color: var(--fyui-text-color_3);
|
}
|
|
.btn-more{
|
text-align: center;
|
background-color: white;
|
margin: 0 10px;
|
border-top: 1px solid var(--fyui-BG_1);
|
color: var(--fyui-text-color_2);
|
padding: 8px;
|
font-size: 12px;
|
}
|
|
.btn-more:active{
|
background-color: var(--fyui-BG-COLOR-ACTIVE);
|
}
|