图片修改

This commit is contained in:
杨航
2025-08-08 17:46:23 +08:00
parent ffd780290b
commit 4dca420a32
11 changed files with 13 additions and 11 deletions
@@ -64,7 +64,8 @@
padding: 2px 4px;
border-radius: 3px;
}
p,span,div{
p,span,div,li{
word-break: break-all;
line-height: 50rpx;
}
</style>
+2 -1
View File
@@ -9,7 +9,7 @@
>按住说话
</view>
<view class="touch-btn" v-if="keyboardIsShow">
<uv-input class="input-box" ref="inputRef" v-model="answerValue" :maxlength="props.textValueLength"
<uv-input class="input-box" ref="inputRef" v-model="answerValue" :maxlength="props.textValueLength" :adjustPosition="false"
placeholderStyle='color:#999999;font-size:26rpx' placeholder="请输入文字">
</uv-input>
</view>
@@ -181,6 +181,7 @@ const stopRecord = () => {
// }, 1000)
}
const closeModel = (cb = () => {}) => {
isStopNum.value = isStartNum.value
setTimeout(() => {
showTalkingModel.value = false
cb && cb()
+2 -2
View File
@@ -926,13 +926,13 @@ const chooseRateNow = (item) => {
display: flex;
flex-direction: column;
.top-bg{
background: linear-gradient(16deg,rgba(234,246,255,0) 0%,#c3e6ff 100%);
background: linear-gradient(16deg,rgba(234,246,255,0) 0%,#e6eafd 100%);
height: 480rpx;
width: 750rpx;
}
.bot-bg{
// background-color: #F6F8FF;
background: linear-gradient(136deg,rgba(234,246,255,0) 0%,#c3e6ff 100%);
background: linear-gradient(136deg,rgba(234,246,255,0) 0%,#e6eafd 100%);
width: 750rpx;
flex: 1;
}
+6 -6
View File
@@ -11,32 +11,32 @@
</view>
<view class="btns-cont" v-if="!props.isAnswering">
<view class="replay-btn" @click="reAnswer">
<image class="icon" src="@/static/images/dialog/answer-restart.png" style="width: 100%;height: 100%;"></image>
<image class="icon" src="@/static/images/dialog/answer-restart1.png" style="width: 100%;height: 100%;"></image>
</view>
<!-- <view class="replay-btn" @click="stopAnswer">
<image class="icon" src="@/static/images/dialog/answer-stop.png" style="width: 100%;height: 100%;"></image>
<image class="icon" src="@/static/images/dialog/answer-stop1.png" style="width: 100%;height: 100%;"></image>
</view> -->
<view class="replay-btn" @click="zanAnswer">
<image
class="icon"
src="@/static/images/dialog/answer-zan.png"
src="@/static/images/dialog/answer-zan1.png"
style="width: 100%;height: 100%;"
></image>
<image
class="icon"
src="@/static/images/dialog/answer-yizan.png"
src="@/static/images/dialog/answer-yizan1.png"
style="width: 100%;height: 100%;"
></image>
</view>
<view class="play-btn">
<image
class="icon"
src="@/static/images/dialog/answer-fankui.png"
src="@/static/images/dialog/answer-fankui1.png"
style="width: 100%;height: 100%;"
></image>
<image
class="icon"
src="@/static/images/dialog/answer-yifankui.png"
src="@/static/images/dialog/answer-yifankui1.png"
style="width: 100%;height: 100%;"
></image>
</view>
+1 -1
View File
@@ -577,7 +577,7 @@
}
.top-bg {
background: linear-gradient(16deg, rgba(234, 246, 255, 0) 0%, #c3e6ff 100%);
background: linear-gradient(16deg, rgba(234, 246, 255, 0) 0%, #e6eafd 100%);
height: 480rpx;
width: 100%;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB