/* pages/module_consult/consulthome/consulthome.wxss */
|
.page__bd {
|
padding: 10px;
|
}
|
|
.search-bar {
|
min-width: 50vw;
|
padding: 6px 8px;
|
font-size: 12px;
|
line-height: 24px;
|
color: var(--fyui-text-color_2);
|
text-align: left;
|
background-color: white;
|
border-radius: 10px;
|
}
|
|
.card {
|
position: relative;
|
/* background-color: cyan; */
|
border-radius: 10px;
|
padding: 6px;
|
text-align: center;
|
flex: 1;
|
}
|
|
.card:active {
|
background-color: var(--fyui-BG-COLOR-ACTIVE);
|
}
|
|
.card .card-bg {
|
position: absolute;
|
top: 0;
|
left: 0;
|
z-index: -1;
|
}
|
|
.divider {
|
width: 8px;
|
}
|
.card .card-title {
|
font-size: 18px;
|
font-weight: bold;
|
}
|
|
.card .card-abstract {
|
font-size: 12px;
|
color: var(--fyui-text-color_2);
|
}
|
|
.card .icon {
|
height: 56px;
|
width: 60px;
|
}
|
|
|
/* --fyui-box */
|
.fyui-box__tag {
|
justify-content: space-evenly;
|
}
|
|
.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; */
|
}
|
|
.fyui-box__text .fyui-box__bd .tag {
|
margin-bottom: 8px;
|
font-size: 14px;
|
}
|