searchList.less 8.1 KB
page {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}

.container {
  width: 100%;
  height: 100%;

  .search_bot {
    width: 100%;
    height: 100%;

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

      .search {
        flex: 1;
        background-color: #f9f9f9;
        border-radius: 15rpx;
        position: relative;
        height: 68rpx;

        input {
          font-size: 28rpx;
          height: 68rpx;
          width: 100%;
          padding-left: 52rpx;
          box-sizing: border-box;
        }

        image {
          width: 32rpx;
          height: 32rpx;
          position: absolute;
          top: 50%;
          left: 10rpx;
          transform: translateY(-50%);
        }
      }

      .search_btn {
        height: 88rpx;
        color: #E8370F;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
      }

      button {
        padding: 8rpx 8rpx !important;
      }
    }

    /* 上架时间 */
    .putaway_title {
      width: 100%;
      height: 88rpx;
      border-bottom: 1rpx solid #EEEEEE;
      display: flex;
      background-color: #fff;
      align-items: center;

      .putaway_time {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1rpx solid #eee;

        .time_name {
          font-size: 32rpx;
          color: #323233;
          margin-right: 8rpx;
        }

        .sanjiao {
          width: 32rpx;
          height: 32rpx;

          image {
            width: 100%;
          }
        }

        &:last-child {
          border: 0 none;
        }
      }
    }

    .store_list {
      width: 100%;
      padding: 0 14rpx 0;
      box-sizing: border-box;


      .list_masonry_a {
        width: 100%;

        .footlist_a {
          position: relative;
          border-top-left-radius: 10rpx;
          border-top-right-radius: 10rpx;

          .foot_left_a {
            float: left;
            width: 50%;
            padding: 24rpx 14rpx;
            box-sizing: border-box;

            .footbox {
              width: 100%;
              margin: 0 auto 20rpx;
              background: #fff;
              position: relative;
              border-radius: 20rpx;


              image {
                width: 100%;
                border-top-left-radius: 10rpx;
                border-top-right-radius: 10rpx;
              }

              .text_bx {
                width: 100%;
                padding: 0 18rpx 20rpx;
                box-sizing: border-box;

                .ster_nams {
                  width: 100%;
                  font-size: 28rpx;
                  font-family: PingFang SC,
                    PingFang SC-Regular;
                  font-weight: 400;
                  text-align: left;
                  color: #06121e;
                  line-height: 40rpx;
                }

                .cen_tite {
                  width: 100%;
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  padding: 20rpx 0;
                  box-sizing: border-box;


                  .lis_title {
                    padding: 5rpx 14rpx;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 22rpx;
                    color: #fff;
                    background-color: #F02928;
                    border-radius: 4rpx;
                  }

                  .stay {
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;

                    .numbe {
                      font-size: 22rpx;
                      color: #E8370F;

                    }

                    .ber_name {
                      font-size: 22rpx;
                      color: #06121E;
                    }
                  }
                }

                .price_bx {
                  width: 100%;
                  display: flex;
                  align-items: center;

                  .pt {
                    display: flex;
                    align-items: baseline;

                    .pt_icon {
                      font-size: 22rpx;
                      color: #FF4444;
                      font-weight: 500;

                    }

                    .pt_price {
                      font-size: 28rpx;
                      color: #FF4444;
                      font-weight: 500;

                    }
                  }

                  .del {
                    margin-left: 30rpx;
                    font-size: 24rpx;
                    color: #5B5E63;
                    text-decoration: line-through;
                  }

                }
              }
            }
          }

          .foot_right_a {
            float: left;
            width: 50%;
            padding: 24rpx 14rpx;
            box-sizing: border-box;

            .footbox {
              width: 100%;
              margin: 0 auto 20rpx;
              background: #fff;
              position: relative;
              border-radius: 20rpx;


              image {
                width: 100%;
                border-top-left-radius: 10rpx;
                border-top-right-radius: 10rpx;
              }

              .text_bx {
                width: 100%;
                padding: 0 18rpx 20rpx;
                box-sizing: border-box;

                .ster_nams {
                  width: 100%;
                  font-size: 28rpx;
                  font-family: PingFang SC,
                    PingFang SC-Regular;
                  font-weight: 400;
                  text-align: left;
                  color: #06121e;
                  line-height: 40rpx;
                }

                .cen_tite {
                  width: 100%;
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  padding: 20rpx 0;
                  box-sizing: border-box;


                  .lis_title {
                    padding: 5rpx 14rpx;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 22rpx;
                    color: #fff;
                    background-color: #F02928;
                    border-radius: 4rpx;
                  }

                  .stay {
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;

                    .numbe {
                      font-size: 22rpx;
                      color: #E8370F;

                    }

                    .ber_name {
                      font-size: 22rpx;
                      color: #06121E;
                    }
                  }
                }

                .price_bx {
                  width: 100%;
                  display: flex;
                  align-items: center;

                  .pt {
                    display: flex;
                    align-items: baseline;

                    .pt_icon {
                      font-size: 22rpx;
                      color: #FF4444;
                      font-weight: 500;

                    }

                    .pt_price {
                      font-size: 28rpx;
                      color: #FF4444;
                      font-weight: 500;

                    }
                  }

                  .del {
                    margin-left: 30rpx;
                    font-size: 24rpx;
                    color: #5B5E63;
                    text-decoration: line-through;
                  }

                }
              }
            }

          }

          &::after {
            content: '';
            clear: both;
            display: block;
          }
        }
      }
    }
  }
}