usedkind.wxss 3.0 KB
@import '../used/used.wxss';
@import '../../../style/base.wxss';

.ify_none{
  padding: 38rpx;
  color: #666;
  font-size: 26rpx;
}
.good_list_item{
  position: relative;
}
.good_out{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 371rpx;
  height: 371rpx;
  background: rgba(0, 0, 0, 0.2)
}
.good_out image{
  width: 128rpx;
  height: 112rpx;
}
.used_serch{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12rpx 32rpx;
}
.used_txt{
  color: #000000;
  font-size: 26rpx;
}
.used_box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 600rpx;
  height: 64rpx;
  background: #F0F0F0;
  border-radius: 5rpx;
}
.used_input{
  height: 64rpx;
  color: #B2B2B2;
  font-size: 26rpx;
}
.icon-sousuo{
  margin: 0 22rpx;
  color: #B4B4B4;
  font-size: 36rpx;
}
.used_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15rpx 0;
  margin-bottom: 16rpx;
  border-top: solid 1rpx #EBEBEB;
  border-bottom: solid 1rpx #EBEBEB;
}
.used_screen{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248rpx;
  color: #000000;
  font-size: 30rpx;
  border-left: solid 1rpx #EBEBEB;
}
.used_arr{
  width: 17rpx;
  height: 9rpx;
  margin-left: 10rpx;
  font-size: 0;
}
.used_arr image{
  width: 100%;
  height: 100%;
}
.icon-none{
  margin-left: 5rpx;
  margin-top: 5rpx;
  font-size: 28rpx;
  color: #333;
}
.register{
  width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    right:0;
    z-index: 5;
}
.filtrate_box{
  position: absolute;
 
  top: 170rpx;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 18rpx 30rpx;
  background: #fff;
  z-index: 66;
  box-sizing: border-box;
}
.filtr_title{
  padding-bottom: 22rpx;
  color: #1A1A1A;
  font-size: 30rpx;
}
.filtr_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20rpx;
}
.filtr_type{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 219rpx;
  height: 80rpx;
  color: #000;
  font-size: 30rpx;
  background: #F5F5F5;
  border-radius: 5rpx;
}
.filtr_curr{
  color: #fff;
  background: #FD8779;
}
.filtr_price{
  padding-top: 62rpx;
}
.filtr_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 16rpx 0 36rpx;
}
.menu_input{
  width: 320rpx;
  height: 80rpx;
  color: #999999;
  font-size: 30rpx;
  border: solid 1rpx #EBEBEB;
  border-radius: 5rpx;
}
.filtr_bom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 210rpx;
}
.reset_btn{
  width: 170rpx;
  height: 80rpx;
  line-height: 80rpx;
  text-align: center;
  color: #000;
  font-size: 30rpx;
  background: #EBEBEB;
  border-radius: 8rpx;
}
.affirm_btn{
  width: 496rpx;
  height: 80rpx;
  line-height: 80rpx;
  text-align: center;
  color: #fff;
  font-size: 30rpx;
  background: #FD8779;
  border-radius: 6rpx;
}
.good_list{
  padding-bottom:100rpx;

}