You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* pages/user/index.wxss */
|
|
|
|
.container {
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
.page_hd {
|
|
|
|
border-bottom: 7px solid #f7f7f7;
|
|
|
|
}
|
|
|
|
.page_hd .weui-cells:before {
|
|
|
|
border-top: 0px solid white;
|
|
|
|
}
|
|
|
|
.page_hd .weui-cells:after {
|
|
|
|
border-bottom: 0px solid white;
|
|
|
|
}
|
|
|
|
.user_hd {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.user_auth_hd {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.user_logo {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
.user_name {
|
|
|
|
width: 400rpx;
|
|
|
|
color: #292E3E;
|
|
|
|
padding-left: 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
/* 页面body */
|
|
|
|
.page_bd .weui-cell__hd {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.page_bd .weui-cell__icon {
|
|
|
|
width: 19px;
|
|
|
|
height: 16px;
|
|
|
|
padding: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
.msg_footer:after {
|
|
|
|
content: "";
|
|
|
|
top: calc(50% - 5px);
|
|
|
|
left: -20px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
position: absolute;
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
.user_auth_name{
|
|
|
|
width: 150px;
|
|
|
|
color: #292E3E;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|