*{
    padding: 0;
    margin: 0;

}
.title{
    font-size: 1.5rem;
}
.pname{
    margin-left: 1rem;

}
.author{
    color: rgba(0,0,0,0.3);
}
.content{
    font-size: 1.15rem;
    line-height: 2rem;
}
.layui-container{
    margin-top: 1.2rem;
}
img{
    width: 100%;
    margin-top: 1rem;
}
.caption{
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #777;
}
.list-join {
    float: right;
    right: 0.5rem;
    margin-top: -4rem;
}
.list-btn {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: #ff6634;
    border-radius: 15px;
}
