市北人才赋能平台 --小程序端
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.

66 lines
1.1 KiB

6 years ago
/* 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 {
6 years ago
display: flex;
flex-direction: row;
align-items: center;
overflow: hidden;
6 years ago
}
6 years ago
.user_auth_hd {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
6 years ago
}
.user_logo {
width: 80px;
height: 80px;
6 years ago
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;
6 years ago
}
.page_bd .weui-cell__icon {
width: 19px;
height: 16px;
padding: 0 10px 0 0;
6 years ago
}
.msg_footer:after {
content: "";
top: calc(50% - 5px);
left: -20px;
width: 8px;
height: 8px;
border-radius: 4px;
position: absolute;
background-color: red;
6 years ago
}
.user_auth_name{
width: 150px;
color: #292E3E;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
6 years ago
}