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