|
|
|
@ -15,7 +15,7 @@ |
|
|
|
<!-- 四大功能模块 --> |
|
|
|
<view class="select"> |
|
|
|
<view class="selectItem" @click="toMain('主力追踪')"> |
|
|
|
<image class="img" src="/static/deepExploration-images/icon3.png" mode="aspectFill"></image> |
|
|
|
<image class="img" src="/static/deepExploration-images/icon1.png" mode="aspectFill"></image> |
|
|
|
<view class="txt">主力追踪</view> |
|
|
|
</view> |
|
|
|
<view class="selectItem" @click="toMain('主力雷达')"> |
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
<view class="txt">主力雷达</view> |
|
|
|
</view> |
|
|
|
<view class="selectItem" @click="toMain('主力解码')"> |
|
|
|
<image class="img" src="/static/deepExploration-images/icon1.png" mode="aspectFill"></image> |
|
|
|
<image class="img" src="/static/deepExploration-images/icon3.png" mode="aspectFill"></image> |
|
|
|
<view class="txt">主力解码</view> |
|
|
|
</view> |
|
|
|
<view class="selectItem" @click="toMain('主力资金流')"> |
|
|
|
@ -363,17 +363,18 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.viewAll { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
background-color: #000000; |
|
|
|
border-radius: 10rpx; |
|
|
|
padding: 6rpx 20rpx; |
|
|
|
padding: 10rpx 20rpx; |
|
|
|
color: #ffffff; |
|
|
|
font-family: "PingFang SC"; |
|
|
|
font-size: 24rpx; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 100; |
|
|
|
font-weight: 500; |
|
|
|
line-height: 29rpx; |
|
|
|
height: 40rpx; |
|
|
|
width: 140rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|