detail.wxss 1.2 KB

.single_item_container{
    margin-top: 30rpx;
    border-bottom: 2rpx solid #f5f5f5;
    min-height: 400rpx;
}
.top_label{
    padding: 20rpx 0;
    font-size: 36rpx;
    color: #333;
    font-weight: bold;
    position: relative;
    bottom: 2rpx solid #f5f5f5;
    border-bottom: 2rpx solid #f5f5f5;
}
.top_label_detail{
    margin-left: 32rpx;
    position: relative;
    padding-left: 20rpx;
}
.top_label_detail:before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8rpx;
    height: 32rpx;
    left: 0;
    background-color: #000;
}
.zixun_container{
    padding-left: 56rpx;
}
.zixun_item{
    display: flex;
    justify-content: flex-start;
    margin: 30rpx 0;
}

.zixun_icon{
    height: 46rpx;
    width: 60rpx;
    align-self: flex-start;
}
.email{
  width: 46rpx;
  height: 30rpx;
}
.phone{
  width: 42rpx;
  height: 42rpx;
}
.zixun_icon image {
    width: 100%;
    height: 100%;
    display: block;
}
.zixun_content{
    font-size: 28rpx;
    line-height: 1;
    color: #333;  
    margin-left: 20rpx;
}

.erwei_code {
  display: flex;
  margin-bottom: 20rpx;
}
.img_box{
  width: 140rpx;
  height: 140rpx;
  margin-right: 20rpx;
}
.img_box image{
  width: 100%; 
}
.zhaoshang_desc{
  margin: 0 40rpx;
}