wujingjing
2024-10-24 2f48a0ed8751a3b4e4687c5293336664441cab1a
Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test
已修改3个文件
已添加1个文件
已删除1个文件
8 ■■■■ 文件已修改
customer_list/ch/static/images/about/1.jpeg 补丁 | 查看 | 原始文档 | blame | 历史
customer_list/ch/static/images/about/1.png 补丁 | 查看 | 原始文档 | blame | 历史
customer_list/ch/static/images/about/2.jpg 补丁 | 查看 | 原始文档 | blame | 历史
customer_list/ch/static/images/about/3.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/ch/home/AboutUs.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
customer_list/ch/static/images/about/1.jpeg
Binary files differ
customer_list/ch/static/images/about/1.png
customer_list/ch/static/images/about/2.jpg

customer_list/ch/static/images/about/3.jpg

src/views/project/ch/home/AboutUs.vue
@@ -13,7 +13,7 @@
            <div class="set_mission">
                <div class="flex items-center">
                    <div class="w100 h100">
                        <img src="/static/images/about/1.jpeg" class="w-[580px] h-[315px]" />
                        <img src="/static/images/about/1.png" class="w-[580px] h-[315px]" />
                    </div>
                    <div class="w100 h100 px-[30px]">
                        <div class="title">愿景及使命</div>
@@ -26,7 +26,7 @@
            <div class="set_mission">
                <div class="flex items-center">
                    <div class="w100 h100 px-[30px]">
                        <div class="title">组成及性质</div>
                        <div class="title">名字起源</div>
                        <div class="desc">
                            上海拉瓦锡卡文智能科技有限公司的名字,是对两位化学巨匠——安托万-洛朗·拉瓦锡(Antoine-Laurent de
                            Lavoisier)和亨利·卡文迪许(Henry
@@ -41,7 +41,7 @@
            <div class="set_mission">
                <div class="flex items-center">
                    <div class="w100 h100">
                        <img src="/static/images/about/3.jpg" class="w-[580px] h-[315px]" />
                        <img src="/static/images/about/3.jpg" class="w-[580px] h-[315px] object-cover" />
                    </div>
                    <div class="w100 h100 px-[30px]">
                        <div class="title">现代化学之父</div>
@@ -108,7 +108,7 @@
    }
    .set_mission {
        background: #fbfbfb;
        height: 312px;
        height: 315px;
        width: 100%;
        position: relative;
        margin-top: 56px;