VtuanList.less 3.2 KB
page {
  background-color: #f9f9f9;

}

.container {

  position: relative;

  .s_posi {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    .search_box {
      display: flex;
      align-items: center;
      padding: 20rpx 32rpx;
      box-sizing: border-box;
      width: 100%;
      background-color: #fff;


      .search {
        flex: 1;
        border-radius: 15rpx;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        background-color: #f9f9f9;

        input {
          text-indent: 15rpx;
          font-size: 28rpx;
          height: 70rpx;
          line-height: 70rpx;
          width: 100%;
        }

        image {
          margin-left: 20rpx;
          width: 31rpx;
          height: 31rpx;
        }
      }

      .search_btn {
        width: 100rpx;
        height: 70rpx;
        color: #E8370F;
        font-weight: 700;
        line-height: 70rpx;
        padding: 0;
        background-color: transparent;
      }
    }
  }

  .listList {
    width: 100%;
    padding: 0 32rpx 150rpx;
    box-sizing: border-box;
    margin-top: 150rpx;


    .bind_item {
      width: 100%;
      padding: 20rpx 0 20rpx 20rpx;
      box-sizing: border-box;
      background: #ffffff;
      border-radius: 12rpx;
      box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(165, 35, 6, 0.09);
      margin-bottom: 20rpx;


      .bind_box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .b_name {
          flex: 1;
          font-size: 28rpx;
          color: #06121F;
        }

        .b_star {
          width: 140rpx;
          height: 48rpx;
          background: #e8370f;
          border-radius: 24rpx 0rpx 0rpx 24rpx;
          // padding: 0 20rpx 0 35rpx;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          justify-content: center;

          image {
            width: 32rpx;
            height: 32rpx;
          }

          .rext {
            font-size: 24rpx;
            color: #fff;
            margin-left: 10rpx;
          }
        }

        .b_sta_color {
          background-color: #BDC4CE;
        }
      }

      .b_address {
        width: 100%;
        padding: 20rpx 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;

        image {
          width: 18rpx;
          height: 24rpx;
          margin-right: 10rpx;
        }

        .b_add {
          flex: 1;
          font-size: 24rpx;
          font-family: PingFang SC,
            PingFang SC-Regular;
          font-weight: 400;
          color: #06121F;
        }
      }

      &:last-child {
        margin: 0;
      }

    }
  }

  .cno {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    .kongbox {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 200rpx auto;


      image {
        width: 100%;
        height: 600rpx;
      }

      .c_name {
        margin-top: 30rpx;
        font-size: 32rpx;
        color: #ccc;
      }
    }

  }

}