<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*所有页面都在引用这个文件*/
body {
}

    input,select {
        border: darkgrey solid 1px;
        padding: 8px;
    }
    a{
        text-decoration:none;color:#333333;
    }
    .btn{
        color:#333333;
    }
    .btn:hover{
        color: blue;
        cursor: pointer;
    }
    a:hover{
        color: blue;
    }
.button {
    background: #68931a;
    color: white;
    padding: 8px 22px;
    display: inline-block;
    border-radius: 16px;
}
.button:hover {
    color: white;
    background: #71ab0c;
    cursor: pointer;
}
textarea {
    padding: 8px;
}

















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