mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -487,7 +487,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--routine);
|
||||
line-height: 28px;
|
||||
padding: 5px 0;
|
||||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
@@ -495,6 +495,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
strong {
|
||||
font-weight: 500;
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
@@ -2181,6 +2182,9 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
min-height: 65px;
|
||||
.run {
|
||||
margin: 0 auto 0 10px;
|
||||
}
|
||||
a {
|
||||
color: var(--minor);
|
||||
transition: all 0.35s;
|
||||
@@ -2602,6 +2606,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.joe_run {
|
||||
&__day,
|
||||
&__hour,
|
||||
&__minute,
|
||||
&__second {
|
||||
font-weight: 500;
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
|
||||
.profile-color-modes-illu-frame {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -400,6 +400,18 @@ html {
|
||||
}
|
||||
}
|
||||
}
|
||||
.joe_footer .joe_container {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
> .item {
|
||||
padding: 5px 0;
|
||||
.run {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user