searchList.wxss 8.0 KB
page {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.container {
  width: 100%;
  height: 100%;
}
.container .search_bot {
  width: 100%;
  height: 100%;
  /* 上架时间 */
}
.container .search_bot .search_box {
  width: 100%;
  height: 88rpx;
  display: flex;
  align-items: center;
  padding: 10rpx 0 10rpx 32rpx;
  box-sizing: border-box;
  background-color: #fff;
}
.container .search_bot .search_box .search {
  flex: 1;
  background-color: #f9f9f9;
  border-radius: 15rpx;
  position: relative;
  height: 68rpx;
}
.container .search_bot .search_box .search input {
  font-size: 28rpx;
  height: 68rpx;
  width: 100%;
  padding-left: 52rpx;
  box-sizing: border-box;
}
.container .search_bot .search_box .search image {
  width: 32rpx;
  height: 32rpx;
  position: absolute;
  top: 50%;
  left: 10rpx;
  transform: translateY(-50%);
}
.container .search_bot .search_box .search_btn {
  height: 88rpx;
  color: #E8370F;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.container .search_bot .search_box button {
  padding: 8rpx 8rpx !important;
}
.container .search_bot .putaway_title {
  width: 100%;
  height: 88rpx;
  border-bottom: 1rpx solid #EEEEEE;
  display: flex;
  background-color: #fff;
  align-items: center;
}
.container .search_bot .putaway_title .putaway_time {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1rpx solid #eee;
}
.container .search_bot .putaway_title .putaway_time .time_name {
  font-size: 32rpx;
  color: #323233;
  margin-right: 8rpx;
}
.container .search_bot .putaway_title .putaway_time .sanjiao {
  width: 32rpx;
  height: 32rpx;
}
.container .search_bot .putaway_title .putaway_time .sanjiao image {
  width: 100%;
}
.container .search_bot .putaway_title .putaway_time:last-child {
  border: 0 none;
}
.container .search_bot .store_list {
  width: 100%;
  padding: 0 14rpx 0;
  box-sizing: border-box;
}
.container .search_bot .store_list .list_masonry_a {
  width: 100%;
}
.container .search_bot .store_list .list_masonry_a .footlist_a {
  position: relative;
  border-top-left-radius: 10rpx;
  border-top-right-radius: 10rpx;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a {
  float: left;
  width: 50%;
  padding: 24rpx 14rpx;
  box-sizing: border-box;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox {
  width: 100%;
  margin: 0 auto 20rpx;
  background: #fff;
  position: relative;
  border-radius: 20rpx;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox image {
  width: 100%;
  border-top-left-radius: 10rpx;
  border-top-right-radius: 10rpx;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx {
  width: 100%;
  padding: 0 18rpx 20rpx;
  box-sizing: border-box;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .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;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .cen_tite {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rpx 0;
  box-sizing: border-box;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .cen_tite .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;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .cen_tite .stay {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .cen_tite .stay .numbe {
  font-size: 22rpx;
  color: #E8370F;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .cen_tite .stay .ber_name {
  font-size: 22rpx;
  color: #06121E;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .price_bx {
  width: 100%;
  display: flex;
  align-items: center;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .price_bx .pt {
  display: flex;
  align-items: baseline;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .price_bx .pt .pt_icon {
  font-size: 22rpx;
  color: #FF4444;
  font-weight: 500;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .price_bx .pt .pt_price {
  font-size: 28rpx;
  color: #FF4444;
  font-weight: 500;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_left_a .footbox .text_bx .price_bx .del {
  margin-left: 30rpx;
  font-size: 24rpx;
  color: #5B5E63;
  text-decoration: line-through;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a {
  float: left;
  width: 50%;
  padding: 24rpx 14rpx;
  box-sizing: border-box;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox {
  width: 100%;
  margin: 0 auto 20rpx;
  background: #fff;
  position: relative;
  border-radius: 20rpx;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox image {
  width: 100%;
  border-top-left-radius: 10rpx;
  border-top-right-radius: 10rpx;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx {
  width: 100%;
  padding: 0 18rpx 20rpx;
  box-sizing: border-box;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .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;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .cen_tite {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rpx 0;
  box-sizing: border-box;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .cen_tite .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;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .cen_tite .stay {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .cen_tite .stay .numbe {
  font-size: 22rpx;
  color: #E8370F;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .cen_tite .stay .ber_name {
  font-size: 22rpx;
  color: #06121E;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .price_bx {
  width: 100%;
  display: flex;
  align-items: center;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .price_bx .pt {
  display: flex;
  align-items: baseline;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .price_bx .pt .pt_icon {
  font-size: 22rpx;
  color: #FF4444;
  font-weight: 500;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .price_bx .pt .pt_price {
  font-size: 28rpx;
  color: #FF4444;
  font-weight: 500;
}
.container .search_bot .store_list .list_masonry_a .footlist_a .foot_right_a .footbox .text_bx .price_bx .del {
  margin-left: 30rpx;
  font-size: 24rpx;
  color: #5B5E63;
  text-decoration: line-through;
}
.container .search_bot .store_list .list_masonry_a .footlist_a::after {
  content: '';
  clear: both;
  display: block;
}