page{ background-color: #f5f5f7; font-size: 26upx; } .profile{ background-color: #ffffff; } .profile-item{ width: 100%; display: flex; padding: 30upx 0; border-bottom: 1px solid #eeeeee; } .profile-item .label{ display: block; display: flex; align-items: center; width: 200upx; margin-left: 30upx; } .profile-item view{ text-align: right; width: 80%; display: block; padding: 0upx 0; margin-right: 30upx; } .profile-item input{ font-size: 26upx; text-align: right; width: 100%; } .profile-item image{ width: 80upx; height: 80upx; } .logout{ width: 100%; margin: 30upx auto; height: 86upx; background-color: #ffffff; color: #333333; letter-spacing: 10upx; display: flex; justify-content: center; align-items: center; font-weight: 700; font-size: 28upx; } .red{ color: #ff5757; } .Copyright{ padding-top: 30upx; width: 100%; color: #666666; text-align: center; } .Copyright view{ margin-top: 20upx; } .Copyright view text{ color: #0ca7e7; }