mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
跟香港
This commit is contained in:
2
assets/css/joe.global.min.css
vendored
2
assets/css/joe.global.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2255,7 +2255,7 @@
|
||||
padding: 12px;
|
||||
border: 1px solid var(--classB);
|
||||
border-left-width: 4px;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
color: var(--routine);
|
||||
*:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
@@ -2268,7 +2268,7 @@
|
||||
background: var(--background);
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
|
||||
border: 1px solid var(--classC);
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
.heads {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
@@ -2316,6 +2316,23 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&-card_list {
|
||||
display: block;
|
||||
border: 1px solid var(--classC);
|
||||
border-radius: var(--radius-inner);
|
||||
overflow: hidden;
|
||||
.item {
|
||||
padding: 12px 15px;
|
||||
border-bottom: 1px solid var(--classC);
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
*:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 以下未测试 */
|
||||
&-protected {
|
||||
|
||||
Reference in New Issue
Block a user