mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
1
assets/css/joe.census.min.css
vendored
Normal file
1
assets/css/joe.census.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.joe_census__basic{display:grid;grid-template-columns:repeat(4, 1fr);gap:15px}.joe_census__basic-item{display:flex;align-items:center;justify-content:space-between;background:var(--background);box-shadow:var(--box-shadow);border-radius:var(--radius-inner) var(--radius-wrap) var(--radius-wrap) var(--radius-inner);padding:12px 15px}.joe_census__basic-item .count h6{font-size:12px;margin-bottom:10px;color:var(--seat)}.joe_census__basic-item .count p{font-size:22px;font-weight:700}.joe_census__basic-item .icon{fill:var(--classA)}.joe_census__basic-item:nth-child(1){border-left:5px solid #1cc88a;color:#1cc88a}.joe_census__basic-item:nth-child(2){border-left:5px solid #36b9cc;color:#36b9cc}.joe_census__basic-item:nth-child(3){border-left:5px solid #2196f3;color:#2196f3}.joe_census__basic-item:nth-child(4){border-left:5px solid #9c27b0;color:#9c27b0}
|
||||
46
assets/css/joe.census.min.scss
Normal file
46
assets/css/joe.census.min.scss
Normal file
@@ -0,0 +1,46 @@
|
||||
.joe_census {
|
||||
&__basic {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 15px;
|
||||
&-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: var(--background);
|
||||
box-shadow: var(--box-shadow);
|
||||
border-radius: var(--radius-inner) var(--radius-wrap) var(--radius-wrap) var(--radius-inner);
|
||||
padding: 12px 15px;
|
||||
.count {
|
||||
h6 {
|
||||
font-size: 12px;
|
||||
margin-bottom: 10px;
|
||||
color: var(--seat);
|
||||
}
|
||||
p {
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
fill: var(--classA);
|
||||
}
|
||||
&:nth-child(1) {
|
||||
border-left: 5px solid #1cc88a;
|
||||
color: #1cc88a;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
border-left: 5px solid #36b9cc;
|
||||
color: #36b9cc;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
border-left: 5px solid #2196f3;
|
||||
color: #2196f3;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
border-left: 5px solid #9c27b0;
|
||||
color: #9c27b0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
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
@@ -3231,6 +3231,11 @@
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
&.captcha {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
}
|
||||
.body {
|
||||
|
||||
Reference in New Issue
Block a user