2024-02-16 13:59:54 +08:00
|
|
|
nav {
|
|
|
|
--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");
|
|
|
|
}
|
2024-03-08 15:26:36 +08:00
|
|
|
|
2024-02-11 16:04:21 +08:00
|
|
|
table a {
|
|
|
|
text-decoration-line: none;
|
2024-02-15 13:48:29 +08:00
|
|
|
color: black;
|
2024-02-11 16:04:21 +08:00
|
|
|
}
|
2024-03-08 15:26:36 +08:00
|
|
|
html[data-bs-theme="dark"] table a {
|
|
|
|
color: inherit; /* 或者你想要的任何颜色 */
|
|
|
|
}
|
|
|
|
/*.table-dark-a {*/
|
|
|
|
/* color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));*/
|
|
|
|
/*}*/
|
2024-02-11 16:04:21 +08:00
|
|
|
|
|
|
|
.file_icon {
|
|
|
|
font-size: xx-large;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 34px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file_name {
|
|
|
|
font-size: large;
|
|
|
|
margin-left: 0.3em;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 2;
|
2024-02-12 14:04:38 +08:00
|
|
|
}
|
|
|
|
|
2024-02-12 15:27:14 +08:00
|
|
|
.file_info {
|
2024-02-12 14:04:38 +08:00
|
|
|
font-size: large;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
2024-03-08 15:26:36 +08:00
|
|
|
|
|
|
|
.selector-col {
|
2024-02-16 14:04:33 +08:00
|
|
|
width: 0;
|
2024-02-15 13:48:29 +08:00
|
|
|
}
|
2024-03-08 15:26:36 +08:00
|
|
|
|
2024-02-12 14:04:38 +08:00
|
|
|
.name-col {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modified-col {
|
|
|
|
width: 19%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.size-col {
|
|
|
|
width: 13%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-col {
|
|
|
|
width: 18%;
|
2024-02-12 15:27:14 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
2024-02-13 20:44:01 +08:00
|
|
|
margin-top: 16px;
|
2024-02-12 15:27:14 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb .breadcrumb-item {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
--bs-dropdown-min-width: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#drop-area.dragging {
|
|
|
|
border: 2px dashed #999;
|
|
|
|
background: #f8f8f8;
|
|
|
|
z-index: 1000;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
#drop-area.dragging::after {
|
2024-02-15 10:54:25 +08:00
|
|
|
content: "⇧\A拖拽文件到这里\A(不支持拖拽文件夹上传)";
|
2024-02-12 15:27:14 +08:00
|
|
|
white-space: pre;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
font-size: 40px;
|
|
|
|
color: #000000;
|
|
|
|
text-align: center;
|
2024-02-15 13:48:29 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
table tbody .selected {
|
|
|
|
--bs-table-bg: #C1D4FF;
|
|
|
|
--bs-table-color: black;
|
|
|
|
--bs-table-hover-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
table .selected a {
|
|
|
|
color: black !important;
|
|
|
|
}
|
2024-03-08 15:26:36 +08:00
|
|
|
|
2024-02-15 13:48:29 +08:00
|
|
|
table tr td:first-child, table tr th:first-child {
|
|
|
|
display: none;
|
2024-02-11 16:04:21 +08:00
|
|
|
}
|