/* pages/mine/mine.wxss */
|
.page__hd {
|
background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
|
padding-top: 30px;
|
padding-bottom: 30px;
|
}
|
|
.fyui-cell_select {
|
font-size: 16px;
|
padding-top: 12px;
|
padding-bottom: 12px;
|
border-bottom: 1px solid var(--fyui-BG_1);
|
}
|
|
.flex-h {
|
justify-content: flex-start;
|
align-items: center;
|
}
|
|
.flex-v {
|
flex: 1;
|
justify-content: space-between;
|
margin-left: 20px;
|
}
|
|
.logout {
|
border-radius: 4px;
|
margin: 8px;
|
padding: 8px;
|
background-color: white;
|
}
|
|
.user-icon {
|
width: 70px;
|
height: 70px;
|
border-radius: 50%;
|
}
|
|
.user-name {
|
/* white-space: nowrap; */
|
font-size: 16px;
|
font-weight: 600;
|
}
|
|
.user-tag {
|
display: flex;
|
font-size: 12px;
|
color: var(--fyui-text-color_2);
|
}
|
|
.title:active {
|
background-color: var(--fyui-BG-COLOR-ACTIVE);
|
}
|
|
.user-authentication {
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.user-authentication>view {
|
text-align: center;
|
padding: 36px 16px;
|
font-size: 14px;
|
color: var(--fyui-text-color_1);
|
}
|
|
.user-authentication>view>image {
|
width: 40px;
|
height: 40px;
|
}
|