.container { padding: 20rpx; } .section-title { font-size: 28rpx; font-weight: 600; margin-bottom: 16rpx; color: #C41E3A; } .avatar { width: 80rpx; height: 80rpx; border-radius: 50%; } .setting-item { display: flex; justify-content: space-between; align-items: center; padding: 20rpx 0; border-bottom: 1rpx solid #E8D5C4; } .setting-item:last-child { border-bottom: none; } .setting-label { font-size: 28rpx; } .btn-outline.active { background: #C41E3A; color: #FFFFFF; border-color: #C41E3A; } .bookmark-item { padding: 16rpx 0; border-bottom: 1rpx solid #E8D5C4; } .bookmark-item:last-child { border-bottom: none; } .menu-item { display: flex; justify-content: space-between; align-items: center; padding: 24rpx 0; border-bottom: 1rpx solid #E8D5C4; } .menu-item:last-child { border-bottom: none; } .menu-label { font-size: 28rpx; } .menu-arrow { color: #C9B8A6; font-size: 36rpx; }