search.wxss 4.18 KB
@import "../goodsList/productListCell.wxss";
@import "../goodsList/categoryProductListFilter.wxss";

.sContainer {
    position: relative;
}

.searchContainer {
    position: fixed;
    top: 0rpx;
    left: 0rx;
    width: 100%;
    height: 88rpx;
    background-color: #f0f0f0;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.search {
    margin-left: 15rpx;
    background-color: white;
    border-radius: 10rpx;
    height: 56rpx;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 85%;
    /*border: 0.5rpx #b0b0b0 solid;*/
}

.serachIcon {
    width: 25rpx;
    height: 25rpx;
    margin-left: 20rpx;
}

.serachInput {
    display: block;
    color: black;
    font-size: 24rpx;
    font-family: PingFang SC;
    padding-left: 10rpx;
    width: 92%;
    /*background-color: red;*/
}

.placeholder {
    font-family: PingFang SC;
    font-size: 24rpx;
    color: #cccccc;
}

.cancelButton {
    width: 70rpx;
    height: 40rpx;
    margin-left: 21rpx;
    margin-right: 21rpx;
    font-family: PingFang SC Regular;
    font-size: 34rpx;
    color: #b0b0b0;
}

.hotKeywordContainer {
    padding-top: 30rpx;
    margin-top: 88rpx;
}

.hotKeyword {
    font-family: PingFang SC;
    font-size: 28rpx;
    color: #b0b0b0;
    margin-left: 30rpx;
}

.hotKeywordItemContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 30rpx;
    margin-right: 30rpx;
    margin-top: 20rpx;
}

.hotKeywordItem {
    padding-top: 10rpx;
    padding-bottom: 10rpx;
    padding-left: 12rpx;
    padding-right: 12rpx;
    margin-top: 10rpx;
    margin-bottom: 10rpx;
    margin-right: 10rpx;
    border: 2rpx #b0b0b0 solid;
    border-radius: 8rpx;
}

.hotKeywordTitle {
    font-family: PingFang SC;
    font-size: 28rpx;
    
}

.fuzzySearchContainer {
    width: 100%;
    margin-top: 88rpx;
}

.fuzzySearchItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88rpx;
    border-bottom: 0.5rpx #e0e0e0 solid;
}

.fuzzySearchTitle {
    font-size: 32rpx;
    margin-left: 20rpx;
}

.fuzzySearchRight {
    display: flex;
    flex: 40%;
    justify-content: flex-end;
    margin-right: 20rpx;
}

.fuzzySearchCount {
    color: #b0b0b0;
    font-size: 24rpx;
    margin-right: 20rpx;
}

.fuzzySearchArrow {
    width: 30rpx;
    height: 30rpx;
}


.productListContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
    margin-top: 178rpx;
}

.loadMore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 88rpx;
}

.loadText {
    margin-left: 10;
    color: #b1b1b1;
    text-align: center;
    font-size: 28rpx;
}
.fixedFilter {
  position: fixed;
  top: 88rpx;
  left: 0rx;
  height: 90rpx;
  width: 100%;
  background-color: white;
  z-index: 999;
  border-bottom: 1rpx #e5e5e5 solid;
}

.noContentClass{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  background: #f0f0f0;
  margin-top: 178rpx;
}

.noContentClass .nosearch-ic {
  width:204rpx;
  height:204rpx;
  margin-top:80rpx
}

.noContentClass .noContent{
  font-size:24rpx;
  text-align:center;
  margin-top:21rpx;
  color: #444444;
}

.productListContainerForEmpty {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: white;
}

.emptyClass{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  height:511rpx;
  background: #f0f0f0;
  margin-top: 178rpx;
}

.emptyClass .nosearch-ic {
  width:204rpx;
  height:204rpx;
  margin-top:80rpx
}

.emptyClass .noContent{
  font-size:24rpx;
  text-align:center;
  margin-top:21rpx;
  color: #444444;
}

.emptyClass .suggestionView {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 70rpx;
    margin-top: 30rpx;
    justify-content: center;
    align-items: center;
    margin-left: -20rpx;
}

.emptyClass .suggestionView .suggestionCell {
    padding-left: 26rpx;
    padding-right: 26rpx;
    border: 2rpx #e0e0e0 solid;
    border-radius: 8rpx;
    text-align: center;
    font-size: 28rpx;
    margin-left: 20rpx;
    color: #444444;
    height: 60rpx;
    display: flex;
    align-items: center;
}