You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
892 B
Plaintext
46 lines
892 B
Plaintext
|
2 years ago
|
page{
|
||
|
|
background-color: #f5f5f5
|
||
|
|
}
|
||
|
|
.container .userinfo {
|
||
|
|
font-size: 16px;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 8px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.container .userinfo navigator>view {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
height: 56px;
|
||
|
|
line-height: 56px;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin: 0 10px;
|
||
|
|
border-bottom: 1px solid #f3f3f3
|
||
|
|
}
|
||
|
|
.container .userinfo > view:last-child {
|
||
|
|
border-bottom-color: transparent;
|
||
|
|
}
|
||
|
|
.container .userinfo > view > view:last-child {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
.icon-gengduo11{
|
||
|
|
font-size: 14px;
|
||
|
|
line-height: 24px;
|
||
|
|
color: #b8b8b8;
|
||
|
|
}
|
||
|
|
.loginOut{
|
||
|
|
width: unset;
|
||
|
|
height: 56px;
|
||
|
|
background-color: #fff;
|
||
|
|
line-height: 56px;
|
||
|
|
border-radius: 8px;
|
||
|
|
text-align: center;
|
||
|
|
/* border: 1px solid var(--color-ysd); */
|
||
|
|
margin: 32px 0 0 0;
|
||
|
|
color: red;
|
||
|
|
font-weight: 400;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|