.tabs { display: flex; background: #fff; padding: 20rpx; } .tab { flex: 1; text-align: center; padding: 20rpx; font-size: 28rpx; color: #666; border-bottom: 4rpx solid transparent; } .tab.active { color: #1890ff; border-bottom-color: #1890ff; font-weight: bold; } .content { padding: 30rpx; } .input-area { background: #fff; border-radius: 12rpx; padding: 20rpx; margin-bottom: 20rpx; } .input-label { font-size: 24rpx; color: #999; margin-bottom: 10rpx; display: block; } .textarea { width: 100%; min-height: 200rpx; font-size: 28rpx; line-height: 1.5; } .lang-select { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 20rpx; border-radius: 12rpx; margin-bottom: 20rpx; } .picker { color: #1890ff; font-weight: bold; } .btn-translate { background: #1890ff; color: #fff; margin-bottom: 20rpx; } .result-area { background: #fff; border-radius: 12rpx; padding: 20rpx; } .result-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10rpx; } .copy-btn { color: #1890ff; font-size: 24rpx; } .result-text { font-size: 28rpx; line-height: 1.6; color: #333; white-space: pre-wrap; } .suggestions { margin-top: 30rpx; } .suggestion-item { background: #fff; border-radius: 12rpx; padding: 20rpx; margin-bottom: 20rpx; } .suggestion-tone { font-size: 24rpx; color: #1890ff; margin-bottom: 10rpx; } .suggestion-content { font-size: 28rpx; line-height: 1.5; color: #333; }