mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
feat: 版本机制; fix: fix: 绑定设备提示
This commit is contained in:
parent
d34c1d8be1
commit
8425503797
16 changed files with 820 additions and 59 deletions
139
resources/help/commit.scss
Normal file
139
resources/help/commit.scss
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
.special-title {
|
||||
padding: 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.card {
|
||||
margin: 0 1em;
|
||||
padding: 1em 0;
|
||||
.list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5em;
|
||||
font-size: 0.9em;
|
||||
.item {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
padding: 0.5em 1em;
|
||||
border-radius: 0.5em;
|
||||
border: 0.1em solid rgba(255, 255, 255, 0.1);
|
||||
backdrop-filter: blur(0.5em);
|
||||
position: relative;
|
||||
.version {
|
||||
filter: drop-shadow(0 0 0.05em #f0d480);
|
||||
position: relative;
|
||||
margin-bottom: 0.5em;
|
||||
font-size: 0.8em;
|
||||
display: flex;
|
||||
.id {
|
||||
background: linear-gradient(90deg, #ffe6b4, #f2c94c);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
position: relative;
|
||||
margin-right: 0.5em;
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 0.2em;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: linear-gradient(0deg, #f2c94c, #ffe6b4);
|
||||
z-index: -1;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
}
|
||||
.time {
|
||||
background: linear-gradient(90deg, #ffe6b4, #f2c94c);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
}
|
||||
&.current {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
backdrop-filter: blur(1.5em);
|
||||
&::after {
|
||||
content: '当前版本';
|
||||
font-size: 0.8em;
|
||||
position: absolute;
|
||||
right: 0.5em;
|
||||
top: 0.5em;
|
||||
color: #f2c94c;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.version {
|
||||
filter: drop-shadow(0 0 0.1em rgba(231, 241, 35, 0.3));
|
||||
font-size: 1em;
|
||||
.id {
|
||||
color: #f2784c;
|
||||
background: none;
|
||||
background-clip: unset;
|
||||
-webkit-text-fill-color: unset;
|
||||
font-size: 0.8em;
|
||||
padding-top: 0.3em;
|
||||
&::before {
|
||||
background: #f2784c;
|
||||
}
|
||||
}
|
||||
.time {
|
||||
background: linear-gradient(90deg, #f2784c, #ffbca4);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.newc {
|
||||
&::after {
|
||||
content: 'NEW';
|
||||
font-size: 0.4em;
|
||||
background: linear-gradient(90deg, #f2c94c, #ffe6b4);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
filter: drop-shadow(0 0 0.05em #f0d480);
|
||||
top: 1em;
|
||||
right: 1em;
|
||||
position: absolute;
|
||||
border: 0.1em solid #f2c94c;
|
||||
padding: 0.1em 0.3em 0.2em 0.3em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
}
|
||||
.content {
|
||||
font-size: 0.8em;
|
||||
margin: 0 1em;
|
||||
}
|
||||
.cmd {
|
||||
font-size: 0.8em;
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
padding: 0.2em 0.4em;
|
||||
border-radius: 0.5em;
|
||||
margin: 0em 0.3em;
|
||||
border: 0.1em solid rgba(255, 255, 255, 0.1);
|
||||
color: #cadc9e;
|
||||
}
|
||||
.strong {
|
||||
color: #f2c94c;
|
||||
}
|
||||
.new {
|
||||
position: relative;
|
||||
&::before {
|
||||
content: 'new';
|
||||
font-size: 0.4em;
|
||||
background: linear-gradient(90deg, #f2c94c, #ffe6b4);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
filter: drop-shadow(0 0 0.05em #f0d480);
|
||||
bottom: 1.8em;
|
||||
left: 0em;
|
||||
position: relative;
|
||||
border: 0.1em solid #f2c94c;
|
||||
padding: 0em 0.3em 0.2em 0.3em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue