/* pages/mUser/pSupport/pSupport.wxss */
|
.title:active {
|
background-color: var(--fyui-BG-COLOR-ACTIVE);
|
}
|
|
.fyui-cell_select {
|
font-size: 16px;
|
padding-top: 12px;
|
padding-bottom: 12px;
|
border-bottom: 1px solid rgb(238, 238, 238);
|
}
|
|
.page {
|
justify-content: space-between;
|
background-color: transparent;
|
}
|
|
.page__hd {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
height: 20vh;
|
}
|
|
.page__bd {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: flex-start;
|
height: 30vh;
|
}
|
|
.page__bd>image{
|
width: 56vw;
|
height: 56vw;
|
}
|
|
.page__bd>view{
|
font-size: 14px;
|
color: var(--fyui-text-color_2);
|
margin-top: 16px;
|
}
|
|
.page__bd{
|
flex: 1;
|
color: var(--fyui-text-color_1);
|
}
|
|
.page__ft{
|
font-size: 12px;
|
color: var(--fyui-text-color_3);
|
}
|