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 +1 @@
|
||||
.joe_archive{border-radius:8px;padding:0 15px;background:var(--background);box-shadow:var(--box-shadow)}.joe_archive__title{display:flex;align-items:center;height:45px;line-height:45px;color:var(--main);border-bottom:1px solid var(--classC)}.joe_archive__title-icon{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:5px}.joe_archive__title-title{display:flex;align-items:center}.joe_archive__title-title .muted{color:var(--theme);margin:0 5px}.joe_archive__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 0;color:var(--routine)}.joe_archive__empty-icon{margin-bottom:30px;fill:var(--routine)}
|
||||
.joe_archive{border-radius:var(--radius-wrap);padding:0 15px;background:var(--background);box-shadow:var(--box-shadow)}.joe_archive__title{display:flex;align-items:center;height:45px;line-height:45px;color:var(--main);border-bottom:1px solid var(--classC)}.joe_archive__title-icon{width:20px;height:20px;min-width:20px;min-height:20px;margin-right:5px}.joe_archive__title-title{display:flex;align-items:center}.joe_archive__title-title .muted{color:var(--theme);margin:0 5px}.joe_archive__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 0;color:var(--routine)}.joe_archive__empty-icon{margin-bottom:30px;fill:var(--routine)}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/* 搜索页的样式 */
|
||||
.joe_archive {
|
||||
border-radius: 8px;
|
||||
border-radius: var(--radius-wrap);
|
||||
padding: 0 15px;
|
||||
background: var(--background);
|
||||
box-shadow: var(--box-shadow);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* 后台设置的样式 */
|
||||
.col-mb-12.col-tb-8.col-tb-offset-2 {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1108,6 +1108,13 @@ html[data-night='night'] {
|
||||
background: #9f44d3;
|
||||
}
|
||||
}
|
||||
.edit {
|
||||
color: var(--minor);
|
||||
margin-left: auto;
|
||||
&:hover {
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
}
|
||||
&__title {
|
||||
font-size: 24px;
|
||||
@@ -1123,7 +1130,7 @@ html[data-night='night'] {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid var(--classB);
|
||||
border-bottom: 1px solid var(--classC);
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
@@ -1472,6 +1479,45 @@ html[data-night='night'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
&-protected {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: repeating-linear-gradient(145deg, var(--classB), var(--classB) 15px, var(--background) 0, var(--background) 30px);
|
||||
padding: 20px 0;
|
||||
margin-bottom: 15px;
|
||||
.contain {
|
||||
position: relative;
|
||||
box-shadow: var(--box-shadow);
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 15px;
|
||||
}
|
||||
.password {
|
||||
width: 300px;
|
||||
height: 44px;
|
||||
border: none;
|
||||
border-radius: var(--radius-inner);
|
||||
color: var(--routine);
|
||||
padding-left: 50px;
|
||||
background: var(--background);
|
||||
}
|
||||
.submit {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
width: 44px;
|
||||
transition: opacity 0.35s;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: var(--main);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__agree {
|
||||
display: flex;
|
||||
@@ -1515,7 +1561,7 @@ html[data-night='night'] {
|
||||
}
|
||||
&__copyright {
|
||||
padding-top: 15px;
|
||||
border-top: 1px solid var(--classB);
|
||||
border-top: 1px solid var(--classC);
|
||||
.content {
|
||||
background: var(--classD);
|
||||
padding: 15px;
|
||||
@@ -1721,20 +1767,10 @@ html[data-night='night'] {
|
||||
font-size: 24px;
|
||||
color: var(--main);
|
||||
text-shadow: var(--text-shadow);
|
||||
border-bottom: 1px solid var(--classB);
|
||||
border-bottom: 1px solid var(--classC);
|
||||
margin-bottom: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
&__empty {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
color: var(--routine);
|
||||
&-icon {
|
||||
fill: var(--routine);
|
||||
}
|
||||
}
|
||||
&__close {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -1756,6 +1792,7 @@ html[data-night='night'] {
|
||||
height: 32px;
|
||||
color: var(--main);
|
||||
border: none;
|
||||
transition: color 0.35s, background 0.35s;
|
||||
&:first-child {
|
||||
border-top-left-radius: var(--radius-inner);
|
||||
}
|
||||
@@ -1811,7 +1848,7 @@ html[data-night='night'] {
|
||||
padding: 15px;
|
||||
.text {
|
||||
width: 100%;
|
||||
height: 180px;
|
||||
height: 200px;
|
||||
border: none;
|
||||
resize: none;
|
||||
vertical-align: middle;
|
||||
@@ -1833,6 +1870,7 @@ html[data-night='night'] {
|
||||
cursor: pointer;
|
||||
margin-right: 10px;
|
||||
color: var(--main);
|
||||
transition: color 0.35s;
|
||||
&.active {
|
||||
color: var(--theme);
|
||||
}
|
||||
@@ -1851,6 +1889,7 @@ html[data-night='night'] {
|
||||
border-radius: 50%;
|
||||
margin: 0 5px;
|
||||
cursor: pointer;
|
||||
transition: box-shadow 0.35s;
|
||||
&.active {
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
@@ -1887,6 +1926,23 @@ html[data-night='night'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.foot {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding: 0 15px 15px;
|
||||
.submit {
|
||||
button {
|
||||
border-radius: 3px;
|
||||
height: 32px;
|
||||
padding: 0 15px;
|
||||
border: none;
|
||||
background: var(--theme);
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__list {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,6 @@
|
||||
/* 首页样式 */
|
||||
.joe_index {
|
||||
border-radius: 8px;
|
||||
border-radius: var(--radius-wrap);
|
||||
padding: 0 15px;
|
||||
background: var(--background);
|
||||
box-shadow: var(--box-shadow);
|
||||
@@ -28,7 +29,7 @@
|
||||
width: 100%;
|
||||
height: 160px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
overflow: hidden;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
@@ -103,7 +104,7 @@
|
||||
width: 100%;
|
||||
height: 125px;
|
||||
object-fit: cover;
|
||||
border-radius: 4px 4px 0 0;
|
||||
border-radius: var(--radius-inner) var(--radius-inner) 0 0;
|
||||
transition: opacity 0.35s;
|
||||
}
|
||||
.title {
|
||||
@@ -148,7 +149,7 @@
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
object-fit: cover;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
transition: opacity 0.35s;
|
||||
&:hover {
|
||||
opacity: 0.85;
|
||||
@@ -232,11 +233,11 @@
|
||||
flex: 1;
|
||||
height: 335px;
|
||||
--swiper-theme-color: #fff;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
.item {
|
||||
display: block;
|
||||
height: 335px;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-inner);
|
||||
.thumbnail {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
1
assets/css/joe.owo.css
Normal file
1
assets/css/joe.owo.css
Normal file
File diff suppressed because one or more lines are too long
430
assets/css/joe.owo.scss
Normal file
430
assets/css/joe.owo.scss
Normal file
@@ -0,0 +1,430 @@
|
||||
.OwO {
|
||||
position: relative;
|
||||
user-select: none;
|
||||
}
|
||||
.OwO:hover .OwO-logo {
|
||||
color: rgb(68, 68, 68);
|
||||
}
|
||||
.OwO.OwO-open .OwO-logo {
|
||||
border-bottom: none;
|
||||
color: rgb(68, 68, 68);
|
||||
margin-bottom: 10px;
|
||||
span {
|
||||
animation: 5s ease-in-out 0s infinite normal none running a;
|
||||
}
|
||||
}
|
||||
.OwO.OwO-open .OwO-body {
|
||||
display: block;
|
||||
}
|
||||
.OwO.OwO-up .OwO-body {
|
||||
top: inherit;
|
||||
bottom: 21px;
|
||||
border-radius: 4px 4px 4px 0px;
|
||||
}
|
||||
.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.OwO.OwO-up.OwO-open .OwO-logo {
|
||||
border-right: 1px solid rgb(221, 221, 221);
|
||||
border-bottom: 1px solid rgb(221, 221, 221);
|
||||
border-left: 1px solid rgb(221, 221, 221);
|
||||
border-image: initial;
|
||||
border-top: none;
|
||||
}
|
||||
.OwO .OwO-logo {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: rgb(136, 136, 136);
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.OwO .OwO-body {
|
||||
display: none;
|
||||
background: #fff;
|
||||
z-index: 1;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items {
|
||||
user-select: none;
|
||||
display: none;
|
||||
padding: 10px;
|
||||
margin: 0px;
|
||||
overflow-y: auto;
|
||||
font-size: 0px;
|
||||
overscroll-behavior: none;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items .OwO-item {
|
||||
width: calc(100% / 12);
|
||||
list-style-type: none;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items .OwO-item:hover {
|
||||
background: rgb(238, 238, 238);
|
||||
box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
|
||||
animation: 5s ease-in-out 0s infinite normal none running a;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-emoji .OwO-item {
|
||||
font-size: 20px;
|
||||
line-height: 19px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-image .OwO-item img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-emoticon .OwO-item {
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
}
|
||||
.OwO .OwO-body .OwO-items-show {
|
||||
display: block;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
border-top: 1px solid rgb(221, 221, 221);
|
||||
background: rgb(255, 255, 255);
|
||||
border-radius: 0px 0px 4px 4px;
|
||||
color: rgb(68, 68, 68);
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 0px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages li {
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
line-height: 29px;
|
||||
font-size: 14px;
|
||||
padding: 0px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
|
||||
border-radius: 0px 0px 0px 3px;
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
|
||||
background: rgb(238, 238, 238);
|
||||
}
|
||||
.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
|
||||
background: rgb(238, 238, 238);
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
@-webkit-keyframes a {
|
||||
2% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
4% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
6% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
8% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
10% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
12% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
14% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
16% {
|
||||
transform: translateY(-0.5px) rotate(-1.5deg);
|
||||
}
|
||||
18% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
20% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
22% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
24% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
26% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
28% {
|
||||
transform: translateY(0.5px) rotate(1.5deg);
|
||||
}
|
||||
30% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
32%,
|
||||
34% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
36% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
38% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
40% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
42% {
|
||||
transform: translateY(2.5px) rotate(-1.5deg);
|
||||
}
|
||||
44% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
46% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
48% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
52% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
54% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
56% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
58% {
|
||||
transform: translateY(0.5px) rotate(2.5deg);
|
||||
}
|
||||
60% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
62% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
64% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
66% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
68% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
70% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
72% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
74% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
76% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
78% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
80% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
82% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
84% {
|
||||
transform: translateY(1.5px) rotate(2.5deg);
|
||||
}
|
||||
86% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
88% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
90% {
|
||||
transform: translateY(2.5px) rotate(-0.5deg);
|
||||
}
|
||||
92% {
|
||||
transform: translateY(0.5px) rotate(-0.5deg);
|
||||
}
|
||||
94% {
|
||||
transform: translateY(2.5px) rotate(0.5deg);
|
||||
}
|
||||
96% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
98% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
0%,
|
||||
100% {
|
||||
transform: translate(0px) rotate(0deg);
|
||||
}
|
||||
}
|
||||
@keyframes a {
|
||||
2% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
4% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
6% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
8% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
10% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
12% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
14% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
16% {
|
||||
transform: translateY(-0.5px) rotate(-1.5deg);
|
||||
}
|
||||
18% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
20% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
22% {
|
||||
transform: translateY(0.5px) rotate(-1.5deg);
|
||||
}
|
||||
24% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
26% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
28% {
|
||||
transform: translateY(0.5px) rotate(1.5deg);
|
||||
}
|
||||
30% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
32%,
|
||||
34% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
36% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
38% {
|
||||
transform: translateY(1.5px) rotate(-1.5deg);
|
||||
}
|
||||
40% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
42% {
|
||||
transform: translateY(2.5px) rotate(-1.5deg);
|
||||
}
|
||||
44% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
46% {
|
||||
transform: translateY(-1.5px) rotate(2.5deg);
|
||||
}
|
||||
48% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
50% {
|
||||
transform: translateY(0.5px) rotate(0.5deg);
|
||||
}
|
||||
52% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
54% {
|
||||
transform: translateY(-1.5px) rotate(1.5deg);
|
||||
}
|
||||
56% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
58% {
|
||||
transform: translateY(0.5px) rotate(2.5deg);
|
||||
}
|
||||
60% {
|
||||
transform: translateY(2.5px) rotate(2.5deg);
|
||||
}
|
||||
62% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
64% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
66% {
|
||||
transform: translateY(1.5px) rotate(-0.5deg);
|
||||
}
|
||||
68% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
70% {
|
||||
transform: translateY(1.5px) rotate(0.5deg);
|
||||
}
|
||||
72% {
|
||||
transform: translateY(2.5px) rotate(1.5deg);
|
||||
}
|
||||
74% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
76% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
78% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
80% {
|
||||
transform: translateY(1.5px) rotate(1.5deg);
|
||||
}
|
||||
82% {
|
||||
transform: translateY(-0.5px) rotate(0.5deg);
|
||||
}
|
||||
84% {
|
||||
transform: translateY(1.5px) rotate(2.5deg);
|
||||
}
|
||||
86% {
|
||||
transform: translateY(-1.5px) rotate(-1.5deg);
|
||||
}
|
||||
88% {
|
||||
transform: translateY(-0.5px) rotate(2.5deg);
|
||||
}
|
||||
90% {
|
||||
transform: translateY(2.5px) rotate(-0.5deg);
|
||||
}
|
||||
92% {
|
||||
transform: translateY(0.5px) rotate(-0.5deg);
|
||||
}
|
||||
94% {
|
||||
transform: translateY(2.5px) rotate(0.5deg);
|
||||
}
|
||||
96% {
|
||||
transform: translateY(-0.5px) rotate(1.5deg);
|
||||
}
|
||||
98% {
|
||||
transform: translateY(-1.5px) rotate(-0.5deg);
|
||||
}
|
||||
0%,
|
||||
100% {
|
||||
transform: translate(0px) rotate(0deg);
|
||||
}
|
||||
}
|
||||
@@ -1,34 +1,35 @@
|
||||
/* 文章页面的样式 */
|
||||
.joe_bread {
|
||||
padding-top: 15px;
|
||||
&__bread {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.line {
|
||||
color: var(--seat);
|
||||
padding: 0 8px;
|
||||
}
|
||||
.item {
|
||||
color: var(--minor);
|
||||
white-space: nowrap;
|
||||
.link {
|
||||
color: var(--routine);
|
||||
transition: color 0.35s;
|
||||
&:hover {
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
min-width: 15px;
|
||||
min-height: 15px;
|
||||
fill: var(--routine);
|
||||
margin-right: 2px;
|
||||
}
|
||||
&:first-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
padding-top: 15px;
|
||||
&__bread {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.line {
|
||||
color: var(--seat);
|
||||
padding: 0 8px;
|
||||
}
|
||||
.item {
|
||||
color: var(--minor);
|
||||
white-space: nowrap;
|
||||
.link {
|
||||
color: var(--routine);
|
||||
transition: color 0.35s;
|
||||
&:hover {
|
||||
color: var(--theme);
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
min-width: 15px;
|
||||
min-height: 15px;
|
||||
fill: var(--routine);
|
||||
margin-right: 2px;
|
||||
}
|
||||
&:first-child {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user