tabCell.ttss
1.21 KB
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
.tab-swiper-navbar {
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
z-index: 500;
top: 0;
width: 100%;
height: 96rpx;
border-top: 2rpx solid #eeeeee;
border-bottom: 2rpx solid #eeeeee;
}
.tab-swiper-navbar-item-space {
width: 0rpx;
}
.tab-swiper-navbar-item {
display: flex;
flex-direction: row;
position: relative;
padding: 20rpx 0;
text-align: center;
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 28rpx;
color: #999999;
align-self: center;
align-items: center;
}
.tab-swiper-navbar-item-on {
color: #000000;
font-weight: bold;
/* font-size: 40rpx; */
font-family: PingFang-SC-Medium;
border-bottom: 6rpx solid #000000;
}
.tab-swiper-navbar-slider {
position: absolute;
display: block;
content: " ";
transition: transform .3s;
}
.tab-swiper-navbar-title {
display: inline-block;
font-size: 30rpx;
max-width: 8em;
text-align: center;
}
.tab-swiper-navtab-content {
position: absolute;
top: 68rpx;
left: 0px;
width: 100%;
height: 100%;
}
.tab-swiper-navbar-icon {
width: 20rpx;
height: 28rpx;
align-self: center;
}