/* --------------账单页面----------- */
.record-ul{
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
    background: #FFFFFF;
    margin-top: 3%;
}
.record-ul li{
    width: 90%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding:1.1875rem 5%;
    border-bottom:0.0625rem solid #EEEEEE;
}
.record-alt{
    width: 60%;
    font-size: 0.90625rem;
}
.record-name{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
   /*这个数字是设置要显示省略号的行数*/
    -webkit-box-orient:vertical;
}
.record-purpose{
    font-size: 0.6875rem;
    margin: 0.6875rem 0 ;
}
.record-alt span{
    font-size: 0.625rem;
    color:#9C9C9C;
}
.record-price{
    font-size: 0.9375rem;
    font-weight: 600;
}
/*---------------------找不到页面了------------ */
.error-img{
    width: 10.9375rem;
    height: 4.5625rem;
    margin: 4.34375rem auto 2rem auto;
}
.error-img img{
    width: 100%;
}
.error-text{
    font-size: 0.84375rem;
    text-align: center;
}
.error-text span{
    margin-left: -0.6rem;
}
