-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
156 lines (151 loc) · 1.83 KB
/
style.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
.left img{
width: 80px;
height: 40px;
}
.contanor
{
padding: 0vw 5vw;
/* margin: auto;*/
}
.flex li{
list-style: none;
padding: 0px 12px;
}
.space-around
{
justify-content: space-around;
}
nav{
font-size: 15px;
padding: 11px;
font-weight: bolder;
}
.search
{
width: 13vw;
height: 5vh;
border: solid rgb(248 248 248 / 66%);
padding: 5px 19px;
background-color: #fcfcfc;
border-radius: 5px
}
.image1
{
width: 85vw;
}
.image2
{
width: 100vw;
margin: 1px -78px;
}
.section1
{
flex-wrap: wrap;
width: 10vw;
}
.itemimg
{
margin: 2px;
width: 83vw;
}
.image3
{
margin-left: -59px;
width: 99vw;
}
.image4
{
width: 109vw;
margin-top: -3px;
margin-left: -122px;
}
.image5
{
width: 95vw;
margin-left: -12px;
}
.image6
{
width: 95vw;
margin-left: -12px;
}
.footer
{
display: flex;
margin-top: 30px;
position: relative;
left: 128px;
}
.footer1{
font-family: Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;;
font-size: 12px;
color: #282c3f;
font-weight: bold;
}
.footerclass1
{
color: #696b79;
display: block;
font-size: 15px;
text-decoration: none;
padding-bottom: 5px;
cursor: pointer;
line-height: normal;
font-weight: 350;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
left: -41px;
}
.footerclass1 li{
list-style: none;
font-size: 12px;
}
.footer3
{
margin-left: 40px;
/* display: flex; */
}
.miniimg
{
width: 7vw;
height: 35px;
margin: 8px;
}
.miniimg2
{
height: 20px;
width: 20px;
margin: 10px 5px;
}
.miniimg3
{
width: 48px;
height: 40px;
}
strong
{
margin-left: 20px;
}
.fminiimg
{
display: flex;
}
.miniimg4
{
width: 48px;
height: 49px;
/* margin-top: 20px; */
}
.s2
{
margin-top: 30px ;
}