templates.wxss 859 字节

.mypublish_img{
    width:64rpx;
    height:64rpx;
    font-size: 0;
    margin: 0 auto;

}

.sell_mypublish_img{
    width:80rpx;
    height:80rpx;
    font-size: 0;
    margin: 0 auto;
    position:relative;
}
.mypublish_img image,.sell_mypublish_img image{
    width:100%;
    height:100%;
}
.sell_mypublish_img image{
    position: absolute;
    bottom:30rpx;
    left:0;
    right:0;
}
.sellname{
    position: absolute;
    bottom:0;
    left:0;
    right:0;

}
.mypublish_foot{
    display:flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 40rpx; */
    box-sizing: border-box;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    border-top:1rpx solid #f5f5f5;
    background: #fff;

}
.mypublish_name{
    text-align: center;
    color:#666;
    font-size: 24rpx;
}
.mypublish_item{
    width:33.33%;

}