cards.css 2.8 KB
body, html{
    margin: 0;
    padding: 0;
}
.content {
    background-color: #f5f6fa;
}
.head {
    background-color: #fff;
}
.border-line {
    padding: 0.32rem 0.43rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
}
.order-num {
    font-size: 0.26rem;
    color: #1A1A1A;
}
.center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.36rem 0.42rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
}
.author {
    font-size: 0.26rem;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 0.23rem;
}
.area{
    color: #000000;
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 0.23rem;
}
.term, .term-of-validity{
    color: #53555C;
    font-size: 0.26rem;
    margin-bottom: 0.23rem;
}
.term-of-validity {
    margin-bottom: 0;
}
.renew-box {
    width: 100%;
    height: 1.08rem;
    padding: 0.24rem 0.32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.16rem;
}
.renew-btn {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #E04338;
    color: #ffffff;
    font-size: 0.26rem;
    border-radius: 0.3rem;
}
.bottom {
    background-color: #fff;
    padding: 0.31rem 0.37rem 0.32rem 0.37rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
}
.border-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.avatar-img {
    width: 0.84rem;
    height: 0.84rem;
}
.edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-size: 0.26rem;
}
.arrow {
    margin-left: 0.16rem;
    width: 0.16rem;
    height: 0.28rem;
}
.name {
    font-size: 0.3rem;
    color: #000000;
    font-weight: bold;
}
.personal-info {
    width: 100%;
    padding: 0.24rem 0.32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.top {
    display: flex;
    align-items: center;
}
.avatar {
    width: 0.99rem;
    height: 0.99rem;
    border-radius: 50%;
}
.detail {
    display: flex;
    flex:1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.25rem;
}
.support, .blessing {
    font-size: 0.28rem;
    color: #000000;
}
.support {
    margin-bottom: 0.23rem;
}
.img-box {
    margin-top: 0.31rem;
    text-align: center;
}
.image {
    width: 3.12rem;
    height: 4.55rem;
}
.name-info {
    text-align: right;
}