-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
110 lines (87 loc) · 1.32 KB
/
styles.css
File metadata and controls
110 lines (87 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/*background*/
.background {
position: relative;
width: 2115px;
height: 1080px;
}
/*all*/
.all {
position: absolute;
width: 2115px;
height: 1080px;
left: 0px;
top: 0px;
}
.play {
transition: transform 0.5s ease-in-out 0.1s;
/* 调整延迟时间和动画持续时间 */
}
.play:hover {
transform: scale(1.2);
}
/*MENU*/
/*ConnectWallet*/
#ConnectWallet {
position: absolute;
width: 284px;
height: 70px;
left: 1506px;
top: 66px;
}
/*Home*/
#Home {
position: absolute;
width: 224px;
height: 98px;
left: 113px;
top: 553px;
}
/*Play*/
#Play {
position: absolute;
width: 224px;
height: 98px;
left: 113px;
top: 696.27px;
}
/* Music */
#Music {
position: absolute;
width: 70.86px;
height: 64px;
left: 1412px;
top: 66px;
}
/*HOME*/
/*Deposit*/
#Deposit {
position: absolute;
width: 268px;
height: 98px;
left: 90px;
top: 363px;
}
/*Withdraw*/
#Withdraw {
position: absolute;
width: 268px;
height: 98px;
left: 92px;
top: 598px;
}
/*WalletId*/
#WalletId {
position: absolute;
width: 217px;
height: 64px;
left: 1591px;
top: 66px;
}
/*YourBalance*/
#YourBalance {
position: absolute;
width: 326px;
height: 235px;
left: 1582px;
top: 363px;
}