search.ttss 4.25 KB
@import "../brandStore/categoryProductListFilter.ttss";
@import '../../vendors/zanui/actionsheet/index.ttss';
.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: 96%;
    /*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;
    font-size: 34rpx;
    color: #b0b0b0;
}

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

.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 #e0e0e0 solid;
    border-radius: 6rpx;
}

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

.hotHistorySeparator {
  width: 100%;
  height: 20rpx;
  background-color: #f0f0f0;
}

.searchHistoryContainer {
  padding-top: 30rpx;
  position: relative;
}

.searchHistoryContainer .deleteButton {
  width: 30rpx;
  height: 34rpx;
  position: absolute;
  right: 30rpx;
  top: 38rpx;
}

.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: 158rpx;
}

.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: row;
  flex-wrap: wrap;
  margin-top: 140rpx;
  margin-left: 30rpx;
  margin-right: 30rpx; 
   
}

.emptyClass .suggestionText {
  font-size: 28rpx;
  font-family: PingFang SC;
  color: #444444;
  width: 100%;
}

.emptyClass .suggestionCell {
    padding-left: 15rpx; 
    padding-right: 15rpx;
    padding-top: 15rpx;
    padding-bottom: 15rpx;
     margin-right: 15rpx;  
    margin-top: 15rpx;
    border: 2rpx #e0e0e0 solid;
    border-radius: 4rpx;
    text-align: center;  
    font-size: 28rpx;
    font-family: PingFang SC;
    color: #444444;
}