<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.ui-list {
    background-color: #fff;
}
.ui-border-tb {
	-webkit-background-size:100% 1px
}
.ui-border-tb {
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,transparent),color-stop(0.5,#dedfe0),to(#dedfe0)) left top repeat-x,-webkit-gradient(linear,left top,left bottom,color-stop(0.5,transparent),color-stop(0.5,#dedfe0),to(#dedfe0)) left bottom repeat-x
}
.ui-border-t,.ui-border-b,.ui-border-l,.ui-border-r,.ui-border-tb {
	border:0
}
.ui-border-tb {
	background-image:none
}
body {
	font-family:Helvetica, "Microsoft YaHei", Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size:14px;
	color:#000;
	background-color:#f8f9fa;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	outline:0
}
.ui-list li {
    background-image: none;
}
.ui-list&gt;li {
    position: relative;
    display: -webkit-box;
    display: box;
}
.ui-list .ui-avatar, .ui-list .ui-avatar-s, .ui-list .ui-avatar-lg {
    margin: 7px 15px 7px 0;
}
.ui-list-thumb {
    width: 50px;
    height: 50px;
    margin: 7px 15px 7px 0;
    position: relative;
}
.ui-avatar-s {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    -webkit-background-size: 100% 100%;
}




.ui-list li .ui-border-t {
    border-top: 0;
    background-image: none;
}
.ui-list-info {
    -webkit-box-flex: 1;
    box-flex: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}
@media screen and (-webkit-min-device-pixel-ratio:2) {
    .ui-border-t,.ui-border-b,.ui-border-l,.ui-border-r,.ui-border-tb {
        border:0
    }
    .ui-border-t {
        background-position:left top;
        background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,transparent),color-stop(0.5,#dedfe0),to(#dedfe0))
    }
    .ui-border-t,.ui-border-b {
        background-repeat:repeat-x;
        -webkit-background-size:100% 1px
    }
}
.ui-list-info&gt;h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    height: 20px;
    color: #666666;
}
.ui-list-info&gt;p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: gray;
}

.ui-border-tb li a{
    display: -webkit-box;
    width: 100%;
}

</pre></body></html>