_about-us.css
1.8 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
.about-us {
width: 100%;
height: 100%;
background: #fff;
.description {
position: fixed;
top: 680px;
width: 425px;
height: 75px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
p {
font-size: 28px;
margin-top: 10px;
}
}
.icon-container {
position: fixed;
top: 404px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.blk-icon {
display: block;
font-size: 180px;
width: 180px;
height: 180px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.icon-label {
margin-top: 10px;
font-size: 30px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
p {
text-align: center;
font-size: 24px;
}
.provisions {
position: fixed;
left: 0;
right: 0;
bottom: 200px;
text-align: center;
margin-left: auto;
margin-right: auto;
a {
text-decoration: underline;
}
}
.yoho-img {
position: fixed;
bottom: 100px;
width: 214px;
height: 53px;
margin: 0 auto;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
background-image: url('/me/yoho.png');
}
}
.provisions {
margin: 20px 3%;
font-size: 30px;
width: 94%;
overflow: hidden;
h4 {
line-height: 60px;
}
ul {
list-style: disc;
list-style-position: inside;
margin-left: 10px;
margin-bottom: 15px;
}
p {
line-height: 40px;
margin-top: 40px;
}
}