Blame view

app/static/css/public/footer.css 1.21 KB
7820380e   “wangming”   1
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
  .fot {
    width: 1920px;
    margin: 0 auto;
    margin-top: 70px;
  }
  
  .fot .all_ul {
    width: 100%;
    padding: 33px 0px 40px 0px;
    background-color: #F7F7F9;
    display: flex;
    justify-content: space-evenly;
  }
  
  .fot .all_ul .ul1 span {
    font-size: 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 900;
    color: #3D3D3D;
    line-height: 56px;
  }
  
  .fot .all_ul .ul1 ul li {
    font-size: 13px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    color: #757575;
    line-height: 18px;
    margin: 10px 0px;
  }
  
  .fot .bot_logo {
    width: 100%;
    background-color: #354C96;
    padding: 10px 0;
  }
  
  .fot .bot_logo .logo_text {
    width: 81.25rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .fot .bot_logo .logo_text .lef {
    display: flex;
    align-items: center;
  }
  
  .fot .bot_logo .logo_text .lef img {
    height: 59.84px;
  }
  
  .fot .bot_logo .logo_text .lef span {
    margin-left: 80px;
    font-size: 14px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
  }
  
  .fot .bot_logo p {
    font-size: 14px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
  }