searchRequest.wxss 2.0 KB
/* pages/searchRequest/searchRequest.wxss */
/* 搜索 */
/* 搜索框 */
page{
  background-color: #f1f2f4;
}

/* 商品列表 */
.moneyIcon{
  font-size: 23rpx;
  color: #FF1717;
  margin-right: -4rpx;
}
.moneyNum{
  font-size: 28rpx;
  font-weight: 500;
  color: #FF1717;
}
.productList{
  width: 750rpx;
  height:750rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32rpx;
  color: rgb(206, 208, 209);
}
.listBox{
  display: flex;
  margin-top: 108rpx;
  padding: 0 26rpx;
  box-sizing: border-box;
}
/* 每日精选*/
.pickContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.pickContent {
  /* width: 343rpx; */
  display: flex;
  justify-content: space-between;
  margin-top: 24rpx;
  flex-wrap: wrap;
  border-radius: 16rpx;
  column-count: 2;
  column-gap: 20rpx;
  width: 700rpx;
}

.pickItem {
  width: 336rpx;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 16rpx;
  break-inside: avoid;
  border-radius: 16rpx;
}

.pickPic {
  width: 100%;
  height: 328rpx;
}

.pickPic image {
  width: 100%;
  height: 328rpx;
  border-radius: 16rpx;
}

.pickTitle {
  margin-top: 16rpx;
  font-size: 28rpx;
  font-weight: 500;
  color: #323233;
  padding-left: 8rpx;
  box-sizing: border-box;
}

.pickDesc {
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  margin-top: 8rpx;
  padding-left: 8rpx;
  padding-right: 16rpx;
  box-sizing: border-box;
  width: 310rpx;
  overflow: hidden;
}

.pickCollect {
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  margin-top: 8rpx;
  padding-left: 8rpx;
  padding-right: 16rpx;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.collectIcon {
  font-size: 24rpx;
  color: #ff4742;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collectIcon>view {
  margin-left: 8rpx;
}
.bottomHint {
  background-color: #f1f2f4;
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  padding-bottom:16rpx;
}