101 lines
7.8 KiB
PHP
101 lines
7.8 KiB
PHP
|
||
|
||
<?php $__env->startSection('title', '解决方案 - 深圳市云创芯电子有限公司'); ?>
|
||
|
||
<?php $__env->startSection('content'); ?>
|
||
<section class="hero-aurora">
|
||
<div class="hero-grid"></div>
|
||
<div class="relative max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 py-16 lg:py-24">
|
||
<p class="eyebrow">SOLUTIONS</p>
|
||
<h1 class="mt-3 max-w-3xl text-3xl font-bold tracking-tight text-fg sm:text-4xl lg:text-5xl gradient-text">TypeC 快速充电解决方案</h1>
|
||
<p class="mt-4 max-w-2xl text-base text-muted lg:text-lg">覆盖 22W–140W 多功率段,面向充电器、移动电源、车充与扩展坞场景,提供从协议芯片到高集成 SoC 的参考设计与选型支持。</p>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="px-4 sm:px-6 lg:px-8 py-12 lg:py-16">
|
||
<div class="max-w-8xl mx-auto">
|
||
<form method="GET" class="filter-bar mb-8">
|
||
<select name="power" onchange="this.form.submit()" class="select">
|
||
<option value="">全部功率段</option>
|
||
<?php $__currentLoopData = App\Models\Solution::POWER_SEGMENTS; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k => $v): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||
<option value="<?php echo e($k); ?>" <?php if($power === $k): echo 'selected'; endif; ?>><?php echo e($v); ?></option>
|
||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||
</select>
|
||
<select name="application" onchange="this.form.submit()" class="select">
|
||
<option value="">全部应用场景</option>
|
||
<?php $__currentLoopData = App\Models\Solution::APPLICATIONS; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k => $v): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||
<option value="<?php echo e($k); ?>" <?php if($application === $k): echo 'selected'; endif; ?>><?php echo e($v); ?></option>
|
||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||
</select>
|
||
<select name="platform" onchange="this.form.submit()" class="select">
|
||
<option value="">全部芯片平台</option>
|
||
<?php $__currentLoopData = App\Models\Solution::CHIP_PLATFORMS; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k => $v): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||
<option value="<?php echo e($k); ?>" <?php if($platform === $k): echo 'selected'; endif; ?>><?php echo e($v); ?></option>
|
||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||
</select>
|
||
<a href="<?php echo e(url('/solutions')); ?>" class="btn btn-sm">重置</a>
|
||
</form>
|
||
|
||
<div class="grid gap-6 sm:grid-cols-2 lg:grid-cols-3">
|
||
<?php $__empty_1 = true; $__currentLoopData = $solutions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $s): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
|
||
<a href="<?php echo e(route('solutions.show', $s->slug)); ?>" class="group glow-card rounded-xl border border-line bg-surface p-6 transition">
|
||
<div class="flex items-center justify-between">
|
||
<span class="inline-flex h-10 w-10 items-center justify-center rounded-lg bg-primary-soft text-primary"><?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
||
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'compass','size' => 22]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||
<?php $component->withName('icon'); ?>
|
||
<?php if ($component->shouldRender()): ?>
|
||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
||
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
||
<?php endif; ?>
|
||
<?php $component->withAttributes(['name' => 'compass','size' => 22]); ?>
|
||
<?php echo $__env->renderComponent(); ?>
|
||
<?php endif; ?>
|
||
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
||
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
||
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
||
<?php endif; ?>
|
||
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
||
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
||
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
||
<?php endif; ?></span>
|
||
<?php if($s->power): ?><span class="badge badge-primary"><?php echo e($s->power); ?></span><?php endif; ?>
|
||
</div>
|
||
<h3 class="mt-4 text-lg font-semibold text-fg transition group-hover:text-primary"><?php echo e($s->name); ?></h3>
|
||
<p class="mt-2 text-sm text-muted"><?php echo e($s->summary); ?></p>
|
||
<div class="mt-4 flex flex-wrap gap-2 text-xs">
|
||
<span class="badge"><?php echo e($s->powerSegmentLabel()); ?></span>
|
||
<span class="badge"><?php echo e($s->applicationLabel()); ?></span>
|
||
<span class="badge"><?php echo e($s->chipPlatformLabel()); ?></span>
|
||
</div>
|
||
<span class="mt-4 inline-flex items-center gap-1 text-sm font-medium text-primary">查看详情 <?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
|
||
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
|
||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'arrow','size' => 16]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||
<?php $component->withName('icon'); ?>
|
||
<?php if ($component->shouldRender()): ?>
|
||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
||
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
||
<?php endif; ?>
|
||
<?php $component->withAttributes(['name' => 'arrow','size' => 16]); ?>
|
||
<?php echo $__env->renderComponent(); ?>
|
||
<?php endif; ?>
|
||
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
||
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
||
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
||
<?php endif; ?>
|
||
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
|
||
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
|
||
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
|
||
<?php endif; ?></span>
|
||
</a>
|
||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
|
||
<p class="text-sm text-muted">暂无匹配的解决方案。</p>
|
||
<?php endif; ?>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<?php $__env->stopSection(); ?>
|
||
|
||
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /www/wwwroot/cloud-chip.cn/resources/views/solutions/index.blade.php ENDPATH**/ ?>
|