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
@@ -1309,8 +1309,7 @@
|
||||
}
|
||||
pre[class*='language-'] {
|
||||
position: relative;
|
||||
padding: 15px;
|
||||
padding-top: 35px;
|
||||
padding: 30px 15px 12px;
|
||||
margin: 0 0 15px;
|
||||
border-radius: var(--radius-inner);
|
||||
&::after {
|
||||
@@ -1334,6 +1333,20 @@
|
||||
box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
|
||||
z-index: 1;
|
||||
}
|
||||
.copy {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
right: 15px;
|
||||
z-index: 5;
|
||||
color: #909399;
|
||||
font-size: 14px;
|
||||
transition: color 0.35s;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
&:hover {
|
||||
color: #c0c4cc;
|
||||
}
|
||||
}
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
@@ -1606,13 +1619,13 @@
|
||||
}
|
||||
}
|
||||
&-anote {
|
||||
position: relative;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
transform: translateZ(0);
|
||||
transition: transform 0.35s;
|
||||
transition: transform 0.35s;
|
||||
&:hover {
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
@@ -1688,6 +1701,10 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
&-copy {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
&__agree {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user