aosiyiliaouniapp/pages/me/me.css

92 lines
1.4 KiB
CSS

.page-fill {
width:100%;
height: 100%;
}
/* 头部个人信息 start */
.header {
/* #ifdef MP */
padding: 0upx 30upx 40upx 30upx;
/* #endif */
/* #ifndef MP */
padding: 120upx 30upx 40upx 30upx;
/* #endif */
background-color: #ffd655;
background: url(http://122.152.205.72:88/group1/M00/00/03/CpoxxFwu_1OAYFAIAAAzO_Q1tPg693.png) repeat;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.face {
width: 120upx;
height: 120upx;
border-radius: 50%;
flex-shrink: 0;
}
.info-wapper {
width: 80%;
margin-left: 40upx;
display: flex;
flex-direction: column;
}
.nickname {
color: #6a5018;
font-size: 18px;
font-weight: bold;
}
.regist-login {
margin-left: 60upx;
margin-top: 30upx;
}
.nav-info {
color: #a38e62;
font-size: 14px;
margin-top: 10upx;
}
.set-wapper {
display: flex;
flex-direction: row;
justify-content: flex-end;
width: 15%;
}
.settings {
width: 40upx;
height: 40upx;
}
/* 头部个人信息 end */
/* 中间的 NEXT 大LOGO start */
.body {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.big-next {
font-size: 160upx;
color: #F7F7F7;
}
/* 中间的 NEXT 大LOGO end */
.footer-wapper {
position: fixed;
bottom: 0;
display: flex;
flex-direction: column;
width: 100%;
}
.footer-words {
text-align: center;
background-color: white;
padding: 20upx;
color: #333333;
font-size: 16px;
}