.container { min-height: 100vh; background-color: #f5f5f5; padding: 20rpx; } .user-card { background-color: #4CAF50; border-radius: 16rpx; padding: 30rpx; margin-bottom: 20rpx; } .user-header { display: flex; align-items: center; } .avatar { width: 120rpx; height: 120rpx; border-radius: 60rpx; border: 4rpx solid #fff; } .user-detail { margin-left: 20rpx; color: #fff; } .nickname { font-size: 32rpx; font-weight: bold; margin-bottom: 10rpx; display: block; } .user-id { font-size: 24rpx; opacity: 0.8; } .info-card { background-color: #fff; border-radius: 16rpx; padding: 30rpx; margin-bottom: 20rpx; } .card-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30rpx; font-size: 32rpx; font-weight: bold; } .more { color: #666; font-size: 24rpx; font-weight: normal; } .plot-info { display: flex; justify-content: space-around; } .plot-item { text-align: center; } .number { font-size: 36rpx; font-weight: bold; color: #4CAF50; display: block; } .label { font-size: 24rpx; color: #666; margin-top: 10rpx; display: block; } .service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30rpx; padding: 10rpx 0; } .service-item { display: flex; flex-direction: column; align-items: center; } .service-icon { width: 88rpx; height: 88rpx; background-color: #E8F5E9; border-radius: 16rpx; display: flex; align-items: center; justify-content: center; margin-bottom: 16rpx; } .service-icon text { font-size: 32rpx; color: #4CAF50; font-weight: bold; } .service-name { font-size: 28rpx; color: #666; text-align: center; } .function-list { width: 100%; } .function-item { display: flex; justify-content: space-between; align-items: center; padding: 30rpx 0; border-bottom: 1rpx solid #f5f5f5; } .function-item:last-child { border-bottom: none; } .function-item .left { display: flex; align-items: center; } .function-icon { width: 44rpx; height: 44rpx; background-color: #E8F5E9; color: #4CAF50; font-size: 28rpx; font-weight: bold; border-radius: 8rpx; display: flex; align-items: center; justify-content: center; margin-right: 20rpx; } .function-item text { font-size: 28rpx; color: #333; } .arrow { color: #999; font-size: 24rpx; }