|
|
@ -6,8 +6,11 @@ |
|
|
<image src="https://d31zlh4on95l9h.cloudfront.net/images/f91e09b5987802185e7679055dafd272.svg" class="icon"> |
|
|
<image src="https://d31zlh4on95l9h.cloudfront.net/images/f91e09b5987802185e7679055dafd272.svg" class="icon"> |
|
|
</image> |
|
|
</image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="header-center"> |
|
|
|
|
|
<text class="title">DeepMate</text> |
|
|
|
|
|
|
|
|
<view class="header-center" |
|
|
|
|
|
> |
|
|
|
|
|
<text class="title" |
|
|
|
|
|
:style="{ paddingTop: safeAreaInsets?.top + 'px' }" |
|
|
|
|
|
>DeepMate</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="header-right"> |
|
|
<view class="header-right"> |
|
|
<image src="https://d31zlh4on95l9h.cloudfront.net/images/d7c4e74201213a25dd9574e908233928.svg" class="icon"> |
|
|
<image src="https://d31zlh4on95l9h.cloudfront.net/images/d7c4e74201213a25dd9574e908233928.svg" class="icon"> |
|
|
@ -910,7 +913,7 @@ function getDataInfo() { |
|
|
.loading-dots { |
|
|
.loading-dots { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
padding-top: 10rpx; |
|
|
|
|
|
|
|
|
/* padding-top: 10rpx; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.dot { |
|
|
.dot { |
|
|
@ -1145,9 +1148,9 @@ function getDataInfo() { |
|
|
.history-time { margin-top: 8rpx; font-size: 22rpx; color: #888888; } |
|
|
.history-time { margin-top: 8rpx; font-size: 22rpx; color: #888888; } |
|
|
.empty-history { padding: 40rpx; color: #999999; text-align: center; } |
|
|
.empty-history { padding: 40rpx; color: #999999; text-align: center; } |
|
|
.thinking-process { |
|
|
.thinking-process { |
|
|
margin: 20rpx 0; |
|
|
|
|
|
|
|
|
margin: 10rpx 0; |
|
|
border: 2rpx solid #e5e5e5; |
|
|
border: 2rpx solid #e5e5e5; |
|
|
border-radius: 2rpx; |
|
|
|
|
|
|
|
|
border-radius: 20rpx; |
|
|
background-color: #f9f9f9; |
|
|
background-color: #f9f9f9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -1157,6 +1160,7 @@ function getDataInfo() { |
|
|
padding: 20rpx 30rpx; |
|
|
padding: 20rpx 30rpx; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
|
|
|
border-radius: 20rpx; |
|
|
border-bottom: 2rpx solid #e5e5e5; |
|
|
border-bottom: 2rpx solid #e5e5e5; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|