fix 375 product-introduction
This commit is contained in:
parent
62f9b8f2e1
commit
c11364fa42
BIN
src/assets/image/375/menu-close.png
Normal file
BIN
src/assets/image/375/menu-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 851 B |
BIN
src/assets/image/375/menu-open.png
Normal file
BIN
src/assets/image/375/menu-open.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 640 B |
@ -160,13 +160,13 @@ const handleToHome = () => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
font-size: 12px;
|
|
||||||
min-width: 120px;
|
|
||||||
text-align: center;
|
|
||||||
font-family: "PingFang SC";
|
font-family: "PingFang SC";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
font-size: 16px;
|
||||||
|
min-width: 120px;
|
||||||
|
text-align: center;
|
||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -153,12 +153,13 @@ const handleToHome = () => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
font-weight: 700;
|
|
||||||
// font-size: 16px;
|
|
||||||
font-size: 1.05rem;
|
|
||||||
min-width: 120px;
|
min-width: 120px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: "PingFang SC";
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: normal;
|
||||||
&::after {
|
&::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -17,12 +17,18 @@
|
|||||||
:class="{ 'menu-open': showMenu }"
|
:class="{ 'menu-open': showMenu }"
|
||||||
@click="toggleMenu"
|
@click="toggleMenu"
|
||||||
>
|
>
|
||||||
<n-icon size="28" class="menu-icon menu-icon-menu">
|
<img
|
||||||
<menu-sharp />
|
v-if="showMenu"
|
||||||
</n-icon>
|
src="@/assets/image/375/menu-close.png"
|
||||||
<n-icon size="28" class="menu-icon menu-icon-close">
|
alt="menu"
|
||||||
<close-sharp />
|
class="menu-icon"
|
||||||
</n-icon>
|
/>
|
||||||
|
<img
|
||||||
|
v-else
|
||||||
|
src="@/assets/image/375/menu-open.png"
|
||||||
|
alt="menu"
|
||||||
|
class="menu-icon"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</NLayoutHeader>
|
</NLayoutHeader>
|
||||||
@ -53,11 +59,11 @@ import { useRouter } from "vue-router";
|
|||||||
import { useHeaderMenuConfig } from "@/config/headerMenuConfig";
|
import { useHeaderMenuConfig } from "@/config/headerMenuConfig";
|
||||||
const themeOverrides = {
|
const themeOverrides = {
|
||||||
Menu: {
|
Menu: {
|
||||||
itemTextColorHover: "#ff7bac",
|
itemTextColorHover: "#000",
|
||||||
itemTextColorActive: "#ff7bac",
|
itemTextColorActive: "#FF7BAC",
|
||||||
itemTextColorActiveHover: "#ff7bac",
|
itemTextColorActiveHover: "#fff8fb",
|
||||||
itemColorHover: "#fff8fb",
|
itemColorHover: "#FDDFE9",
|
||||||
itemColorActive: "#fff8fb",
|
itemColorActive: "#fff",
|
||||||
itemColorActiveHover: "#fff8fb",
|
itemColorActiveHover: "#fff8fb",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@ -125,7 +131,7 @@ const handleToHome = () => {
|
|||||||
.custom-header {
|
.custom-header {
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
height: 320px;
|
height: 60 * 5.12px;
|
||||||
|
|
||||||
&.header-scrolled {
|
&.header-scrolled {
|
||||||
background: rgba(255, 255, 255, 0.95);
|
background: rgba(255, 255, 255, 0.95);
|
||||||
@ -152,8 +158,7 @@ const handleToHome = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo :deep(.n-image) {
|
.logo :deep(.n-image) {
|
||||||
max-width: 100px;
|
width: 94 * 5.12px;
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-btn {
|
.menu-btn {
|
||||||
@ -168,6 +173,7 @@ const handleToHome = () => {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 56 * 5.12px;
|
||||||
|
|
||||||
.menu-icon {
|
.menu-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -198,14 +204,14 @@ const handleToHome = () => {
|
|||||||
|
|
||||||
.mobile-menu-wrapper {
|
.mobile-menu-wrapper {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 320px;
|
top: 60 * 5.12px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background: #fddfea;
|
background: #fff;
|
||||||
z-index: 1100;
|
z-index: 1100;
|
||||||
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
|
||||||
padding: 40px 0 80px 0;
|
padding: 40px 0 80px 0;
|
||||||
max-height: 1500px;
|
max-height: 1500 * 5.12px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
// 设置CSS变量,只影响当前组件的菜单
|
// 设置CSS变量,只影响当前组件的菜单
|
||||||
|
@ -170,6 +170,7 @@ const handleToHome = () => {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 56 * 2.5px;
|
||||||
|
|
||||||
.menu-icon {
|
.menu-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
import { computed } from "vue";
|
import { computed } from "vue";
|
||||||
import { useWindowSize } from "@vueuse/core";
|
import { useWindowSize } from "@vueuse/core";
|
||||||
|
|
||||||
// import size375 from "./size375/index.vue";
|
import size375 from "./size375/index.vue";
|
||||||
import size768 from "./size768/index.vue";
|
import size768 from "./size768/index.vue";
|
||||||
import size1440 from "./size1440/index.vue";
|
import size1440 from "./size1440/index.vue";
|
||||||
import size1920 from "./size1920/index.vue";
|
import size1920 from "./size1920/index.vue";
|
||||||
|
@ -0,0 +1,589 @@
|
|||||||
|
<script setup></script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="page-container">
|
||||||
|
<div class="grid-lines">
|
||||||
|
<div class="line solid line-1"></div>
|
||||||
|
<div class="line solid line-5"></div>
|
||||||
|
</div>
|
||||||
|
<section class="hero-section relative">
|
||||||
|
<div class="hero-content">
|
||||||
|
<div class="hero-title">
|
||||||
|
More than just a tool——<br />
|
||||||
|
Comprehensive growth <br />solutions, providing a one- <br />stop
|
||||||
|
solution for content <br />creation, publishing, analysis,<br />
|
||||||
|
and monetization
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="core-value-card">
|
||||||
|
<div class="card-content">
|
||||||
|
<div class="card-title">Core Value</div>
|
||||||
|
<div class="card-text">
|
||||||
|
The FIEE-SAAS platform is a one-stop content operation solution
|
||||||
|
tailored for creators in the digital era. The platform utilizes
|
||||||
|
intelligent distribution technology, A1 empowerment tools, and
|
||||||
|
full-chain services,Assist you in efficiently reaching audiences on
|
||||||
|
global mainstream platforms such as TikTok, YouTube, and Instagram,
|
||||||
|
creating a KOL brand effect, unlocking content value, and achieving
|
||||||
|
sustainable growth.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<img
|
||||||
|
src="@/assets/image/375/product-introduction-img2.png"
|
||||||
|
alt="background"
|
||||||
|
class="hero-bg-img"
|
||||||
|
/>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="features-section">
|
||||||
|
<div class="section-header">
|
||||||
|
<div class="decorator-bar"></div>
|
||||||
|
<div class="section-title">Product Features</div>
|
||||||
|
</div>
|
||||||
|
<div class="features-list">
|
||||||
|
<div class="feature-item">
|
||||||
|
<div class="feature-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
One-click Synchronous Publishing
|
||||||
|
</div>
|
||||||
|
<div class="feature-description">
|
||||||
|
Synchronize graphic and video content to TikTok, YouTube, and
|
||||||
|
Instagram platforms at once, saving time on repetitive operations.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-item">
|
||||||
|
<div class="feature-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Intelligent Scheduled Publishing
|
||||||
|
</div>
|
||||||
|
<div class="feature-description">
|
||||||
|
Plan the content release time in advance, support batch scheduling,
|
||||||
|
and accurately grasp the optimal release time of each platform.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-item">
|
||||||
|
<div class="feature-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Unified Management of Multiple Accounts
|
||||||
|
</div>
|
||||||
|
<div class="feature-description">
|
||||||
|
Easily manage multiple accounts on one platform without the need for
|
||||||
|
repeated login and switching, improving team collaboration
|
||||||
|
efficiency.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-item">
|
||||||
|
<div class="feature-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Cloud Content Library
|
||||||
|
</div>
|
||||||
|
<div class="feature-description">
|
||||||
|
Safely store and manage all creative materials, access and use them
|
||||||
|
anytime, anywhere, and support quick retrieval and reuse.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="feature-item">
|
||||||
|
<div class="feature-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Basic Data Tracking
|
||||||
|
</div>
|
||||||
|
<div class="feature-description">
|
||||||
|
Visually view the content performance of various platforms,
|
||||||
|
understand core data indicators, and provide a basis for optimizing
|
||||||
|
strategies.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="solutions-section">
|
||||||
|
<div class="section-header">
|
||||||
|
<div class="decorator-bar"></div>
|
||||||
|
<div class="section-title">Value Added Solutions</div>
|
||||||
|
</div>
|
||||||
|
<div class="solutions-content">
|
||||||
|
<div class="solution-image-container">
|
||||||
|
<img
|
||||||
|
src="@/assets/image/375/product-introduction-img1.png"
|
||||||
|
alt="Value Added Solutions"
|
||||||
|
class="solution-image"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="solutions-list">
|
||||||
|
<div class="solution-item">
|
||||||
|
<img
|
||||||
|
src="@/assets/image/375/product-introduction-icon1.png"
|
||||||
|
alt="KOL Brand Promotion"
|
||||||
|
class="solution-icon"
|
||||||
|
/>
|
||||||
|
<div class="solution-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
KOL Brand Promotion Services
|
||||||
|
</div>
|
||||||
|
<div class="solution-description">
|
||||||
|
Efficiently connect high-quality business cooperation
|
||||||
|
opportunities and complete the entire process management from
|
||||||
|
order acceptance to publication within the platform.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="solution-item">
|
||||||
|
<img
|
||||||
|
src="@/assets/image/375/product-introduction-icon2.png"
|
||||||
|
alt="Content Creation Support"
|
||||||
|
class="solution-icon"
|
||||||
|
/>
|
||||||
|
<div class="solution-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Professional Content Creation Support
|
||||||
|
</div>
|
||||||
|
<div class="solution-description">
|
||||||
|
Connect professional shooting and post production teams for you,
|
||||||
|
create high-quality "art+story" content, and strengthen IP
|
||||||
|
influence.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="solution-item">
|
||||||
|
<img
|
||||||
|
src="@/assets/image/375/product-introduction-icon3.png"
|
||||||
|
alt="Account Operation"
|
||||||
|
class="solution-icon"
|
||||||
|
/>
|
||||||
|
<div class="solution-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Account Operation and Hosting Services
|
||||||
|
</div>
|
||||||
|
<div class="solution-description">
|
||||||
|
From 0 to 1 account positioning, follower growth strategy to
|
||||||
|
monetization cycle, operation experts provide full cycle running
|
||||||
|
and hosting services.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="advantages-section">
|
||||||
|
<div class="advantages-content">
|
||||||
|
<div class="advantages-header">
|
||||||
|
<div class="decorator-bar"></div>
|
||||||
|
<div class="section-title text-white">Our Advantages</div>
|
||||||
|
</div>
|
||||||
|
<div class="advantages-list">
|
||||||
|
<div class="advantage-item">
|
||||||
|
<div class="advantage-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Time Saving
|
||||||
|
</div>
|
||||||
|
<div class="advantage-description">
|
||||||
|
Multi platform publishing efficiency improvement, allowing you to
|
||||||
|
focus on content creation.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="advantage-item">
|
||||||
|
<div class="advantage-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Safe and Reliable
|
||||||
|
</div>
|
||||||
|
<div class="advantage-description">
|
||||||
|
Enterprise level data encryption and permission control ensure
|
||||||
|
account and content security.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="advantage-item">
|
||||||
|
<div class="advantage-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Maintain Consistency
|
||||||
|
</div>
|
||||||
|
<div class="advantage-description">
|
||||||
|
Ensure that brand information is presented uniformly on all
|
||||||
|
platforms.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="advantage-item">
|
||||||
|
<div class="advantage-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Data Driven
|
||||||
|
</div>
|
||||||
|
<div class="advantage-description">
|
||||||
|
Optimizing Content Strategies Based on Actual Performance.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="advantage-item">
|
||||||
|
<div class="advantage-title">
|
||||||
|
<div class="vertical-line"></div>
|
||||||
|
Easy to Use
|
||||||
|
</div>
|
||||||
|
<div class="advantage-description">
|
||||||
|
Intuitive interface design, no need for professional technical
|
||||||
|
background.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="cta-section">
|
||||||
|
<div class="cta-content">
|
||||||
|
<div class="cta-title">Get customized<br />solutions for free</div>
|
||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="32"
|
||||||
|
height="60"
|
||||||
|
viewBox="0 0 32 60"
|
||||||
|
fill="none"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
d="M31.3636 42.4968C32.2121 43.3437 32.2121 44.7165 31.3636 45.5635L17.5362 59.3648C16.6877 60.2117 15.3123 60.2117 14.4638 59.3648L0.636387 45.5635C-0.212133 44.7165 -0.212133 43.3437 0.636387 42.4968C1.48491 41.6499 2.8603 41.6499 3.70883 42.4968L13.8272 52.5962L13.8272 2.16868C13.8272 0.970951 14.8 -7.51835e-07 16 -6.99382e-07C17.2 -6.46929e-07 18.1728 0.970951 18.1728 2.16868L18.1728 52.5962L28.2912 42.4968C29.1397 41.6499 30.5151 41.6499 31.3636 42.4968Z"
|
||||||
|
fill="#FF7BAC"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="cta-qr-code">
|
||||||
|
<img
|
||||||
|
src="@/assets/image/375/product-introduction-img6.png"
|
||||||
|
alt="QR Code"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<img
|
||||||
|
src="@/assets/image/375/product-introduction-img5.png"
|
||||||
|
alt="background"
|
||||||
|
class="cta-bg-img"
|
||||||
|
/>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.page-container {
|
||||||
|
background-color: #fff;
|
||||||
|
font-family: "PingFang SC", sans-serif;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-section {
|
||||||
|
text-align: center;
|
||||||
|
position: relative;
|
||||||
|
background-image: url("@/assets/image/375/product-introduction-img3.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% auto;
|
||||||
|
background-position: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-content {
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-title {
|
||||||
|
font-size: 24 * 5.12px;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 34 * 5.12px;
|
||||||
|
letter-spacing: 0.2 * 5.12px;
|
||||||
|
padding: 153 * 5.12px 0 163 * 5.12px 0;
|
||||||
|
color: #000;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
.hero-bg-img {
|
||||||
|
position: absolute;
|
||||||
|
bottom: -25 * 5.12px;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
/* height: 100%; */
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
.core-value-card {
|
||||||
|
width: 346 * 5.12px;
|
||||||
|
padding: 40 * 5.12px 32 * 5.12px;
|
||||||
|
margin: 0 auto;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 16 * 5.12px;
|
||||||
|
box-shadow: 0 * 5.12px 3 * 5.12px 14 * 5.12px 0 * 5.12px rgba(0, 0, 0, 0.16);
|
||||||
|
text-align: left;
|
||||||
|
z-index: 2;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 24 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-title {
|
||||||
|
font-size: 32 * 5.12px;
|
||||||
|
font-weight: 500;
|
||||||
|
letter-spacing: 0.8 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-text {
|
||||||
|
font-size: 14 * 5.12px;
|
||||||
|
color: #455363;
|
||||||
|
letter-spacing: 0.48 * 5.12px;
|
||||||
|
text-align: justify;
|
||||||
|
font-feature-settings: "liga" off, "clig" off;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-header {
|
||||||
|
margin-bottom: 32 * 5.12px;
|
||||||
|
padding: 0 16 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.decorator-bar {
|
||||||
|
width: 58 * 5.12px;
|
||||||
|
height: 7 * 5.12px;
|
||||||
|
background-color: #ff7bac;
|
||||||
|
margin-bottom: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
font-family: "PingFang SC";
|
||||||
|
font-size: 24 * 5.12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
.features-section {
|
||||||
|
padding-top: 64 * 5.12px;
|
||||||
|
width: 346 * 5.12px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.features-list {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 24 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-item {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-title {
|
||||||
|
font-size: 24 * 5.12px;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 32 * 5.12px;
|
||||||
|
letter-spacing: 1.2 * 5.12px;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
gap: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
.feature-description {
|
||||||
|
font-size: 16 * 5.12px;
|
||||||
|
line-height: 22 * 5.12px;
|
||||||
|
color: #455363;
|
||||||
|
letter-spacing: 0.48 * 5.12px;
|
||||||
|
padding: 0 16 * 5.12px;
|
||||||
|
text-align: justify;
|
||||||
|
font-feature-settings: "liga" off, "clig" off;
|
||||||
|
}
|
||||||
|
|
||||||
|
.solutions-section {
|
||||||
|
padding-top: 64 * 5.12px;
|
||||||
|
width: 346 * 5.12px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.solutions-content {
|
||||||
|
display: flex;
|
||||||
|
gap: 32 * 5.12px;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: stretch;
|
||||||
|
}
|
||||||
|
.solutions-list {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 24 * 5.12px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.solution-item {
|
||||||
|
text-align: left;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.solution-icon {
|
||||||
|
width: 92 * 5.12px;
|
||||||
|
height: 76 * 5.12px;
|
||||||
|
padding-left: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
.solution-title {
|
||||||
|
font-family: "PingFang SC";
|
||||||
|
font-size: 24 * 5.12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 32 * 5.12px; /* 133.333% */
|
||||||
|
letter-spacing: 1.2 * 5.12px;
|
||||||
|
display: flex;
|
||||||
|
gap: 16 * 5.12px;
|
||||||
|
align-items: flex-start;
|
||||||
|
margin-bottom: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
.solution-description {
|
||||||
|
font-size: 14 * 5.12px;
|
||||||
|
letter-spacing: 0.48 * 5.12px;
|
||||||
|
padding: 0 16 * 5.12px;
|
||||||
|
text-align: justify;
|
||||||
|
font-feature-settings: "liga" off, "clig" off;
|
||||||
|
font-family: "PingFang SC";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: normal;
|
||||||
|
color: #455363;
|
||||||
|
}
|
||||||
|
.solution-image-container {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
.solution-image {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
object-fit: cover;
|
||||||
|
border-radius: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.advantages-section {
|
||||||
|
margin-top: 64 * 5.12px;
|
||||||
|
padding: 64 * 5.12px 0;
|
||||||
|
background-image: url("@/assets/image/375/product-introduction-img4.png");
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
color: #fff;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.advantages-content {
|
||||||
|
width: 346 * 5.12px;
|
||||||
|
margin: 0 auto;
|
||||||
|
display: flex;
|
||||||
|
gap: 16 * 5.12px;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.advantages-header {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 16 * 5.12px;
|
||||||
|
}
|
||||||
|
.advantages-list {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 24 * 5.12px;
|
||||||
|
}
|
||||||
|
.advantage-item {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 16 * 5.12px;
|
||||||
|
}
|
||||||
|
.advantage-title {
|
||||||
|
font-size: 24 * 5.12px;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 32 * 5.12px;
|
||||||
|
letter-spacing: 1.2 * 5.12px;
|
||||||
|
display: flex;
|
||||||
|
gap: 16 * 5.12px;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
.advantage-description {
|
||||||
|
font-size: 16 * 5.12px;
|
||||||
|
line-height: 22 * 5.12px;
|
||||||
|
letter-spacing: 0.48 * 5.12px;
|
||||||
|
opacity: 0.7;
|
||||||
|
padding: 0 16 * 5.12px;
|
||||||
|
}
|
||||||
|
.text-white {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-section {
|
||||||
|
padding: 80 * 5.12px 0 21 * 5.12px 0;
|
||||||
|
width: 346 * 5.12px;
|
||||||
|
margin: 0 auto;
|
||||||
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.cta-content {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
padding: 16 * 5.12px;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-title {
|
||||||
|
font-family: "PingFang SC";
|
||||||
|
font-size: 24 * 5.12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
.cta-qr-code {
|
||||||
|
width: 188 * 5.12px;
|
||||||
|
height: 188 * 5.12px;
|
||||||
|
background-color: #90ffff;
|
||||||
|
border-radius: 16 * 5.12px;
|
||||||
|
padding: 14 * 5.12px;
|
||||||
|
margin: 20 * 5.12px 0;
|
||||||
|
}
|
||||||
|
.cta-qr-code img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
.cta-bg-img {
|
||||||
|
width: 480 * 5.12px;
|
||||||
|
height: auto;
|
||||||
|
opacity: 0.8;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vertical-line {
|
||||||
|
width: 1 * 5.12px;
|
||||||
|
height: 20 * 5.12px;
|
||||||
|
background: #ff7bac;
|
||||||
|
flex-shrink: 0;
|
||||||
|
margin-top: 6 * 5.12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-lines {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
width: 346 * 5.12px;
|
||||||
|
height: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-lines .line {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-lines .line.solid {
|
||||||
|
width: 1 * 5.12px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.08);
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-lines .line.dashed {
|
||||||
|
width: 0;
|
||||||
|
border-left: 1 * 5.12px dotted rgba(0, 0, 0, 0.12);
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-lines .line-1 {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grid-lines .line-5 {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user