liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
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
@import "../../base/fn";
 
.weui-footer {
    color: @weuiTextColorGray;
    font-size: 14px;
    text-align: center;
    a{
        color: @weuiLinkColorDefault;
    }
}
.weui-footer_fixed-bottom{
    position: fixed;
    bottom: .52em;
    left: 0;
    right: 0;
}
.weui-footer__links{
    font-size: 0;
}
.weui-footer__link{
    display: inline-block;
    vertical-align: top;
    margin: 0 .62em;
    position: relative;
    font-size: 14px;
    &:before{
        .setLeftLine();
        left: -.65em;
        top: .36em;
        bottom: .36em;
    }
    &:first-child{
        &:before{
            display: none;
        }
    }
}
.weui-footer__text{
    padding: 0 .34em;
    font-size: 12px;
}