blessing.css 773 字节
body, html{
    margin: 0;
    padding: 0;
}
.content {
    width: 100%;
}
.cards-list {
    width: 100%;
    display: flex;
    flex-direction:column;
    padding: 0 0.32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item {
    width: 100%;
    padding: 0.36rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right {
    display: flex;
    flex-direction: column;
    flex:1;
    margin-left: 0.32rem;
}
.item .img {
    width: 1.8rem;
    height: 1.8rem;
}
.name {
    color: #000000;
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
}
.author {
    color: #666666;
    font-size: 0.26rem;
    margin-bottom: 0.29rem;
}
.time {
    color:#53555C;
    font-size: 0.24rem;
}