<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åˆ†é¡µz_page*/
.z_page{text-align: center; position:fixed;bottom:0;width:100%;padding:5px;background:#fff;margin-top:-10px;border-top:1px #000;}
.z_page .pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}  
.z_page .pagination li{margin:0px 3px; border-radius:10px;border:1px solid #e6e6e6;padding: 5px 10px;font-size:15px;font-weight:600;display: inline-block;min-width:15px;min-height:20px;}  
.z_page .pagination li a{text-decoration:none;padding:8px 5px;color:#000;}  
.z_page .pagination .active{background-color: #2a9de0;color: #fff;}  
.z_page .pagination .disabled{color:#aaa;} 

/* è¡¨å¤´å›ºå®š */
.sticky thead tr &gt; th {
    position: sticky;
    top: 0px;
    z-index: 2;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f2f2f2;
}</pre></body></html>