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

119 lines
2.0 KiB

/* pages/user/myInfo/index.wxss */
@import '../../../style/font.wxss';
.container {
background-color: #FAFAFA;
height: 100vh;
}
.page_hd {
border-bottom: 7px solid #f7f7f7;
}
/* btnView是position:fix,所以为防止遮挡,盒子下边框margin-bottom为100px */
.cellAll{
margin-bottom: 100px;
}
.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;
overflow: hidden;
justify-content: space-between;
}
.user_logo {
width: 60px;
height: 60px;
border-radius: 50%;
}
.user_name {
width: 400rpx;
color: #292E3E;
padding-left: 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
/* 页面body */
.page_bd .weui-cell{
/* padding: 10px 16px 10px 16px; */
}
.weui-cell_wxss{
}
.weui-cell__ft{
/* width: 70%; */
}
.page_bd .weui-cell__hd {
display: flex;
align-items: center;
font-size: 14px;
}
.page_bd .weui-cell__icon {
width: 19px;
height: 16px;
padding: 0 10px 0 0;
}
.footer_input{
padding: 0 5px;
font-size: 14px;
border: 1px solid #AAAAAA;
border-radius: 4px;
height: 30px;
text-align: left;
color: #3B3B3B;
}
.footer_input_phone{
padding: 0 5px;
font-size: 14px;
/* border: 1px solid #AAAAAA; */
height: 30px;
text-align: left;
color: #3B3B3B;
}
.select-mark{
width:20px;
/* border:1px solid black; */
}
.msg_footer{
font-size: 14px;
text-align: left;
}
.btnView{
position: fixed;
padding: 10px 20px 20px 20px;
bottom: 0;
left: 0;
right: 0;
background-color: white;
}
.picker-view{
display: flex;
/*控制元素在主轴的对齐方式*/
justify-content: center;
/*控制默认的一行的对齐方式*/
align-items: center;
/* margin:0 0 0 50px; */
}
.picker-if{
color:#888888;
}
.picker-block{
margin:0 0 0 100px;
}
.diag_input{
margin:20px;
}