Blame view

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