/* pages/mConsult/consultdetailcase/consultdetailcase.wxss */
|
.page__hd {
|
padding: 0;
|
}
|
|
.fyui-box .fyui-box__hd {
|
display: flex;
|
}
|
|
.q-tag {
|
display: flex;
|
justify-content: flex-end;
|
}
|
|
.q-tag>image {
|
width: 16px;
|
height: 16px;
|
/* background-color: red; */
|
padding: 4px;
|
}
|
|
.q-link-group {
|
display: flex;
|
}
|
|
.q-link{
|
display: flex;
|
align-items: center;
|
background-color: #CFFFF7;
|
color: #25D4B6;
|
padding: 6px 8px;
|
border-radius: 6px;
|
}
|
|
.q-link>image{
|
width: 16px;
|
height: 16px;
|
}
|
|
.fyui-box__bd {
|
margin-top: 8px;
|
font-size: 14px;
|
}
|
|
.custom-action {
|
position: relative;
|
min-height: 40vh;
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.custom-action__bg{
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
|
.custom-action__tag{
|
font-size: 14px;
|
color: var(--fyui-text-color_1);
|
font-weight: 600;
|
width: 50%;
|
text-align: center;
|
z-index: 2;
|
}
|
|
.custom-action__tag>image{
|
width: 64px;
|
height: 64px;
|
}
|
|
.fyui-panel {
|
margin: 10px 0 0 0 ;
|
padding: 10px 16px;
|
font-size: 14px;
|
border-radius: 0;
|
}
|
|
.case-type {
|
display: inline-block;
|
border-radius: 8px;
|
background-color: #F6F6F6;
|
padding: 4px 12px;
|
font-size: 14px;
|
margin-bottom: 4px;
|
}
|
|
.case-image-group {
|
/* display: flex;
|
flex-direction: column;
|
justify-content: flex-start; */
|
}
|
|
.case-image-group>image {
|
width: 100%;
|
}
|
|
.case-image-group>view {
|
font-size: 12px;
|
text-align: center;
|
color: var(--fyui-text-color_3);
|
margin-bottom: 8px;
|
}
|