.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(https://maomaochong.top:8088/i/2024/04/09/6614dce6e1196.png) repeat; display: flex; flex-direction: row; justify-content: flex-start; } .face { width: 120upx; height: 120upx; border-radius: 50%; flex-shrink: 0; margin-top: 5vh; } .info-wapper { width: 80%; margin-left: 40upx; display: flex; flex-direction: column; } .nickname { color: #6a5018; font-size: 18px; font-weight: bold; margin-top: 6vh; } .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; }