.container { background-color: #f5f5f5; min-height: 100vh; } .service-header { background-color: #fff; padding: 20rpx; border-bottom: 1rpx solid #e8e8e8; display: flex; align-items: center; justify-content: center; } .service-title { font-size: 36rpx; font-weight: bold; color: #333; } .service-content { padding: 20rpx; } .service-item { background-color: #fff; border-radius: 12rpx; padding: 24rpx; margin-bottom: 20rpx; box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05); display: flex; align-items: center; } .service-icon { width: 80rpx; height: 80rpx; border-radius: 50%; background-color: #f0f0f0; display: flex; align-items: center; justify-content: center; margin-right: 24rpx; font-size: 40rpx; } .service-info { flex: 1; } .service-name { display: block; font-size: 32rpx; font-weight: bold; color: #333; margin-bottom: 8rpx; } .service-desc { display: block; font-size: 26rpx; color: #666; } .call-button, .chat-button, .email-button { padding: 12rpx 32rpx; border-radius: 24rpx; font-size: 28rpx; font-weight: bold; background-color: #FF6B81; color: #fff; border: none; margin: 0; line-height: normal; height: auto; } .call-button:hover, .chat-button:hover, .email-button:hover { background-color: #FF526D; }