mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
面板
This commit is contained in:
parent
b69b44b0f5
commit
3d54e240a7
12 changed files with 266 additions and 132 deletions
|
|
@ -1,6 +1,23 @@
|
|||
.card {
|
||||
padding-top: 0.8em;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
.uid {
|
||||
font-size: 0.6em;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
border-image-source: url('./images/GroceryActivityBtnBg.png');
|
||||
border-image-slice: 30 90 30 90 fill;
|
||||
border-image-width: 0.4em 1.2em 0.4em 1.2em;
|
||||
border-image-outset: 0em 0em 0em 0em;
|
||||
border-image-repeat: stretch stretch;
|
||||
padding: 0.5em 1.2em;
|
||||
font-size: 1em;
|
||||
top: 0.1em;
|
||||
color: rgb(255, 255, 255);
|
||||
stroke: 0.05em rgba(0, 0, 0, 0.6);
|
||||
-webkit-text-stroke: 0.05em rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.star {
|
||||
width: 5.5em;
|
||||
height: 1.5em;
|
||||
|
|
@ -172,6 +189,9 @@
|
|||
flex-shrink: 1;
|
||||
font-size: 0.65em;
|
||||
color: rgb(166, 166, 166);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
&.yellow {
|
||||
color: rgb(247, 199, 54);
|
||||
}
|
||||
|
|
@ -280,6 +300,9 @@
|
|||
flex-shrink: 1;
|
||||
font-size: 0.7em;
|
||||
color: rgb(222, 222, 222);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -421,6 +444,9 @@
|
|||
flex-shrink: 1;
|
||||
font-size: 0.7em;
|
||||
color: rgb(222, 222, 222);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.value {
|
||||
color: rgb(249, 189, 64);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue