wujingjing
2024-06-28 ce77c8765e7b63ad9ac8094434fe1732695ed65c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<template>
    <div class="w100 h100 box-border text-[14px] bg-[#f7f8fa] relative pr-[32px] pb-[50px] pl-[32px] pt-[42px] w100">
        <div class="about-us-container">
            <div class="about-us-box flex flex-col">
                <h1>产品与服务</h1>
                <div class="mt-[12px] w100 flex flex-wrap gap-[12px]">
                    <div class="product_item row_layout bg-[#5dccef]">
                        <img src="/static/images/logo/logo-mini.svg" class="w-[30px] h-[30px]" />
                        <div class="content">
                            <h2>智能监控</h2>
                            <p>智能监控系统,可实时监控设备状态,并提供预警、报警、远程控制等功能。</p>
                        </div>
                        <div class="w-[120px] self-end">
                            <el-button class="btn text-[#5dccef]" color="#fff">
                                <i class="ywicon icon-changyonglogo37" style="font-size: 16px !important"></i>
                                <div class="h-[25px]">Android下载</div>
                            </el-button>
                            <el-button class="btn text-[#5dccef]" color="#fff"
                                ><i class="ywicon icon-windows" style="font-size: 16px !important"></i>
                                <div class="h-[25px]">Windows下载</div></el-button
                            >
                            <el-button class="btn text-[#5dccef]" color="#fff">
                                <i class="ywicon icon-jiankong" style="font-size: 16px !important"></i>
                                <div class="h-[25px]">体验网页下载</div>
                            </el-button>
                        </div>
                    </div>
                    <div class="product_item column_layout bg-[#76d587]">
                        <div class="top">
                            <img src="/static/images/logo/logo-mini.svg" class="w-[30px] h-[30px]" />
                            <div class="content">
                                <h2>Office 智能助手</h2>
                                <p>AI大语言模型打造的 Office 插件,直接在 Word 和 PPT 中提供文档创作、报告撰写等智能辅助,显著提升办公效率。</p>
                            </div>
                        </div>
 
                        <div class="w-[120px] ml-auto">
                            <el-button class="btn text-[#76d587]" color="#fff"
                                ><i class="ywicon icon-windows" style="font-size: 16px !important"></i>
                                <div class="h-[25px]">Windows下载</div></el-button
                            >
                        </div>
                    </div>
                    <div class="product_item column_layout bg-[#ff7564]">
                        <div class="top">
                            <img src="/static/images/logo/logo-mini.svg" class="w-[30px] h-[30px]" />
                            <div class="content">
                                <h2>Office 智能助手</h2>
                                <p>AI大语言模型打造的 Office 插件,直接在 Word 和 PPT 中提供文档创作、报告撰写等智能辅助,显著提升办公效率。</p>
                            </div>
                        </div>
 
                        <div class="w-[120px] ml-auto">
                            <el-button class="btn text-[#ff7564]" color="#fff">
                                <i class="ywicon icon-jiankong" style="font-size: 16px !important"></i>
                                <div class="h-[25px]">体验网页下载</div>
                            </el-button>
                        </div>
                    </div>
                    <div class="product_item row_layout bg-[#ffbb5e]">
                        <img src="/static/images/logo/logo-mini.svg" class="w-[30px] h-[30px]" />
                        <div class="content">
                            <h2>AI 作业辅导</h2>
                            <p>
                                手机拍照或上传图片就能快速帮助解题或批改作业,有详细的分析和解题过程,包含语文、数学、英语、物理等主要学科,精通从小学到大学的所有知识,妥妥的AI学霸,关注公众号即可使用。
                            </p>
                        </div>
                        <div class="code">
                            <img src="/static/images/wave/code.jpg" class="w-[80px] h-[80px]" />
                            <p>扫码关注微信公众号</p>
                        </div>
                    </div>
                </div>
                <div class="us">
                    <div class="flex-1 min-w-0">
                        <h2>关于上海义维流体科技有限公司</h2>
                        <p>
                            上海义维流体科技有限公司(简称"义维"),成立于2011年,是一家软件和互联网产品提供商,
                            专注于技公司现已获取软件著作权20余项,其中“工业循环供水泵系统运行状态诊断与节能关键技术”项目荣获2018年度中国商业联合会科学技术一等奖,
                            公司并且连续三年获得上海市“科技型中小企业技术创新基金”资金支持 发展速度上的优异表现,快速得到了业内和用户的一致好评。
                        </p>
                        <div class="mt-[12px] flex" v-for="(item, index) in state.usList" :key="item.ID">
                            <i :class="`ywicon ${item.icon} mr-[8px] !text-[18px]`"></i>
                            <div class="info_item_title">{{ item.title }}</div>
                            <div class="info_item">{{ item.content }}</div>
                        </div>
                    </div>
                    <div class="right">
                        <div class="relative">
                            <el-image
                                style="width: 150px; height: 207px"
                                src="/static/images/wave/copyright.jpg"
                                :zoom-rate="1.2"
                                :max-scale="7"
                                :min-scale="0.2"
                                :preview-src-list="state.rcList"
                                :initial-index="4"
                                fit="cover"
                                close-on-press-escape
                            />
                            <!-- <div class="view">
                                <i class="iconfont icon-xianshimima font14 mr-[4px]">查看</i>
                            </div> -->
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</template>
 
<script setup lang="ts">
import { reactive } from 'vue';
 
let state = reactive({
    usList: [
        {
            ID: 1,
            icon: 'icon-dianhua',
            title: '联系方式:',
            content: '023-98657832',
        },
        {
            ID: 2,
            icon: 'icon-youxiang',
            title: '商务合作:',
            content: 'smh@eventech.cn',
        },
        {
            ID: 3,
 
            icon: 'icon-dizhi',
            title: '公司地址:',
            content: '上海时闵行区江月路999号奇亚特科技园1号楼615室',
        },
    ],
    rcList: ['/static/images/wave/copyright.jpg'],
});
</script>
<style scoped lang="scss">
.about-us-container {
    --title: 14px;
    --normal: 12px;
    --gap: 12px;
    --maxWidth: 864px;
    --color: #5dccef;
    --color2: #76d587;
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 24px;
    height: calc(100% - 42px);
    align-items: center;
    overflow-y: auto;
    .about-us-box {
        margin: auto 0;
        max-width: 864px;
        padding: 24px 0;
        h1 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }
        .product_item {
            box-sizing: border-box;
            min-width: 0;
            width: calc(50% - var(--gap) / 2);
            padding: var(--gap);
            border-radius: 8px;
            color: #fff;
 
            .product_item:first-child {
                color: var(--color);
            }
            .product_item:nth-child(2) {
                color: var(--color2);
                --hoverColor: rgba();
            }
        }
        .row_layout {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: flex-start;
            gap: var(--gap);
            .code {
                padding: 0 2px;
                -ms-flex-item-align: center;
                align-self: center;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                p {
                    font-size: 12px;
                    margin-top: 4px;
                    color: #ffffffd9;
                    white-space: nowrap;
                }
            }
        }
        .content {
            flex: 1;
            min-width: 0;
 
            h2 {
                font-size: var(--title);
                line-height: 30px;
                font-weight: 600;
                font-family: Poppins;
            }
            p {
                text-align: justify;
                text-align-last: start;
                font-size: var(--normal);
                line-height: 18px;
                font-weight: 400;
                margin-top: 4px;
                color: hsla(0, 0%, 100%, 0.8);
            }
        }
        .btn {
            box-sizing: border-box;
            width: 100%;
            padding: 0px 8px;
            height: 30px;
            line-height: 25px;
            border-radius: 4px;
            background-color: #fff;
            cursor: pointer;
            display: flex;
            margin-top: 4px;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 12px;
            margin-left: unset;
            text-decoration: none;
 
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            font-size: 12px;
            white-space: nowrap;
        }
        .column_layout {
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            .top {
                display: flex;
                align-items: flex-start;
                gap: var(--gap);
            }
        }
        .us {
            margin-top: var(--gap);
            padding: var(--gap);
            min-width: 0;
            border-radius: 8px;
            background-color: #1d86ff;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 24px;
            h2 {
                font-size: var(--title);
                line-height: 20px;
            }
            p {
                text-align: justify;
                -moz-text-align-last: start;
                text-align-last: start;
                font-size: var(--normal);
                line-height: 20px;
                margin-top: var(--gap);
                color: #ffffffd9;
            }
            .info_item_title {
                font-size: var(--normal);
                line-height: 20px;
                color: white;
                display: flex;
                font-weight: 800;
                align-items: center;
                margin-right: 4px;
            }
            .info_item {
                font-size: var(--normal);
                line-height: 20px;
                color: #ffffffd9;
                display: flex;
                align-items: center;
                margin-right: 4px;
            }
            .right {
                width: 200px;
                display: flex;
 
                align-items: center;
                flex-direction: column;
                .view {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-color: transparent;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: background-color 0.2s;
                    cursor: pointer;
                    font-size: 12px;
                    color: transparent;
 
                    &:hover {
                        background-color: rgba(0, 0, 0, 0.7);
                        color: #fff;
                    }
                    i {
                        transition: color 0.2s;
                        margin-right: 4px;
                    }
                }
            }
        }
    }
}
</style>
import item from 'element-plus/es/components/space/src/item';