search.wxss 5.73 KB
.container {
  color: #666;
  overflow: visible;
}

.nav {
  position: sticky;
  top: 90rpx;
  background-color: white;
  z-index: 99;
}

.nav-item {
  /* float: left;
  width: 30%;
  height: 90rpx;
  line-height: 90rpx; */
  padding: 14rpx 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  border-bottom: 2rpx solid #E6E6E6;
  background-color: #fff;
}

.nav-item .ico-dg {
  width: 18rpx;
  height: 12rpx;
  margin-left: 10rpx;
  line-height: 0;
}

.nav-item .ico-filter {
  width: 20rpx;
  height: 20rpx;
  margin-left: 10rpx;
  line-height: 0;
}

.ico-dir {
  width: 16rpx;
  height: 22rpx;
  margin-left: 10rpx;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 0;
}

.ico-dir-dn {
  background-position-x: -16rpx;
}

.ico-dir-up {
  background-position-x: -32rpx;
}

.nav-search {
  width: 10%;
}

.nav-item .search-img {
  width: 30rpx;
  height: 30rpx;
}

.choice_list {
  background-color: #fff;
}

.choice_item {
  position: relative;
  width: 100%;
  min-height: 200rpx;
  padding: 10rpx 0;
  border-bottom: 2rpx solid #E6E6E6;
  font-size: 30rpx;
}

.img-wrap {
  /* float: left; */
  width: 180rpx;
  height: 180rpx;
  padding: 0 10rpx 0 30rpx;
  flex-shrink: 0;
  /* padding: 10rpx; */
}

.img-wrap image {
  width: 100%;
  height: 100%;
}

.item-cont .title {
  height: 72rpx;
  margin: 16rpx 0;
  padding-right: 30rpx;
  line-height: 36rpx;
  color: #333;
  overflow: hidden;
  text-align: justify;
}

.price {
  display: inline-block;
  color: #f23030;
  /* line-height: 24rpx; */
  /* padding-bottom: 20rpx; */
}

.comment {
  font-size: 25rpx;
  padding-right: 30rpx;
  margin-top: 4rpx;
}


.viewall-btn {
  margin-top: 20rpx;
  width: 300rpx;
}

.search-modal {
  /* position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  background-color: white;
  overflow-x: hidden;
  padding: 80rpx 30rpx;
  font-size: 30rpx;
  color: #555; */
}

.search-bar {
  /* width: 100%;
  box-sizing: border-box; */
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}

.search-input {
  width: 80%;
  float: left;
  border: 1rpx solid #e0e0e0;
  box-sizing: border-box;
  height: 80rpx;
  padding-left: 20rpx;
  border-top-left-radius: 10rpx;
  border-bottom-left-radius: 10rpx;
}

.search-btn {
  width: 20%;
  height: 80rpx;
  background-color: #f23030;
  display: inline-block;
  text-align: center;
  border-top-right-radius: 10rpx;
  border-bottom-right-radius: 10rpx;
}

.search-btn .search-img {
  height: 45rpx;
  width: 45rpx;
  padding: 20rpx;
}

.search-hot {
  margin-top: 40rpx;
}

.hot-title {
  font-size: 35rpx;
  color: black;
  /* margin-bottom: 30rpx; */
}

.hot-row {
  display: flex;
  /*--justify-content: space-between---*/
  padding: 10rpx 0;
}

.hot-item {
  padding: 6rpx 20rpx;
  border: 2rpx solid #e0e0e0;
  border-radius: 40rpx;
  font-size: 28rpx;
  margin-right: 16rpx;
}

/* .card_bg {
  display: flex;
  max-width: 110rpx;
  height: 25rpx;
  align-items: center;
  border-radius: 26rpx;
  font-size: 19rpx;
  padding: 2rpx 10rpx;
  background: #333;
  color: #fff;
  justify-content: center;
  margin-left: 8rpx;
  margin-top: 7rpx;
  line-height: 25rpx;
  width: auto;
} */

.card_bg {
  box-sizing: border-box;
  padding: 2rpx 10rpx;
  /* height: 28rpx; */
  border-radius: 26rpx;
  font-size: 18rpx;
  /* line-height: 28rpx; */
  max-width: 210rpx;
  background: #333;
  color: #fff;
  margin-left: 8rpx;
}

.card_bg image {
  width: 19rpx;
  height: 19rpx;
  margin-right: 8rpx;
  flex-shrink: 0;
}

.card_name {
  position: relative;
  top: -4rpx;
}

/* .card_bg image {
  width: 19rpx;
  height: 19rpx;
  margin-right: 1rpx;
  vertical-align: middle;
}

.card_bg .card_name {
  max-width: 76rpx;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
} */

.navigator-hover {
  opacity: 1;
}

.mk_price {
  margin-left: 10rpx;
  font-size: 25rpx;
}

.item-cont {
  /* line-height: 38rpx; */
  flex-grow: 1;
}

.history {
  background-color: #f0f0f0;
  color: #7b7b7b;
  border: none;
  margin-bottom: 16rpx;
}

.history:first-of-type {
  /* margin-left: 0; */
}

.input-box {
  position: relative;
  flex: 1;
  padding-left: 50rpx;
  padding-right: 70rpx;
  background-color: #f0f0f0;
  border-radius: 60rpx;
}

.input-box::before {
  font-family: iconfont;
  position: absolute;
  left: 20rpx;
  top: 50%;
  transform: translateY(-50%);
  content: '\e618';
}

.input-search {
  position: relative;
  padding: 10rpx;
  font-size: 28rpx;
}


.btn {
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  padding: 20rpx;
  font-size: 30rpx;
}

.btn::after {
  border: none;
}

.icon-guan {
  font-size: 20rpx;
  padding: 10rpx;
  position: absolute;
  right: 20rpx;
  top: 50%;
  transform: translateY(-50%);
}

.lookat {
  display: inline-block;
  color: #FF6768;
  border: 2rpx solid #FF6768;
  border-radius: 80rpx;
  font-size: 30rpx;
}

.no-data .no-data-title {
  font-size: 28rpx;
  color: #999;
}

.mt30 {
  margin-top: 30rpx;
}

.popup_item {
  display: flex;
  justify-content: space-between;
  margin-top: 30rpx;
}

.popup_input {
  border-radius: 20rpx;
  width: 40%;
  font-size: 24rpx;
  padding: 10rpx;
  background: #f9f9f9;
}
.popup_price1 {
  text-align: center;
  padding: 0 30rpx;
  margin-top: 30rpx;
  background: red;
  border-radius: 20rpx;
}

.popup_price {
  text-align: center;
  padding: 10rpx 30rpx;
  margin-top: 30rpx;
  background: red;
  border-radius: 35rpx;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,.4);
 }

.popup_brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: pink;
  width: 80%;
  z-index: 1000;
  transition: all .5s;
}


@import '../com_screen.wxss';