mall.less
791 Bytes
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
@charset "UTF-8";
.mall-box {
overflow: hidden;
/deep/ .van-pull-refresh {
.van-pull-refresh__track {
.van-pull-refresh__head {
font-size: 30px;
}
}
}
.back-box{
position: fixed;
left: 0;
top: 0;
background-color: #ffffff;
z-index:1000
}
.pl {
background-color: transparent;
width: 100%;
&.is-open-app {
height: 144px;
}
&.is-cnlive {
height: 123px;
}
}
.navs-box {
/deep/.icon-swiper-box {
.swipe {
&.van-swipe {
.icons-com {
width: 20%;
}
}
}
}
}
}