67 lines
978 B
Plaintext
Raw Normal View History

2020-06-09 16:17:23 +08:00
@import "../../__wuBaseWxss__/0.wxss";
@import "../../__wuBaseWxss__/1.wxss";
page {
background: #fff;
}
.notbind {
background: none;
border: 0;
height: 20px;
line-height: 20px;
font-size: 14px;
color: #666;
margin: 20px 0;
}
.notbind:after {
display: none;
}
.login_wrap {
height: 100%;
display: flex;
flex-direction: column;
}
.portrait {
text-align: center;
padding: 100rpx 0;
flex: 1;
background: #f5f5f5;
}
.portrait image {
overflow: hidden;
border: 3px solid #fff;
border-radius: 50%;
width: 80px;
height: 80px;
}
.login_content {
padding: 20px 20px 0 20px;
}
.login_bottom {
position: fixed;
bottom: 10px;
left: 0;
width: 100%;
text-align: center;
}
.login_bottom view {
display: inline-block;
padding: 5px;
font-size: 14px;
color: #9C9C9C;
color: #D4D4D4;
}
.login_bottom navigator {
display: inline-block;
padding: 5px;
}