<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#win-about {
    display: flex;
}

#win-about&gt;.menu {
    height: 100%;
    width: 20%;
    min-width: 180px;
    max-width: 250px;
    padding: 8px 5px 0 14px;
}

#win-about&gt;.menu&gt;list&gt;* {
    padding: 6px 8px 5px 12px;
    display: flex;
    margin-bottom: 3px;
    border-radius: 7px;
}

#win-about&gt;.menu&gt;list&gt;*&gt;img {
    margin: 2px 7px 0 0;
}

#win-about&gt;.cnt {
    overflow: auto;
    transform: translate(0, 50%);
    opacity: 0;
    width: 0;
    transition: transform 300ms cubic-bezier(0, 0, 0, 1), opacity 300ms 50ms;
    padding: 0 5px 60px 0;
    /* display: none; */
}

#win-about&gt;.cnt.show {
    flex-grow: 1;
    transform: none;
    opacity: 1;
    display: block;
}

#win-about&gt;.cnt .tit {
    margin: 8px 0 3px 0;
    display: flex;
}

#win-about&gt;.cnt .tit&gt;span {
    background: linear-gradient(180deg, var(--theme-1), var(--theme-2));
    border-radius: 10px;
    width: 6px;
    margin: 5px 8px 5px 5px;
    transition: 200ms;
    /* opacity: 0; */
    transform: scaleY(0);
    transform-origin: top;
}

#win-about&gt;.cnt .tit:hover&gt;span {
    transform: none;
}

#win-about&gt;.update&gt;div&gt;details {
    background-color: var(--card);
    padding: 10px 10px 0 15px;
    border-radius: 8px;
    /* box-shadow: 3px 3px 5px var(--sd); */
    box-shadow: 0 1px 2px 1px var(--s3d);
    margin: 12px 10px 0 0;
    transition: 100ms, height 0ms, padding-bottom 100ms ease-out;
    overflow: hidden;
    height: 45px;
}

#win-about&gt;.update&gt;div&gt;details[open] {
    padding-bottom: 10px;
    height: 100%;
}

#win-about&gt;.update&gt;div&gt;details:not([open]):hover {
    filter: brightness(1.2);
}

#win-about&gt;.update&gt;div&gt;details:active {
    opacity: 0.6;
}

#win-about&gt;.update&gt;div&gt;details&gt;summary {
    font-size: 17px;
    transition: 200ms;
}

#win-about&gt;.update&gt;div&gt;details&gt;summary&gt;span {
    font-weight: 900;
}

#win-about&gt;.update&gt;div&gt;details&gt;p {
    margin-left: 10px;
}

#contri {
    display: flex;
    flex-wrap: wrap;
}

#contri&gt;.a {
    margin: 3px;
    background: var(--card);
    box-shadow: 0 1px 2px var(--sd);
    border-radius: 10px;
    width: 110px;
    height: 70px;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    transition: 50ms;
}

#contri&gt;.a:hover {
    background: var(--hover);
}

#contri&gt;.a:active {
    opacity: 0.6;
}

#contri&gt;.a&gt;.name {
    font-size: 17px;
    margin: 0px 6px;
    /* border: 6px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#contri&gt;.a&gt;.cbs&gt;.num {
    font-size: 15px;
    font-weight: 550;
}

#contri&gt;.button {
    height: max-content;
    margin: 10px 0 0 10px;
}

.window.winver{
    width: 600px;
    height: 550px;
}

#win-winver&gt;.logo{
    display: flex;
    justify-content: center;
}

#win-winver&gt;.logo&gt;.img{
    background: url(../../icon/logo.svg) center;
    background-size: cover;
    height: 80px;
    width: 80px;
    margin:10px;
}

#win-winver&gt;.logo&gt;p{
    background-image: linear-gradient(100deg, var(--theme-1), var(--theme-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 550;
    font-family: 'Microsoft Yahei UI';
    margin: 15px;
}

#win-winver&gt;hr{
    width: calc(100% - 20px);
    margin: 10px;
}

#win-winver p{
    margin: 0 50px;
}

#win-winver&gt;.mesg:hover{
    text-decoration: underline!important;
}

#win-winver&gt;.mesg:active{
    opacity: 0.5;
    transition: 30ms;
}

#win-winver&gt;.bottom{
    position: absolute;
    bottom: 80px;
}
</pre></body></html>