更新羽声语音h5

This commit is contained in:
yziiy
2025-10-23 16:04:28 +08:00
parent f77801f9a1
commit 4fc72fbffe
228 changed files with 5384 additions and 4065 deletions

View File

@@ -50,7 +50,9 @@
{{item.updatetime}}
</view>
<!-- -->
<img v-if="item.is_deal === 2" style="width: 100rpx;height: 100rpx;position: absolute; right: 5%;bottom: 2%;" :src="icon" alt="" />
<img v-if="item.is_deal === 2"
style="width: 100rpx;height: 100rpx;position: absolute; right: 5%;bottom: 2%;"
:src="icon" alt="" />
</view>
</view>
</view>
@@ -66,7 +68,7 @@
<view class="footer-button flex-line" @click="operate(index)" v-for="(item,index) in footerList"
:key="index">
<view class="icon">
<uni-icons :type="item.icon" :color="footerIndex === index ? '#0DFFB9' : '#333'"
<uni-icons :type="item.icon" :color="footerIndex === index ? $config.BASR_COLOR : '#333'"
size="20"></uni-icons>
</view>
<view :class="footerIndex === index ? 'active' : ''" class="title ml-6 color-3 font-28 font-w400">
@@ -93,7 +95,7 @@
data() {
return {
logo,
icon:Icon,
icon: Icon,
footerList: [{
title: '意见反馈',
icon: 'mail-open'
@@ -154,9 +156,9 @@
this.dataList = []
this.getUserFeedList()
}
setTimeout(()=> {
setTimeout(() => {
this.footerIndex = index
},500)
}, 500)
},
async getUserFeedList() {
await http.get('/api/Suggest/my_suggest', {
@@ -255,16 +257,23 @@
width: 100vw;
min-height: 100vh;
background-color: #F8F8F8;
.text-content-image{
.text-content-image {
width: calc(100% - 260rpx);
position: relative;
display: inline-flex;flex-wrap: wrap;align-content: space-between;
display: inline-flex;
flex-wrap: wrap;
align-content: space-between;
}
.text-content{
.text-content {
width: 100%;
position: relative;
display: inline-flex;flex-wrap: wrap;align-content: space-between;
display: inline-flex;
flex-wrap: wrap;
align-content: space-between;
}
.footer {
width: 100%;
height: 98rpx;
@@ -287,7 +296,7 @@
}
.active {
color: #0DFFB9
color: var(--primary-color);
}
}
@@ -321,16 +330,19 @@
border-radius: 22rpx;
margin-bottom: 24rpx;
width: calc(100% - 48rpx);
.box-top-line{
.box-top-line {
width: 100%;
display: inline-flex;
justify-content: flex-start;
position: relative;
}
.new-box-image {
width: 240rpx;
height: 184rpx;
border-radius: 12rpx;
img {
border-radius: 12rpx;
}
@@ -361,7 +373,9 @@
.confirm-button {
width: 600rpx;
height: 84rpx;
background: #0DFFB9;
background: var(--primary-color);
font-size: var(--font-button-size);
color: var(--font-button-color);
border-radius: 106rpx;
display: inline-flex;
justify-content: center;