mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-02 08:09:47 -04:00
Updates preview.
This commit is contained in:
parent
797d5bbc47
commit
2251b52f86
2 changed files with 20 additions and 7 deletions
|
@ -37,17 +37,19 @@
|
|||
right: 8px;
|
||||
top: 8px;
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
|
||||
img {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
border-radius: 8px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
&:hover, &.hover {
|
||||
img {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,7 +57,6 @@
|
|||
position: absolute;
|
||||
top: 50%;
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
|
||||
img {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
|
@ -64,10 +65,13 @@
|
|||
height: 48px;
|
||||
margin: -72px 0;
|
||||
padding: 48px 0;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
&:hover, &.hover {
|
||||
img {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue