look-more.wxss 3.4 KB
/* pages/searchRequest/searchRequest.wxss */
/* 搜索 */
/* 搜索框 */
page{
  background-color: #f1f2f4;
}
.search_center {
  height: 90rpx;
  width: 750rpx;
  margin-bottom: 24rpx;
  position: fixed;
  top: 2rpx;
  left: 0;
  background-color: #f1f2f4;
}

.real_search_center {
  margin: 0 auto;
  margin-bottom: 24rpx;
  width: 686rpx;
  height: 64rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 186rpx;
  position: relative;
}

.icon-sousuo {
  font-size: 32rpx;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20rpx;
}

.real_search_center input {
  width: 676rpx;
  height: 100%;
  margin: 0 auto;
  border-radius: 46rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 64rpx;
  color: rgba(189, 196, 206, 1);
  padding: 0 60rpx;
  box-sizing: border-box;
  padding-left: 20rpx;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #ffffff;
}
.search_right {
  width: 66rpx;
  height: 64rpx;
  border-radius: 20rpx;
  text-align: center;
  line-height: 64rpx;
  color: #fff;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.search_right image {
  width: 36rpx;
  height: 36rpx;
}
.placeholder {
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 64rpx;
  color: rgba(189, 196, 206, 1);
}
.search_right {
  width: 104rpx;
  height: 48rpx;
  border-radius: 20rpx;
  text-align: center;
  color: rgb(223, 219, 219);
  font-size: 28rpx;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 3rpx;
  right: 8rpx;
  cursor: progress;
}
/* 商品列表 */
.productList{
  width: 750rpx;
  height:750rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32rpx;
  color: rgb(206, 208, 209);
}
.listBox{
  display: flex;
  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;
  padding-bottom: 8rpx;
}

.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;
}