aosiyiliaouniapp/unpackage/dist/dev/mp-weixin/pages/me/me.wxss

90 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-04-08 02:59:47 +00:00
.page-fill {
width:100%;
height: 100%;
}
/* 头部个人信息 start */
.header {
padding: 0rpx 30rpx 40rpx 30rpx;
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: 120rpx;
height: 120rpx;
border-radius: 50%;
flex-shrink: 0;
}
.info-wapper {
width: 80%;
margin-left: 40rpx;
display: flex;
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: flex;
flex-direction: row;
justify-content: flex-end;
width: 15%;
}
.settings {
width: 40rpx;
height: 40rpx;
}
/* 头部个人信息 end */
/* 中间的 NEXT 大LOGO start */
.body {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.big-next {
font-size: 160rpx;
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: 20rpx;
color: #333333;
font-size: 16px;
}