<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 我的钱包 */
body{
    background-color: #f5f5f9;
}
.wallet-box .money{
    padding: 0.934rem 0 0;
    background: #39ba4d;
}
.wallet-box .money p{
    padding: 0 0.534rem;
    color: #fff;
}
.wallet-box .money p.txt{
    line-height: 0.48rem;
    font-size: 0.34667rem;
}
.wallet-box .money p.num{
    margin-top: 0.2rem;
    line-height: 1.2rem;
    font-size: 1.067rem;
}
.wallet-box .money p.tips{
    margin-top: 0.6267rem;
    line-height: 0.8rem;
    font-size: 0.29334rem;
    background-color: #319e42;
}
.wallet-box .detail{
    margin-bottom: 0.2667rem;
    background: #fff;
    line-height: 1.2rem;
}
.wallet-box .detail li{
    padding: 0 0.3734rem 0 0.534rem;
    border-bottom: 1px solid #e5e5e5;
}
.wallet-box .detail li:last-child{
    border-bottom: none;
}
.wallet-box .detail li&gt;a{
    display: -webkit-box;
    display: -moz-box;
}
.wallet-box .detail li&gt;a .mx-ico{
    display: inline-block;
    width: 0.5067rem;
    height: 0.3867rem;
    vertical-align: middle;
    background: url(../images/mx-ico.png) no-repeat;
    background-size: contain;
    margin: -0.05rem 0.134rem 0 0;
}
.wallet-box .detail li&gt;a .txt{
    display: block;
    font-size: 0.34667rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.wallet-box .detail li&gt;a .more-ico{
    display: block;
    width: 0.16rem;
    background: url(../images/more-ico.png) center no-repeat;
    background-size: contain;
}

/* 收支明细 */
.payments-content{
    background-color: #fff;
}
.payments-content li{
    position: relative;
}
.payments-content li .payments-ico{
    position: absolute;
    left: 0.4rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/head-ico.png") no-repeat #e7e7e7;
    background-size: contain;
}
.payments-content li.fenxiao .payments-ico{
    background: url("../images/fen-ico.png") no-repeat;
    background-size: contain;
}
.payments-content li.locked .payments-ico{
    background: url("../images/locked-ico.png") no-repeat;
    background-size: contain;
}
.payments-content li .payments-info{
    float: right;
    padding: 0.2rem 0.32rem 0.2rem 0.56rem;
    min-height: 1.4rem;
    width: 8.76rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.payments-content li:last-child .payments-info{
    border-bottom: none;
}
.payments-content li .payments-txt{
    width: 5.4rem;
}
.payments-content li .payments-txt .na{
    font-size: 0.3467rem;
    color: #323232;
    line-height: 0.42667rem;
    margin-bottom: .0917rem;
}
.payments-content li .payments-txt .tags,
.payments-content li .payments-txt .time{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200%;
    overflow: hidden;
    font-size: 0.5334rem;
    color: #323232;
}
.payments-content li .payments-txt .time{
    color: #acacac;
    margin-top: -0.22rem;
    margin-bottom: -0.3rem;

}
.payments-content li .payments-num{
    position: absolute;
    right: 0.32rem;
    top: 50%;
    font-size: 0.4rem;
    color: #323232;
    font-weight: bold;
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.payments-content li.fenxiao .payments-num{
    color: #39ba4d;
}

/* 提现记录 */
.record-content{}
.record-content .record-list{
    background: #fff;
}
.record-list li{
    height: 1.6rem;
    border-bottom: 1px solid #e5e5e5;
}
.record-list li:last-child{
    border-bottom: none;
}
.record-list li&gt;a{
    display: -webkit-box;
    display: -moz-box;
    padding: 0.24rem 0.3734rem 0.24rem 0.534rem;
    height: 1.6rem;
}
.record-list .record-name{
    font-size: 0.34667rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.record-list .record-name .txt{
    font-size: 0.34667rem;
    line-height: 0.6134rem;
}
.record-list .record-name .time{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200%;
    overflow: hidden;
    line-height: 0.96rem;
    font-size: 0.5334rem;
    color: #acacac;
}
.record-list .record-num{}
.record-list .record-num .price{
    display: block;
    height: 0.667rem;
    line-height: 0.667rem;
    font-size: 0.4rem;
    font-family: "Arial";
    color: #323232;
    font-weight: bold;
    text-align: right;
}
.record-list .record-num .re-status{
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    overflow: hidden;
    line-height: 0.853rem;
    font-size: 0.5334rem;
    color: #bebebe;
    text-align: right;
    position: relative;
}
.record-list li.going .record-num .re-status{
    color: #f80;
}
.record-list .record-num .re-status:after{
    content: "";
    display: inline-block;
    width: 0.267rem;
    height: 0.48rem;
    background: url("../images/record-more-ico.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -0.06rem 0 0 0.2rem;
}

/* 提线详情 */
.cash-content{
    background-color: #fff;
}
.cash-head{
    padding: 0.6267rem 0.32rem 0.72rem;
}
.cash-head .head-ico{
    display: block;
    width: 1.6rem;
    height: 1.2rem;
    margin: 0 auto;
}
.cash-head .head-ico.bank-ico{
    background: url("../images/bank-ico.png") no-repeat;
    background-size: contain;
}
.cash-head .head-ico.wechat-ico{
    background: url("../images/wechat-ico.png") no-repeat;
    background-size: contain;
}
.cash-head .head-ico.alipay-ico{
    background: url("../images/alipay-ico.png") no-repeat;
    background-size: contain;
}
.cash-head .cash-num{
    font-size: 0.56rem;
    margin-top: 0.4rem;
    text-align: center;
}
.cash-head .status{
    font-size: 0.32rem;
    margin-top: 0.2rem;
    text-align: center;
    color: #acacac;
}
.cash-head .status.going{
    color: #f80;
}
.cash-head .status.fail{
    color: #ed2c2c;
}
.cash-head .fail-reason{
    margin-top: 0.28rem;
    text-align: center;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200%;
    font-size: 0.5867rem;
    color: #999;
    margin-bottom: -0.3rem;
}

.cash-data-block{
    padding: 0 0.32rem;
}
.cash-data-block ul{
    padding: 0.2rem 0;
    border-top: 1px solid #e5e5e5;
}
.cash-data-block li{
    min-height: 0.8267rem;
}
.cash-data-block li .bd{
    float: left;
    width: 2.2rem;
    padding: 0.1734rem 0;
    line-height: 0.48rem;
    color: #999;
    font-size: 0.32rem;
}
.cash-data-block li .hd{
    padding: 0.173rem 0 0.173rem 2.24rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
    text-align: right;
}
.cash-data-block li .hd&gt;.explain-txt{
    display: inline-block;
    max-width: 7.12rem;
    text-align: left;
}</pre></body></html>