-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBottom.css
More file actions
79 lines (71 loc) · 1.42 KB
/
Bottom.css
File metadata and controls
79 lines (71 loc) · 1.42 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
.bottom-container {
max-width: 1120px;
background: #fff;
margin: 0 auto;
}
.info-bottom-area {
margin-top: 50px;
width: 100%;
/*min-height: 500px;*/
background-color: #f4f4f4;
}
.bottom-content > div > p {
margin-top: 15px;
font-size: 16px;
line-height: 25px;
font-weight: normal;
margin-bottom: 15px;
}
.bottom-content-box {
padding: 100px 0 30px 0;
}
@media screen and (min-width: 285px) {
.bottom-content {
padding:10px;
width: 100%;
font-size: 16px;
font-weight: 600;
}
.bottom-content .left {
margin:auto;
padding: 10px;
}
.bottom-content .right {
width: 100%;
}
.info-bottom-area {
padding:15px;
}
}
@media screen and (min-width: 450px) {
.bottom-content .right {
max-width: 300px;
max-height: 300px;
}
}
@media screen and (min-width: 850px) {
.info-bottom-area {
padding:70px;
}
.bottom-content {
padding:0px 100px 0px 100px;
justify-self: center;
display: flex;
font-size: 18px;
font-weight: 600;
line-height: 36px;
margin-bottom: 30px;
}
.bottom-content .left {
flex: 2;
}
.bottom-content .right {
max-width: 300px;
max-height: 300px;
flex: 1;
}
.bottom-content > div > p {
margin-top: 35px;
margin-bottom: 15px;
}
}