<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.more-btn{
    margin: 20px auto 50px auto;
    width:400px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.more-btn &gt; div{
    color: #245FA2;
    width: 100px;
    height: 30px;
    border: 1px solid #f1f1f5;
    border-radius: 15px;
    background-color: #fff;
    justify-content: center;
    cursor:pointer

}
.more-btn &gt;  img{
    height: 15px;
}
/*.more-btn &gt; .page__ul {*/
/*    !*height: 100%;*!*/
/*    margin: 0 10px;*/
/*    vertical-align: middle;*/
/*}*/
/*.more-btn &gt; .page__ul &gt; li {*/
/*    display: inline-block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    color: #333;*/
/*    margin-right: 10px;*/
/*}*/
.more-btn &gt; .page__ul &gt; li &gt; a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #f1f1f5;
}
.more-btn &gt; .page__ul &gt; li &gt; a:hover {
    color: #245FA2;
}
.more-btn &gt; .page__ul &gt; li &gt; .more-href-active {
    color: #fff !important;
    background: #245FA2;
}
.more-btn &gt; .page__ul &gt; li &gt; .li__ellipsis {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
}</pre></body></html>