<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
file_name: s.css
file_version: v1.0
from: Static Resource Version Controller
from_url: 
author: https://github.com/laiyuqiang/
update_time: 2025-01-09 21:35:48
*/
*{
	margin:0;
	padding:0;
/*-webkit-appearance: none;
-webkit-overflow-scrolling: touch;*/
}
/*select{
  -webkit-appearance: none!important;
}*/
body{
	margin:0;
	padding:0;
	background:#4572ad;
}
.b{
    font-weight: bold;
}
.w{
	width:100%;
}
.h{
	height:100%;
}
.dis-no{
	display:none;
}
.vno{
    visibility: hidden;
}
.por{
	position:relative;
}
.poa{
	position:absolute;
}
.dis-f{
	display:flex;
}
.dis-cen{
	justify-content:center;
	align-items:center;
}
.ov-no{
	overflow:hidden;
}
.no-hh{
	white-space:nowrap;
}
.b_E0{
	background: #E0E0E0;
}
.btn-href{
	text-decoration: none;
	color:blue;
}
._tc{
    text-align: center;
}
.mt10{
    margin-top:10px;
}
.showMessage {
    padding: 10px 20px;
    border-radius: 5px;
    position: fixed;
    top: calc(50% - 30px);
    left: 50%;
    color: #ffffff;
    z-index: 100000;
    transform: translate(-50%, 0);
}
 
.showMessageSuccess {
    background-color: #f0f9eb;
    border: 1px solid #E1F3D8;
    color: #67c23a;
}
 
.showMessageError {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #F76C6C;
}
.context-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 100px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.context-menu-item {
    padding: 5px 10px;
    cursor: pointer;
}
.context-menu-item:hover {
    background-color: #24d0d6;
}</pre></body></html>