Browse Source

home页的耳机和铃铛图标换成图片;

zhaowenkang/feature-20251028181547-行情页面
宋杰 1 month ago
parent
commit
97c39e1020
  1. 10
      pages/home/home.vue

10
pages/home/home.vue

@ -6,11 +6,11 @@
<!-- 头部导航 --> <!-- 头部导航 -->
<view class="header"> <view class="header">
<view class="headphone-icon"> <view class="headphone-icon">
<uni-icons type="headphones" size="24"></uni-icons>
<image src="https://d31zlh4on95l9h.cloudfront.net/images/bef2edba6cc0c85671fde07cfab5270d.png" class="header-icon-image"></image>
</view> </view>
<view class="title">DeepChart</view> <view class="title">DeepChart</view>
<view class="notification-icon"> <view class="notification-icon">
<uni-icons type="notification" size="24"></uni-icons>
<image src="https://d31zlh4on95l9h.cloudfront.net/images/2554c84b91712d2a6cb6b00380e63bac.png" class="header-icon-image"></image>
</view> </view>
</view> </view>
@ -245,6 +245,12 @@ export default {
justify-content: center; justify-content: center;
} }
.header-icon-image {
width: 24px;
height: 24px;
object-fit: contain;
}
.content-container { .content-container {
flex: 1; flex: 1;
padding: 10px; padding: 10px;

Loading…
Cancel
Save