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.

54 lines
1.0 KiB
CSS

page {
background-color: #f5f5f5;
}
.container {
padding: 10px;
padding-top: 0;
}
.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;
}
.loginOut23 {
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: bold;
overflow: hidden;
}
.changePsw {
padding: 0 10px;
height: 56px;
}