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.
44 lines
692 B
44 lines
692 B
|
|
.InvestmentGuide{ |
|
width: 100%; |
|
position: relative; |
|
height: auto; |
|
.swiper_tab_list { |
|
} |
|
|
|
.uni_swiper_tab{ |
|
width: 100%; |
|
// height: 100rpx; |
|
display: flex; |
|
height: 100rpx; |
|
background-color: #FFFFFF; |
|
justify-content: space-around; |
|
} |
|
.active .swiper_tab_line { |
|
width: 120rpx; |
|
margin: auto; |
|
margin-top: 17rpx; |
|
} |
|
.swiper_tab_list{ |
|
margin-top: 30rpx; |
|
} |
|
.uni_tab_bar .newactive{ |
|
color: #697BFF; |
|
// margin-top: 17rpx; |
|
background-color: #FFFFFF; |
|
vertical-align: middle; |
|
} |
|
.popup-content{ |
|
.text{ |
|
text-align: center; |
|
color: #909399; |
|
width: 100%; |
|
height: 150rpx; |
|
line-height: 150rpx; |
|
font-size: 28rpx; |
|
} |
|
.active{ |
|
color: #697BFF; |
|
} |
|
} |
|
} |