-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsearch_result.css
124 lines (111 loc) · 1.94 KB
/
search_result.css
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
html{
background-color: #BAE6FF ;
height: 960px;
}
.blueBg {
position: absolute;
width: 100%;
height: 130px;
left: 0px;
top: 0px;
background: #25678C;
}
.autonoma {
position: absolute;
width: 304px;
height: 84px;
left: 600px;
top: -34.5px;
font-size: 64px;
line-height: 75px;
color: #FFFFFF;
font-family: Roboto-regular;
font-weight: bold;
}
.img {
position: absolute;
width: 113px;
height: 107px;
left: 410px;
top: 12px;
}
.img#second {
position: absolute;
left: 960px;
}
.whiteBg {
position: absolute;
width: 100%;
height: 70px;
left: 0px;
top: 130px;
background: #FFFFFF;
}
.seacrh {
position: absolute;
color: #25678C;
font-size: 40px;
font-family: Roboto-regular;
top: -30px;
left: 690px;
font-weight: bold;
}
.serbox {
position: absolute;
width: 393px;
height: 61px;
left: 20px;
top: 215px;
background: #FFFFFF;
border-radius: 43px;
outline: none;
outline-offset: none;
border: none;
padding-inline-start: 80px;
font-size: 30px;
}
.btn {
position: absolute;
width: 116px;
height: 58px;
left: 440px;
top: 215px;
background: #0063F9;
border-radius: 15px;
font-family: Roboto-thin;
font-weight: 600;
font-size: 24px;
text-align: center;
color: white;
outline: none;
outline-offset: none;
border: none;
cursor: pointer;
}
.loupe {
position: absolute;
width: 37px;
height: 37px;
left: 50px;
top: 227px;
}
.whiteBox {
position: absolute;
width: 1360px;
height: 601px;
left: 37px;
top: 295px;
background: #FFFFFF;
}
@font-face {
font-family: 'Roboto';
src: url(fonts/Roboto-Medium.ttf)
}
@font-face {
font-family: 'Roboto-regular';
src: url(fonts/Roboto-Regular.ttf)
}
@font-face {
font-family: 'Roboto-thin';
src: url(fonts/Roboto-Thin.ttf)
}