You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
883 B

.navTab {
background: #FAFAFA;
box-shadow: 0 1px 0 0 #E6E6E6;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-around;
justify-content: space-around;
top: 160rpx;
left: 0;
position: fixed;
z-index: 999;
width: 750rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.tabItem {
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.orderGe {
color: #D8D8D8;
margin-left: 16rpx;
margin-right: 16rpx;
font-size: 28rpx;
}
.tabTxt {
font-size: 28rpx;
color: #666666;
text-align: left;
height: 70rpx;
line-height: 70rpx;
}
.tabItemOn {
color: #0DC99E;
}
.tabItemOnLine {
background: #0DC99E;
height: 4rpx;
width: 100rpx;
position: absolute;
bottom: -2rpx;
left: -10rpx;
}