Browse Source

样式优化

dongqian/feature-20251022181325-deepmate简版
ZhangYong 3 weeks ago
parent
commit
3e9e7c6efd
  1. 2
      api/tcpConnection.js
  2. 7
      pages/deepExploration/MainForceActions.vue
  3. 13
      pages/deepExploration/deepExploration.vue
  4. BIN
      static/deepExploration-images/1.png
  5. BIN
      static/deepExploration-images/2.png
  6. BIN
      static/deepExploration-images/3.png
  7. BIN
      static/deepExploration-images/4.png
  8. BIN
      static/deepExploration-images/history.png
  9. BIN
      static/deepExploration-images/icon1.png
  10. BIN
      static/deepExploration-images/icon2.png
  11. BIN
      static/deepExploration-images/icon3.png
  12. BIN
      static/deepExploration-images/icon4.png
  13. BIN
      static/deepExploration-images/notice.png
  14. BIN
      static/deepExploration-images/search.png

2
api/tcpConnection.js

@ -6,7 +6,7 @@
*/ */
// 引用TCP插件 // 引用TCP插件
const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
// const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
// const TCPSocket = uni.requireNativePlugin("Aimer-TCPPlugin"); // const TCPSocket = uni.requireNativePlugin("Aimer-TCPPlugin");
// TCP连接配置 // TCP连接配置

7
pages/deepExploration/MainForceActions.vue

@ -7,7 +7,7 @@
<view class="search"> <view class="search">
<input v-model="searchName" class="searchInput" type="text" placeholder="请输入股票名称、股票代码" <input v-model="searchName" class="searchInput" type="text" placeholder="请输入股票名称、股票代码"
placeholder-style="color: #A6A6A6; font-size: 22rpx;" />
placeholder-style="color: #A6A6A6; font-size: 28rpx;" />
<image @click="searchStock" class="seachIcon" src="/static/deepExploration-images/search.png" <image @click="searchStock" class="seachIcon" src="/static/deepExploration-images/search.png"
mode="aspectFill"></image> mode="aspectFill"></image>
</view> </view>
@ -549,7 +549,6 @@
onMounted(async () => { onMounted(async () => {
iSMT.value = uni.getSystemInfoSync().statusBarHeight iSMT.value = uni.getSystemInfoSync().statusBarHeight
getUserInfo() getUserInfo()
await getServerData() //
await handleModels() await handleModels()
unwatch = watch( unwatch = watch(
@ -635,6 +634,7 @@
.searchInput { .searchInput {
color: #111; color: #111;
width: 100%;
} }
} }
@ -791,9 +791,10 @@
} }
text { text {
margin-left: 5rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
color: #000000; color: #000000;
padding: 0 22rpx;
padding: 5rpx 22rpx;
border-radius: 22rpx; border-radius: 22rpx;
font-size: 28rpx; font-size: 28rpx;
font-weight: 400; font-weight: 400;

13
pages/deepExploration/deepExploration.vue

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

BIN
static/deepExploration-images/1.png

Before

Width: 750  |  Height: 198  |  Size: 35 KiB

After

Width: 750  |  Height: 198  |  Size: 36 KiB

BIN
static/deepExploration-images/2.png

Before

Width: 750  |  Height: 198  |  Size: 36 KiB

After

Width: 750  |  Height: 198  |  Size: 38 KiB

BIN
static/deepExploration-images/3.png

Before

Width: 750  |  Height: 198  |  Size: 37 KiB

After

Width: 750  |  Height: 198  |  Size: 38 KiB

BIN
static/deepExploration-images/4.png

Before

Width: 750  |  Height: 198  |  Size: 35 KiB

After

Width: 750  |  Height: 198  |  Size: 35 KiB

BIN
static/deepExploration-images/history.png

Before

Width: 16  |  Height: 15  |  Size: 797 B

After

Width: 32  |  Height: 30  |  Size: 2.3 KiB

BIN
static/deepExploration-images/icon1.png

Before

Width: 40  |  Height: 40  |  Size: 1.9 KiB

After

Width: 80  |  Height: 80  |  Size: 3.9 KiB

BIN
static/deepExploration-images/icon2.png

Before

Width: 40  |  Height: 40  |  Size: 2.6 KiB

After

Width: 80  |  Height: 80  |  Size: 6.9 KiB

BIN
static/deepExploration-images/icon3.png

Before

Width: 40  |  Height: 40  |  Size: 1.7 KiB

After

Width: 80  |  Height: 80  |  Size: 4.6 KiB

BIN
static/deepExploration-images/icon4.png

Before

Width: 40  |  Height: 40  |  Size: 1.5 KiB

After

Width: 80  |  Height: 80  |  Size: 3.4 KiB

BIN
static/deepExploration-images/notice.png

Before

Width: 18  |  Height: 18  |  Size: 523 B

After

Width: 36  |  Height: 36  |  Size: 1.1 KiB

BIN
static/deepExploration-images/search.png

Before

Width: 16  |  Height: 16  |  Size: 522 B

After

Width: 32  |  Height: 32  |  Size: 1.0 KiB

Loading…
Cancel
Save