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.
25 lines
370 B
25 lines
370 B
3 years ago
|
.order_top {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-around;
|
||
|
background-color: #FFFFFF;
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
|
||
|
.swiper_tab_list {
|
||
|
color: #888888;
|
||
|
}
|
||
|
|
||
|
.uni_tab_bar .active {
|
||
|
color: #000000;
|
||
|
margin-top: 17rpx;
|
||
|
background-color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.active .swiper_tab_line {
|
||
|
border-bottom: 4rpx solid #697BFF;
|
||
|
width: 100rpx;
|
||
|
margin: auto;
|
||
|
margin-top: 17rpx;
|
||
|
}
|