king
2023-02-10 4067c510552e3b894eb4378e1e04f5b13683ddd4
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;
          }
        }
      }
    }