<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #RestCss
========================================== */
@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/** æ¸…é™¤å†…å¤–è¾¹è· **/

/* structural elements ç»“æž„å…ƒç´&nbsp; */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
    /* list elements åˆ—è¡¨å…ƒç´&nbsp; */
dl, dt, dd, ul, ol, li,
    /* text formatting elements æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; */
pre,
    /* form elements è¡¨å•å…ƒç´&nbsp; */
form, fieldset, legend, button, input, textarea,
    /* table elements è¡¨æ&nbsp;¼å…ƒç´&nbsp; */
th, td {
    margin: 0;
    padding: 0;
}

/** è®¾ç½®é»˜è®¤å­—ä½“ **/
body, pre, button, input, select, textarea /* for ie */
{
    font: 14px/1.6 tahoma, arial, 'Microsoft YaHei', sans-serif;
}

/** é‡ç½®æ–‡æ¡£é«˜åº¦ **/
html, body {
    height: 100%;
}

body {
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

/* å°†æ–œä½“æ‰¶æ­£ */
address, cite, dfn, em, var {
    font-style: normal;
}

/* ç»Ÿä¸€ç­‰å®½å­—ä½“ */
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

/* å°äºŽ 12px çš„ä¸­æ–‡å¾ˆéš¾é˜…è¯»ï¼Œè®© small æ­£å¸¸åŒ– */
small {
    font-size: 12px;
}

/** é‡ç½®åˆ—è¡¨å…ƒç´&nbsp; **/
ul, ol {
    list-style: none;
}

/** é‡ç½®æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; **/
a {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

/** é‡ç½®è¡¨å•å…ƒç´&nbsp; **/
legend {
    color: #000;
}

/* for ie6 */
fieldset, img {
    border: 0;
    vertical-align: middle
}

/* ä½¿å¾—è¡¨å•å…ƒç´&nbsp;åœ¨ ie ä¸‹èƒ½ç»§æ‰¿å­—ä½“å¤§å° */
button, input, select, textarea {
    font-size: 100%;
}

/*è¡¨å•å…ƒç´&nbsp;å­—ä½“*/
input, textarea, button {
    font: 14px/1.6 Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', å¾®è½¯é›…é»‘, Arial, sans-serif;
    outline: 0;
}

input[type='button'], input[type='submit'], button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

input[type='button'], input[type='submit'], input[type='reset'], button { /*input[type="file"]::-webkit-file-upload-button,*/
    border: 1px solid transparent;
}

/*è®¾ç½®è¡¨å•å…ƒç´&nbsp;ä¸å¯ç”¨çš„æ&nbsp;·å¼*/
select:disabled,
input[readonly],
input:disabled,
button:disabled,
button[readonly],
textarea:disabled {
    color: #575f72 !important;
    background-color: #ccc !important;
    cursor: not-allowed !important;
}

input[readonly]:hover,
input:disabled:hover,
button:disabled:hover,
button[readonly]:hover,
textarea:disabled:hover {
    cursor: not-allowed;
}

/** placeholder é‡ç½® **/
[placeholder] {
    font-family: 'Microsoft yahei';
}

::-moz-placeholder {
    text-indent: 5px; /* æ²¡æœ‰ç”¨ */
    opacity: 1 !important;
    color: #bbb;
}

:-ms-input-placeholder {
    text-indent: 5px;
    color: #bbb;
}

::-webkit-input-placeholder {
    text-indent: 5px;
    color: #bbb;
}

/** é‡ç½®è¡¨æ&nbsp;¼å…ƒç´&nbsp; **/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* #æ»šåŠ¨æ¡
=========*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    margin: -2px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    min-width: 150px;
    min-height: 150px;
    border-radius: 10px;
    background: #aaa;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #555;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: #555;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #697dac;
    background-color: #697dac;
    color: #fff;
}



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