-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (36 loc) · 766 Bytes
/
style.css
File metadata and controls
36 lines (36 loc) · 766 Bytes
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
body{
margin:0;
padding:0;
background:#693b00;
}
h1{
font-family:叶根友行书繁;
font-size:200px;
font-weight:900;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
margin:0;
background:url("背景.jpg") 50% 50%;
background-size:cover;
color:rgba(255, 255, 255,0.5);
/* color:white; */
-webkit-background-clip:text;
transition:1s linear;
white-space: nowrap;
cursor: default;
}
h1:hover{
background:url("文字背景.jpg") 25% 25%;
background-size:cover;
color:transparent;
-webkit-background-clip:text;
white-space: nowrap;
/* color:rgba(232, 65, 24,0.5); */
/* color:white; */
}
div.Echart{
width: 100%;
text-align: center;
}