orderNav.ttss
708 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
41
42
43
.order-nav {
border-bottom: 1rpx solid #e0e0e0;
border-top: 1rpx solid #e0e0e0;
background: #fff;
position: fixed;
display: inline-block;
top: 120rpx;
width: 100%;
z-index: 1001;
}
.order-nav>view {
float: left;
height: 81rpx;
width: 25%;
line-height: 81rpx;
color: #b0b0b0;
font-size: 23.4rpx;
font-family: PingFang SC;
text-align: center;
}
.order-nav .nav-tap {
display: block;
height: 100%;
width: 100%;
color: #b0b0b0;
font-size: 28rpx;
font-family: PingFang SC;
}
.nav-tapButton {
background-color: red;
width: 187rpx;
height: 81rpx;
opacity: 0;
position: absolute;
top: 0rpx;
}
.order-nav>view.active .nav-tap {
color: #444444;
}