king
2019-09-07 c2a10e60d47895a58007201fd1fa88e453ddd653
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
@import '../../assets/css/iconfont.css';
@import '../../assets/css/global.scss';
 
.footer-container{
  background-color: #fff;
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  bottom: 0;
  @include wh(100%, 4.5rem);
  display: flex;
  box-shadow: 0 -0.026667rem 0.053333rem rgba(0,0,0,.1);
  .guide-item {
    flex: 1;
    @include flex;
    text-align: center;
    flex-direction: column;
 
    .icon-changyonglogo40{
      @include font(3rem, #666);
      margin-top: -0.8rem;
    }
    .spec-text{
      margin-top: -0.8rem;
    }
    .icon-zhinanzhen{
      @include font(1.8rem, #666);
      margin-top: -0.2rem;
    }
    .icon-dingdan{
      @include font(1.7rem, #666);
      margin-top: -0.2rem;
    }
    .icon-account{
      @include font(1.8rem, #666);
      margin-top: -0.2rem;
      fill: $blue;
    }
    span{
      @include font(1.2rem, #666)
    }
  }
}
 
.active{
  color: $blue;
  font-size: 25px;
  .icon-style{
    color: $blue!important;
    font-weight: bold;
  }
  span{
    color: $blue!important;
  }
}