|
|
|
@ -6,11 +6,11 @@ |
|
|
|
<!-- 头部导航 --> |
|
|
|
<view class="header"> |
|
|
|
<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 class="title">DeepChart</view> |
|
|
|
<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> |
|
|
|
|
|
|
|
@ -245,6 +245,12 @@ export default { |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
|
|
|
|
.header-icon-image { |
|
|
|
width: 24px; |
|
|
|
height: 24px; |
|
|
|
object-fit: contain; |
|
|
|
} |
|
|
|
|
|
|
|
.content-container { |
|
|
|
flex: 1; |
|
|
|
padding: 10px; |
|
|
|
|