customize.vue 10.4 KB
<template>
  <v-img src="/banner/customize.jpg" alt="canrud" v-if="!isMobile()"></v-img>
  <v-img src="/mobile/banner-custo1.png" alt="canrud" v-if="isMobile()"></v-img>
  <div class="font-weight-bold tw-leading-[30px] text-white tw-bg-[url('/banner/top2.png')] tw-p-4 sm:tw-p-8">
    Leading hardware support for customized battery solutions. Independent prototyping line covers
    the entire process. Equipped with a soft-pack development line and a -50°C drying room to meet
    various needs. Two lithium metal pouch cell preparation options provided. Strong R&amp;D
    capabilities with over 10 years of experience. Resolving 100+ customized projects, serving 50+
    clients. Services include material evaluation, R&amp;D contract manufacturing, new system
    development, and finished/semi-finished products. Breakthroughs in high-temperature,
    low-temperature, and fast-charging fields. Production and sales of high-quality lithium-ion
    batteries. Choose us to meet your R&amp;D and production needs.
  </div>
  <div class="tw-p-[32px] sm:tw-pt-[64px] sm:tw-px-[128px]">
    <div class="mb-4 mb-sm-8 text-blue-darken-1 tw-text-center text-h5 text-sm-h4 mb-sm-6">
      <b>Customization Hardware</b>
    </div>
    <v-divider class="mb-8 mb-sm-16"></v-divider>
    <ContentDescription className=" mb-4 mb-sm-16 tw-max-w-[600px] tw-m-auto font-weight-medium  text-grey-darken-1"
      content="Coin cell preparation line with different machine such as mixing, coating, calendaring,
      cutting, assembly and testing." />
    <v-container class="px-0 px-sm-16">
      <v-row class="tw-justify-between">
        <v-col cols="6" sm="5">
          <v-img src="/customization_hardware/1.png" alt="canrud"></v-img>
        </v-col>
        <v-col cols="6" sm="5">
          <v-img src="/customization_hardware/2.png" alt="canrud"></v-img>
        </v-col>
      </v-row>
    </v-container>
    <v-divider class="my-8 my-sm-16"></v-divider>
    <div class="tw-max-w-[600px] tw-m-auto font-weight-medium tw-mb-[32px] text-grey-darken-1">
      <div>1、Pouch cell pilot line with different humidity control requirement</div>
      <div>2、Dry room for other process</div>
      <div>3、Dry room for mixing and coating with -30℃ humidity</div>
      <div>4、(before electrolyte injection)with -40℃ humidity</div>
    </div>
    <!-- <v-slide-group class="pa-4" selected-class="bg-success" show-arrows>
      <v-slide-group-item v-for="slide in slides" :key="slide">
        <v-card :class="['ma-2']" width="360">
          <v-img :src="slide"></v-img>
        </v-card>
      </v-slide-group-item>
    </v-slide-group> -->
    <v-row v-if="!isMobile()">
      <v-col v-for="slide in slides" :key="slide"><v-img :src="slide" alt="canrud"></v-img></v-col>
    </v-row>

    <v-carousel height="298" width="318" interval="3000" cycle :continuous="false" :show-arrows="false"
      hide-delimiter-background v-if="isMobile()">
      <v-carousel-item v-for="n in slides" :key="n">
        <v-sheet color="grey-lighten-1" height="298" width="318" class="mx-auto" border="none">
          <!-- <v-card-title class="tw-text-center text-subtitle-1">{{ n.name }}</v-card-title> -->
          <v-img :src="n" alt="canrud"></v-img>
        </v-sheet>
      </v-carousel-item>
    </v-carousel>

    <v-divider class="my-8 my-sm-16"></v-divider>
    <div class="tw-max-w-[600px] tw-m-auto font-weight-medium tw-mb-[32px] text-grey-darken-1">
      <div>1、There are different capacity for mixing(5L,10L and 30L)</div>
      <div>2、Dry room for high Ni cathode pouch cell preparation(-30℃ humidity)</div>
      <div>
        3、Different solution to prepare lithium metal pouch cell(glove box with 0.1ppm condition or
        -50℃ dry room)
      </div>
    </div>

    <v-row v-if="!isMobile()">
      <v-col v-for="img in imgs" :key="img.name">
        <v-card>
          <v-img :src="img.imageUrl" alt="canrud"></v-img>
          <v-card-title class="tw-text-center text-subtitle-1">{{ img.name }}</v-card-title>
        </v-card>
      </v-col>
    </v-row>

    <v-carousel height="350" width="318" interval="3000" cycle :continuous="false" :show-arrows="false"
      hide-delimiter-background v-if="isMobile()">
      <v-carousel-item v-for="n in imgs" :key="n.imageUrl">
        <v-sheet color="grey-lighten-1" height="340" width="318" class="mx-auto" border="none">
          <v-card-title class="tw-text-center text-subtitle-1">{{ n.name }}</v-card-title>
          <v-img :src="n.imageUrl" alt="canrud"></v-img>
        </v-sheet>
      </v-carousel-item>
    </v-carousel>
  </div>

  <div class="tw-p-[32px] sm:tw-py-[64px] sm:tw-px-[128px] bg-grey-lighten-5">
    <div class="mb-4 mb-sm-16 text-blue-darken-1 text-h5 text-sm-h4 tw-text-center">
      <b>Succeed Case</b>
    </div>
    <div class="mb-8 tw-relative mb-sm-16">
      <div
        class="tw-w-[200px] tw-text-center bg-blue-darken-1 tw-rounded-[4px] tw-m-auto tw-text-[20px] tw-font-medium tw-relative">
        customized types
      </div>
      <v-divider class="tw-absolute tw-top-[16px] tw-w-full"></v-divider>
    </div>

    <v-row class="mb-8 px-sm-16 tw-justify-between mb-sm-16 tw-flex">
      <v-col v-for="slide in slideCases" :key="slide.title" cols="6" sm="5">
        <!-- <v-card> -->
        <v-img :src="slide.imageUrl" :alt="slide.title"></v-img>
        <v-card-title class="tw-text-center text-subtitle-1"> {{ slide.title }}</v-card-title>
        <!-- </v-card> -->
      </v-col>
    </v-row>

    <!-- <v-slide-group class="pa-4" selected-class="bg-success" show-arrows>
      <v-slide-group-item v-for="slide in slideCases" :key="slide">
        <v-card :class="['ma-2']" width="360">
          <v-img :src="slide"></v-img>
        </v-card>
      </v-slide-group-item>
    </v-slide-group> -->

    <div class="pb-8 tw-relative pb-sm-16">
      <div
        class="mb-8 mb-sm-16 tw-w-[210px] tw-text-center bg-blue-darken-1 tw-rounded-[4px] tw-m-auto tw-text-[20px] tw-font-medium tw-relative">
        Material evaluation
      </div>
      <v-divider class="tw-absolute tw-top-[16px] tw-w-full"></v-divider>

      <ContentDescription className="mb-8 mb-sm-16 tw-max-w-[600px] tw-m-auto font-weight-medium  text-grey-darken-1"
        content="Comprehensive lithium battery material evaluation, covering key materials such as cathode, anode, electrolyte, separator, and conductive additives. Accurate testing to ensure high-performance batteries. Choose us to embark on the path of material innovation!." />

      <v-img src="/customization_case/table.png" alt="canrud"></v-img>
    </div>
    <!-- <v-table density="compact" class="mb-8 mb-sm-16">
      <thead>
        <tr class="bg-blue-lighten-1">
          <th class="text-left text-white">Cathode</th>
          <th class="text-left text-white">Anode</th>
          <th class="text-left text-white">Electrolyte</th>
          <th class="text-left text-white">Separator</th>
          <th class="text-left text-white">Conductive carbon</th>
        </tr>
      </thead>
      <tbody>
        <tr class="bg-light-blue-lighten-5">
          <td>1</td>
          <td>2</td>
          <td>1</td>
          <td>2</td>
          <td>1</td>
        </tr>
        <tr class="bg-light-blue-lighten-5">
          <td>1</td>
          <td>2</td>
          <td>2</td>
          <td>2</td>
          <td>2</td>
        </tr>
      </tbody>
    </v-table> -->

    <div class="mb-8 tw-relative mb-sm-16">
      <div
        class="tw-w-[220px] tw-text-center bg-blue-darken-1 tw-rounded-[4px] tw-m-auto tw-text-[20px] tw-font-medium tw-relative">
        System development
      </div>
      <v-divider class="tw-absolute tw-top-[16px] tw-w-full"></v-divider>
    </div>

    <ContentDescription className="mb-8 mb-sm-16 tw-max-w-[600px] tw-m-auto font-weight-medium  text-grey-darken-1"
      content="High temperature: mine safety helmet Low temperature: outdoor extreme cold applicationFast charging system development: fast charging power bank Water system battery development: new system development." />

    <v-row class="mb-16">
      <!-- <v-col v-for="slide in slideCases" :key="slide"><v-img :src="slide"></v-img></v-col> -->
      <v-img src="/customization_case/b.png" alt="canrud"></v-img>
    </v-row>
  </div>
</template>

<script setup lang="ts">
import ContentDescription from '@/components/ContentDescription.vue'
import { isMobile } from '~/utils'

useHead({
  title: 'Customize',
  meta: [
    {
      name: 'title',
      content:
        '科路得,Hardware support,Customized battery solutions,Prototyping line,Soft-pack development line,Lithium metal pouch cell,R&D capabilities,Material evaluation,R&D contract manufacturing,High-temperature,Lithium-ion batteries',
    }, {
      name: 'keywords',
      content:
        '科路得,Hardware support,Customized battery solutions,Prototyping line,Soft-pack development line,Lithium metal pouch cell,R&D capabilities,Material evaluation,R&D contract manufacturing,High-temperature,Lithium-ion batteries',
    }, {
      name: 'description',
      content:
        '科路得,助您科研之路势在必得。Leading hardware support for customized battery solutions. Independent prototyping line covers the entire process. Equipped with a soft-pack development line and a -50°C drying room to meet various needs. Two lithium metal pouch cell preparation options provided. Strong R&D capabilities with over 10 years of experience. Resolving 100+ customized projects, serving 50+ clients. Services include material evaluation, R&D contract manufacturing, new system development, and finished/semi-finished products. Breakthroughs in high-temperature, low-temperature, and fast-charging fields. Production and sales of high-quality lithium-ion batteries. Choose us to meet your R&D and production needs.'
    },
  ],
})

const slides = [
  '/customization_hardware/3.png',
  '/customization_hardware/4.png',
  '/customization_hardware/5.png',
  '/customization_hardware/6.png'
]

const slideCases = [
  { imageUrl: '/customization_case/1.png', title: '1.Semi-finished product' },
  { imageUrl: '/customization_case/2.png', title: 'Material evaluation' },
  { imageUrl: '/customization_case/3.png', title: 'System development' },
  { imageUrl: '/customization_case/4.png', title: 'New product customization' }
  // '/customization_case/5.png'
]

const imgs = [
  { name: '5L mixing', imageUrl: '/customization_hardware/9.png' },
  { name: '30L mixing', imageUrl: '/customization_hardware/10.png' },
  { name: 'Li metal pouch cell', imageUrl: '/customization_hardware/11.png' }
]
</script>

<style lang="less" scoped></style>