<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
tr.fileListSelected td {
  border-top: 1px solid #0dcaf0 !important;
  border-bottom: 1px solid #0dcaf0 !important;
}

tr.fileListSelected td:first-child {
  border-left: 1px solid #0dcaf0 !important;
}

tr.fileListSelected td:last-child {
  border-right: 1px solid #0dcaf0 !important;
}


.charge-active {
    background-color:#ccf6e4;
    border:#ccf6e4;
    color: #007e49;
}

.paymentList {
    margin-top: 10px;
}
.paymentList .card-body {
    padding-bottom: 20px;
}
.paymentList tr {
    cursor: pointer;
}
.paymentList td {
   vertical-align:middle; 
}
.paymentList .tdImg {
   width: 15%;
}
.paymentList .tdRadio {
    width: 5%; 
}
.paymentImg {
    width: 120px;
    height: 45px;
}
.paymentList-selectedTr {
    background-color:#f5f5f5;
    border:#f5f5f5;
}
.pm-title {
    color: blue;
    size: 14px;
}
.paymentList .card-header {
    cursor: pointer;
}
.paymentMethodDesc {
    float:center; 
    text-align: center;
    font-weight: bold;
    line-height:26px;
    font-size: 12px;
}
.paymentQrcode {
    text-align: center;
}
.paymentQrcode img {
    display: inline-block;
    width: 172px;
    height: 172px;
}
.payNum {
   font-size: 14px;
   font-weight: bold;
}

.card table {
    color: #000;
}

.copyAddr {
  direction: rtl;
  text-align: right;
}</pre></body></html>