-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.less
49 lines (45 loc) · 891 Bytes
/
index.less
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
*{margin: 0;padding: 0;}
html{
background-image: url(https://desk-fd.zol-img.com.cn/t_s1920x1080c5/g2/M00/05/06/ChMlWl3CMB-ILNrAAASNLOHS0roAANLPQDfw2oABI1E113.jpg);
background-repeat: no-repeat;
background-size: cover;
overflow: scroll;
transition: all .1s linear;
}
body,html{
display: flex;
flex-direction: column;
align-items: center;
}
.serach{
width: 50vw;
height: 80px;
padding: 4px 8px;
font-size: 30px;
border: none;
border-bottom: 4px solid #fff;
margin-top: 10px;
outline: none;
background-color: transparent;
color: yellow;
}
.result{
width: 50vw;
text-align: left;
font-size: 20px;
padding:0;
li{
list-style: none;
transition: all .1s linear;
padding: 6px 10px;
background-color: rgba(0,0,0,0.6);
margin-top: 30px;
color: #fff;
a{
color: yellow;
}
span{
color: #ff7a2a;
}
}
}