goodinfo_detail.css 3.5 KB
body,html{
    width:100%;
    height:100%;
    background: #fff;
}
.good_head{
    width:7.5rem;
    height:7.5rem;

}
.good_head img{
    width:100%;
}
.good_info{
    margin-top: 0.31rem;
    width:6.85rem;
    padding-left:0.33rem;
    padding-right: 0.32rem;
    padding-bottom: 0.49rem;

}
.good_name{
    font-size: 0.32rem;
    color:#000000;
    width:6rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.good_num{
    font-size: 0.265rem;
    color:#333333;
    width:6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.1rem;
}
.people{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.13rem;
}
.people_weight{
    color:#FF0000;
    font-size: 0.24rem;
}
.people_money{
    color:#FF0000;
    font-size: 0.28rem;
}
.line{
    width:7.5rem;
    height:0.2rem;
    background: #F5F6FA;
}
.good_content{
    /*width:4.56rem;*/
    height:1rem;
    line-height: 1rem;
    border-bottom: 1px solid #f5f5f5;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.33rem;
    padding-right: 1.61rem;
    font-size: 0;
    padding-top: 0.08rem;
}
.good_content p{
    color:#97A0A8;
    width:1.2rem;
    font-size:0.28rem;
    text-align: center;
    position: relative;

}
.good_content .active em{
    position: absolute;
    top:0.75rem;
    left:0;
    right:0;
    width:0.8rem;
    height:0.06rem;
    margin: 0 auto;
    background: #BA1B2B;
    border-radius: 0.03rem;
}
.good_content .active{
    color:#BA1B2B;
    font-size:0.28rem;
    position: relative;
}
.product{
    font-size: 0.26rem;
    color:#999999;
    width:1.5rem;
    height:0.25rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.good_info_img{
    width:7.5rem;
    margin-top: 0.32rem;
    padding-bottom: 0.6rem;
}
.good_info_img img{
    width:100%;
}
.evalute{
    margin-top: 0.41rem;
    padding-bottom: 1.06rem;
 }
.evalute_list{
    margin-top: 0.44rem;
}
.evalute_list:first-child{
    margin-top: 0;
}
.evalute_people{
    padding-left: 0.32rem;
    display:flex;
    margin-top: 0.41rem;
}
.people_img{
    font-size: 0;
   width:0.8rem;
   height:0.8rem;
}
.people_img img{
    width:100%;
}
.people_info{
    margin-left: 0.19rem;
}
.people_name{
    font-size: 0.3rem;
    color:#000000;
    font-weight: bold;
}
.people_date{
    color:#999999;
    font-size: 0.24rem;
}
.evalute_text{
    width:6.68rem;
    padding-left: 0.33rem;
    padding-right: 0.49rem;
    color:#000000;
    font-size: 0.28rem;
    margin-top: 0.43rem;
}
.foot{

  width:7.5rem;
  height:1rem;
  background: #fff;
  display:flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom:0;
  left:0;
  right:0;
}
.cartnum{
    width:1.5rem;
    height:1rem;
    font-size: 0;
    text-align: center;
    position:relative;
}
.goodcart{
    width:0.57rem;
    height:0.48rem;
    position:relative;
    left:0.38rem;
    top:0.35rem;
}
.cartnum img{
    width:100%;
}
.num{
    width:0.38rem;
    height:0.3rem;
    line-height: 0.28rem;
    border:0.02rem solid #FF0000;
    border-radius: 0.15rem;
    position:absolute;
    left:0.68rem;
    top:0.23rem;
    color:#FF0000;
    font-size: 0.24rem;
    background: #fff;

}
.addcart{
    width:3rem;
    height:1rem;
    background:#FFBA60 ;
    color:#fff;
    font-size: 0.36rem;
    text-align: center;
    line-height: 1rem;
}
.buynow{
    width:3rem;
    height:1rem;
    background:#BA1B2B ;
    font-size: 0.36rem;
    color:#fff;
    text-align: center;
    line-height: 1rem;
}