index.wxss
970 字节
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
/* custom-tab-bar/index.wxss */
.tab-bar{
height: 148rpx;
background-color: #ffffff;
display: flex;
border-top: 1rpx solid #f9f9f9;
box-shadow: 0 0 5rpx #f8f8f8;
}
.tab-bar-item{
display: flex;
flex: 1;
justify-content: center;
/* align-items: center; */
position: relative;
}
.bar_item{
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
margin-top: 19rpx;
}
.bar_scan_item{
margin-top: 13rpx;
}
.icon{
width: 36rpx;
height: 36rpx;
}
.icon_scan{
width: 80rpx;
height: 64rpx;
}
.text{
/* font-size: 26rpx;
padding: 0 5rpx;
letter-spacing: 0.1rem;
display: none; */
font-weight: 500;
font-size: 18rpx;
color: #8F9095;
margin-top: 2rpx;
}
.active{
/* color: #10B981;
display: block;
font-weight: 800; */
color: #004487;
}
.bg-item{
position: absolute;
width: 80%;
top: 15rpx;
bottom: 15rpx;
border-radius: 40rpx;
background-color:rgba(52, 211, 153,0.15);
}