used.wxss 3.9 KB
@import '../../../common/common.wxss';
@import '../childbirthnote/childbirthnote.wxss';

.used_head{
  height:88rpx;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32rpx;
}
.used_right_img{
  width:40rpx;
  height:40rpx;
  font-size: 0;
}
.used_right_img:first-child{
  margin-right: 52rpx;
}
.used_right_img image{
  width:100%;
  height:100%;
}
.used_right{
  display:flex;
}
/* 头部列表 */
.used_list{
  overflow: hidden;
  padding: 0rpx 9rpx 36rpx 0rpx;
}
.used_list_item{
  float:left;
  margin-left:69rpx;
  margin-top:40rpx;
}
.used_list_img{ 
  width:82rpx;
  height:82rpx;
  font-size: 0;
  margin: 0 auto
}
.used_list_img image{
  width:100%;
  height:100%;
}
.used_list_name{
  width:103rpx;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#252729;
  font-size: 26rpx;
  margin-top: 23rpx;
}
.used_list{
  border-bottom:16rpx solid #FCF8F7;
}
/* 商品列表 */
.good_list{
  overflow: hidden;
}
.good_list_item{
  float:left;
   position: relative;
   border-bottom: 12rpx solid #f5f5f5;
   margin-top: 23rpx;
}
.good_list_item:nth-child(2n){
  margin-left: 8rpx;
}
.good_list_img{
  width:371rpx;
  height:371rpx;
  font-size: 0;
 
}
.good_list_img image{
  width:100%;
  height:100%;
}
.good_list_content{
  width:371rpx;
  padding: 32rpx 10rpx;
  box-sizing: border-box;
}
.good_lsit_content_name{
  color:#000000;
  font-size: 28rpx;
  font-weight: bold;
}
.good_list_content_price{
  display:flex;
  justify-content: space-between;
  align-items: center;
   
}
.good_list_content_name{
  width: 345rpx;
  padding: 0 10rpx;
  color:#000000;
  font-size: 28rpx;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price_num{
  width: 155rpx;
  color:#FF0000;
  font-size: 34rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.price_address{
  width: 100rpx;
  color:#666666;
  font-size: 24rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.good_address{
  /* display:flex;
  align-items: center; */
  /* margin-bottom: 15rpx */
}
.good_list_content_price{
  margin-top:21rpx;
}
.good_list_use_img{
  width:40rpx;
  height:40rpx;
  font-size: 0;
  border-radius: 50%;
}
.good_list_use_img image{
  width:100%;
  height:100%;
  border-radius: 50%;
}
.good_list_use{
  display:flex;
  align-items: center;
  margin-top:16rpx
}
.good_list_use_name{
  color:#000000;
  font-size: 24rpx;
  margin-left: 18rpx;
}
.city_address{
  padding-right: 8rpx;
  border-right:1rpx solid #f5f5f5;
  text-align: right;
}
.detail_address{
  padding-left: 8rpx;
}
.good_list{
 padding-bottom: 130rpx;
}
.naughgty{
  color:#FC7E65;
}
.used_list_name {
  width: 104rpx;
}
.search{
  width: 510rpx;
  box-sizing: border-box;
  background: #FAFAFA;
  border-radius: 32rpx;
}
.enterword{
  width: 413rpx;
}
.used_head{
  border-bottom: solid 1rpx #EBEBEB;
}
.nodata{
  padding: 38rpx;
  color: #666;
  font-size: 26rpx;
}
/* 说明弹层 */
.explain_fn{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 88;
}
.explain_box{
  width: 646rpx;
  margin: 130rpx auto 0;
  padding: 0 45rpx 28rpx;
  background: #fff;
  border-radius: 36rpx;
  box-sizing: border-box;
}
.explain_title{
  padding: 30rpx 0;
  color: #000;
  font-size: 36rpx;
  text-align: center;
}
.explain_txt{
  color: #000;
  font-size: 26rpx;
}
.distance{
  display: block;
  padding: 18rpx 0 15rpx;
}
.explain_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 459rpx;
  height: 80rpx;
  margin: 40rpx auto;
  color: #fff;
  font-size: 30rpx;
  border-radius: 40rpx;
  background:linear-gradient(0deg,rgba(253,135,121,1),rgba(255,147,134,1));
}
.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;

}