page { background: #F3F5F9; } .user-info { width: 100%; height: 220rpx; background: white; position: relative; box-sizing: border-box; padding: 50rpx 0 50rpx 180rpx; margin-bottom: 40rpx; } .user-info-avatar { position: absolute; top: 50rpx; left: 30rpx; overflow: hidden; width: 120rpx; height: 120rpx; border-radius: 10rpx; } .user-info-devicename { height: 80rpx; font-size: 30rpx; color: var(--black); font-weight: bold; } .user-info-nickname { height: 40rpx; font-size: 24rpx; } .user-info-arrows { position: absolute; right: 30rpx; top: 130rpx; width: 16rpx; height: 30rpx; } .menu { width: 100%; height: 80rpx; padding: 10rpx 0 10rpx 100rpx; position: relative; background: white; box-sizing: border-box; border-bottom: 2rpx solid #F3F5F9; line-height: 60rpx; font-size: 26rpx; color: var(--darkGray); } .menu-icon { position: absolute; top: 20rpx; left: 30rpx; width: 40rpx; height: 40rpx; } .menu-arrows { position: absolute; right: 30rpx; top: 30rpx; width: 16rpx; height: 30rpx; }