king
2023-02-10 4067c510552e3b894eb4378e1e04f5b13683ddd4
2023-02-10
3个文件已修改
1个文件已添加
58 ■■■■ 已修改文件
src/img/weixin.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/img/weixin2.jpg 补丁 | 查看 | 原始文档 | blame | 历史
src/views/companyProfile/index.vue 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/contactInformation/index.vue 37 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/img/weixin.jpg

src/img/weixin2.jpg
src/views/companyProfile/index.vue
@@ -226,7 +226,7 @@
        <div class="content_title fadeInUp zoomIn animated"><span>联系明科</span></div>
        <div class="content contact">
          <ul class="contact_ul">
            <li style="flex: none;padding-right: 1.2rem;">
            <li style="flex: none;">
              <h3 class="p_txt"><img src="../../img/lian1.png" alt="" class="m_img" style="margin: -0.08rem 0.15rem 0 0;"><span>商务合作</span></h3>
              <p class="p_txt p_txt2" style="margin-top: 0.4rem;">service@minkesoft.com</p>
              <p class="p_txt p_txt2">www.minkesoft.com</p>
@@ -240,7 +240,7 @@
              <h3 class="p_txt "><img src="../../img/lian2.png" alt="" class="m_img" style="margin: -0.08rem 0.15rem 0 0;"><span>明科分部</span></h3>
              <p class="p_txt2" style="margin-top: 0.4rem;">北京:通州区滨惠北一街3号院新光大中心8B座3107</p>
              <p class="p_txt2">天津:武清区俊安金融中心南塔8011</p>
              <p class="p_txt2">杭州:萧山区民和路481号联合中心b座1101</p>
              <p class="p_txt2">杭州:萧山区民和路481号联合中心B座1101</p>
              <p class="p_txt2">武汉:汉阳区鹦鹉大道46号长江广场</p>
              <p class="p_txt2">成都:科园二路10号航利中心</p>
              <p class="p_txt2">西安:高新区科技路火炬大厦</p>
@@ -533,13 +533,13 @@
      transform: scale(1.2);
      z-index: 99999;
    }
    .p_li {
      padding: 0px 1.1rem 0px 0.5rem;
      flex: none;
    }
    .p_li2 {
      padding-left: 0.4rem;
    }
    // .p_li {
    //   padding: 0px 1.1rem 0px 0.5rem;
    //   flex: none;
    // }
    // .p_li2 {
    //   padding-left: 0.4rem;
    // }
    .p_txt {
      text-align: center;
    }
@@ -666,6 +666,7 @@
      margin-bottom: 0.6rem;
      li {
        flex: 1;
        width: 33.33%;
        position: relative;
        h3 {
          i {
@@ -696,7 +697,7 @@
        width: 1px;
        background: #BFBFBF;
        position: absolute;
        right: 7%;
        right: 5%;
      }
      li:last-child::before {
        display: none;
src/views/contactInformation/index.vue
@@ -158,25 +158,26 @@
      background: url(../../img/contactBanner.jpg) no-repeat;
      min-height: 14.42rem;
      background-size: cover;
    }
    .contact_ul {
      display: flex;
      padding-bottom: 0.72rem;
      margin-top: 0.85rem;
      border-bottom: 1px solid #EBECF0;
      .contact_ul {
        display: flex;
        padding-bottom: 0.72rem;
        margin-top: 0.85rem;
        border-bottom: 1px solid #EBECF0;
      li {
        float: left;
        flex: 1;
        text-align: center;
        h2 {
          font-size: 0.3rem;
          color: #3B3B3C;
          margin:0.24rem 0 0.17rem;
        }
        p {
          font-size: 0.16rem;
          color: #4E6C8D;
        li {
          float: left;
          flex: 1;
          text-align: center;
          h2 {
            font-size: 0.3rem;
            color: #3B3B3C;
            margin:0.24rem 0 0.17rem;
          }
          p {
            font-size: 0.16rem;
            color: #4E6C8D;
          }
        }
      }
    }