Commit b611eb15 authored by 姬鋆屾's avatar 姬鋆屾

tui

parent 96160bcd
...@@ -98,7 +98,8 @@ body::-webkit-scrollbar { ...@@ -98,7 +98,8 @@ body::-webkit-scrollbar {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(5, 30, 75, 0.66); background-color: rgba(5, 30, 75, 0.2);
border-radius: 16px;
} }
.e-icon { .e-icon {
......
...@@ -3076,35 +3076,51 @@ export default { ...@@ -3076,35 +3076,51 @@ export default {
: i == 7 : i == 7
? 0 ? 0
: 450, : 450,
y: i == 4 ? -80 : 80, y: i >= 4 ? -80 : 80,
z: 10, z: 10,
}, },
scale: 0, scale: 0,
}, },
], ],
[ [
0.1, i == 0
? 0.1
: i == 1
? 0.3
: i == 2
? 0.5
: i == 3
? 0.7
: i == 4
? 0.1
: i == 5
? 0.3
: i == 6
? 0.5
: i == 7
? 0.7
: 0.1,
{ {
translate3d: { translate3d: {
x: x:
i == 0 i == 0
? 450
: i == 1
? 300 ? 300
: i == 2 : i == 1
? 150 ? 150
: i == 3 : i == 2
? 0 ? 0
: i == 3
? -150
: i == 4 : i == 4
? 450
: i == 5
? 300 ? 300
: i == 6 : i == 5
? 150 ? 150
: i == 7 : i == 6
? 0 ? 0
: i == 7
? -150
: 450, : 450,
y: i == 4 ? -100 : 100, y: i >= 4 ? -100 : 100,
z: 10, z: 10,
}, },
scale: 0.5, scale: 0.5,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment