ZhangXianQiang
2024-03-05 5300255dd40ac2ed67676da5568f0e4fd25a7078
src/views/daoAnOffice/left-bottom.vue
@@ -75,37 +75,50 @@
  overflow: hidden;
  width: 100%;
  height: 100%;
  .left-bottom-fj{
    margin-bottom:20px ;
    border: 1px solid #29466A;
    background-color: rgba(17, 34, 58, 0.6);
    .left-bottom-fj-info{
      padding: 10px;
      .left-fj-p{
        width: 23%;
        margin-top: 3px;
        margin-right: 10px;
        color: #4481DD;
        font-family: 'PingFang SC';
        .left-fj-sp{
          color: #fff;
        }
      }
      display: flex;
      flex-wrap: wrap;
      .left-p{
        color: #FAE67D;
      }
    }
    .left-bottom-fj-title{
      font-family: PingFang SC;
      font-weight: 800;
      font-family: 'PingFang SC';
      font-weight: 400;
      font-size: 20px;
      color: #44DBDD;
      line-height: 40px;
      height: 80px;
      text-align: center;
      background-image: url("@/assets/img/fjbg.png");
      background-position: center; /* 水平和垂直都居中对齐 */
      background-repeat: no-repeat; /* 不重复平铺背景图像 */
      background-size: cover; /* 自动调整大小以完全覆盖元素 */
      background-position: center;
      /* 水平和垂直都居中对齐 */
      background-repeat: no-repeat;
      /* 不重复平铺背景图像 */
      background-size: cover;
      /* 自动调整大小以完全覆盖元素 */
    }
  }
}
@@ -130,6 +143,7 @@
    padding: 8px;
    font-size: 14px;
    margin: 10px 0;
    .orderNum {
      margin: 0 16px 0 -20px;
    }
@@ -171,6 +185,7 @@
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      .dibu {
        position: absolute;
        height: 2px;
@@ -180,6 +195,7 @@
        left: -2%;
        background-size: cover;
      }
      .addresswrap {
        width: 100%;
        display: flex;
@@ -221,4 +237,6 @@
    }
  }
}
.left-p {}
</style>