|
|
@@ -36,70 +36,9 @@ |
|
|
|
:class="{active: item.bg < playNow && item.ed > playNow && i==0}" |
|
|
|
v-for="(item,index) in dialog.message" :key="index" :data-speaker="item.speaker"> |
|
|
|
<view class="avatar"> |
|
|
|
<view v-if="item.speaker == 1" style="color: #60CBEC;"> |
|
|
|
<view :style="[SPEAKERSTYLE(item.speaker)]"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>A</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 2" style="color: #EC8B47;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>B</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 3" style="color: #4F861E;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>C</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 4" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>D</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 5" style="color: #4980C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>E</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view v-if="item.speaker == 6" style="color: #60CBEC;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>F</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 7" style="color: #EC8B47;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>G</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 8" style="color: #4F861E;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>H</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 9" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>I</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 10" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>J</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 11" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>K</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 12" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>L</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 13" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>M</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 14" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>N</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 15" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>O</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.speaker == 16" style="color: #9F61C8;"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image> |
|
|
|
<text v-else>P</text> |
|
|
|
<text v-else>{{ item.speaker | toCapital }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="content"> |
|
|
@@ -126,24 +65,12 @@ |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
<view class="bottombox"> |
|
|
|
<!-- <LongAudio :customerId="customerId" :infos="infos" :roleindex="roleindex"></LongAudio> --> |
|
|
|
<!-- 播放块 --> |
|
|
|
<view class="bottomhead"> |
|
|
|
<view class="audio-play" @tap="changePlayState"> |
|
|
|
<image class="image" mode="widthFix" |
|
|
|
:src="audioPlay ? 'https://qufang.oss-cn-beijing.aliyuncs.com/upload/icon/xcx/jjycrm/pause.png' : 'https://qufang.oss-cn-beijing.aliyuncs.com/upload/icon/xcx/jjycrm/play.png'"> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
<view class="audio-slider"> |
|
|
|
<view class="audio-time"> |
|
|
|
<text>{{currentTimeStr}}</text> |
|
|
|
</view> |
|
|
|
<slider class="slider" min="0" :max="sliderMax" @change="sliderChangeComplate" block-size="14" |
|
|
|
:value="sliderValue" activeColor="blue"></slider> |
|
|
|
<view class="audio-time"> |
|
|
|
<text>{{timeStr}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 播放块 :src="recordPath" --> |
|
|
|
<yz-audio ref="zyAudio" @timeUpdate="TimeUpdate" @sliderChangeComplate="sliderChangeComplate"></yz-audio> |
|
|
|
|
|
|
|
<!-- 底部弹框 --> |
|
|
|
<view class="botbotmm"> |
|
|
|
<view class="tmmchen" @click="guanjiancishifo()"> |
|
|
@@ -259,7 +186,7 @@ |
|
|
|
</view> |
|
|
|
<view |
|
|
|
style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;"> |
|
|
|
<view style="width: 25%;color: #666666;font-size: 26rpx;">意向客户</view> |
|
|
|
<view style="width: 25%;color: #666666;font-size: 26rpx;">意向项目</view> |
|
|
|
<view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.projectName}}</view> |
|
|
|
</view> |
|
|
|
<view |
|
|
@@ -420,7 +347,8 @@ |
|
|
|
</view> |
|
|
|
<view class="bioqianwayl" v-if="item.isshow==true"> |
|
|
|
<view class="jiangshang" v-for="(chend,i) in item.children" :key='i' v-if="chend.selected==0"> |
|
|
|
{{chend.text}}</view> |
|
|
|
{{chend.text}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -578,6 +506,7 @@ |
|
|
|
roleisshaw: false, |
|
|
|
roleindexrow: 0, |
|
|
|
roletiaoshu: 0, |
|
|
|
infos: null |
|
|
|
}; |
|
|
|
}, |
|
|
|
onLoad: function(options) { |
|
|
@@ -586,6 +515,12 @@ |
|
|
|
this.itemobj = uni.getStorageSync('searchobj'); |
|
|
|
console.log(this.itemobj) |
|
|
|
this.stateisshow = options.stateisshow; |
|
|
|
uni.$on("playNows", (val) => { |
|
|
|
this.playNow = val; |
|
|
|
}) |
|
|
|
uni.$on("scrollIds", (val) => { |
|
|
|
this.scrollId = val; |
|
|
|
}) |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
this.Menulist = uni.getStorageSync('weapp_session_Menu_data'); |
|
|
@@ -608,45 +543,17 @@ |
|
|
|
} |
|
|
|
this.roleindex = 0; |
|
|
|
if (this.stateisshow == 2) { |
|
|
|
var info = this.itemobj; |
|
|
|
this.infos = this.itemobj; |
|
|
|
} else { |
|
|
|
var pages = getCurrentPages(); |
|
|
|
var currPage = pages[pages.length - 1]; //当前页面 |
|
|
|
var info = currPage.data.info; |
|
|
|
this.infos = currPage.data.info; |
|
|
|
} |
|
|
|
this.gituserlist() |
|
|
|
this.innerAudioContext = uni.createInnerAudioContext(); |
|
|
|
this.innerAudioContext.autoplay = false; |
|
|
|
this.innerAudioContext.title = '音频'; |
|
|
|
|
|
|
|
this.onPlay() |
|
|
|
this.onPause() |
|
|
|
this.onCanplay() |
|
|
|
this.onEnded() |
|
|
|
this.onSeeking() |
|
|
|
this.onSeeked() |
|
|
|
this.TimeUpdate() |
|
|
|
this.init(info) |
|
|
|
this.init(this.infos) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
onHide() { |
|
|
|
if (this.innerAudioContext) { |
|
|
|
//暂停 |
|
|
|
this.innerAudioContext.pause() |
|
|
|
// 销毁 |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
onUnload() { |
|
|
|
if (this.innerAudioContext) { |
|
|
|
//暂停 |
|
|
|
this.innerAudioContext.pause() |
|
|
|
// 销毁 |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
methods: { |
|
|
|
rolexuanze(index) { |
|
|
|
this.roleindexrow = index; |
|
|
@@ -682,7 +589,6 @@ |
|
|
|
}, |
|
|
|
argece(item) { |
|
|
|
console.log(item) |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
if (item.selected == 0) { |
|
|
|
console.log(item) |
|
|
|
uni.navigateTo({ |
|
|
@@ -726,7 +632,6 @@ |
|
|
|
}, |
|
|
|
//评分点击 |
|
|
|
clickaudeopal(item) { |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
if (item.selected == 0) { |
|
|
|
console.log(item) |
|
|
|
uni.navigateTo({ |
|
|
@@ -751,7 +656,6 @@ |
|
|
|
this.Acquirecustomerintentlist2[i].isshow = !this.Acquirecustomerintentlist2[i].isshow; |
|
|
|
}, |
|
|
|
tocalibration() { |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/mine/calibration?id=' + this.customerId |
|
|
|
}); |
|
|
@@ -949,7 +853,6 @@ |
|
|
|
}, |
|
|
|
guanjiancishifo() { |
|
|
|
// this.guanjianciishow=!this.guanjianciishow; |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
|
|
|
|
this.stateisshow = 1; |
|
|
|
uni.navigateTo({ |
|
|
@@ -1054,7 +957,7 @@ |
|
|
|
this.roleindexbiaoji = data.data.data.speaker - 1; |
|
|
|
this.dshfkjsdkksodofydwfkhwdfkjh = data.data.data.speaker - 1; |
|
|
|
} |
|
|
|
if (this.roleindex > this.tablist.length - 1) { |
|
|
|
if (this.roleindex > this.tablist.length - 1) { |
|
|
|
this.roleindex = this.tablist.length - 1 |
|
|
|
this.fenjiaoseunfo() |
|
|
|
} |
|
|
@@ -1082,7 +985,6 @@ |
|
|
|
}) |
|
|
|
}, |
|
|
|
toKeywordsearch() { |
|
|
|
this.innerAudioContext.destroy(); |
|
|
|
|
|
|
|
this.stateisshow = 1; |
|
|
|
uni.navigateTo({ |
|
|
@@ -1090,92 +992,25 @@ |
|
|
|
"&skpl=" + "1" |
|
|
|
}) |
|
|
|
}, |
|
|
|
onPlay() { |
|
|
|
this.innerAudioContext.onPlay(() => { |
|
|
|
// 播放监听 |
|
|
|
console.log('播放!'); |
|
|
|
this.audioPlay = true; |
|
|
|
wx.enableAlertBeforeUnload({ |
|
|
|
message: "是否确认退出详情页面?", |
|
|
|
success: function(res) { |
|
|
|
console.log("方法注册成功:", res); |
|
|
|
}, |
|
|
|
fail: function(errMsg) { |
|
|
|
console.log("方法注册失败:", errMsg); |
|
|
|
}, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
onPause() { |
|
|
|
this.innerAudioContext.onPause(() => { |
|
|
|
wx.disableAlertBeforeUnload({ |
|
|
|
success: function(res) { |
|
|
|
console.log(res) |
|
|
|
}, |
|
|
|
fail: function(e) { |
|
|
|
console.log(e) |
|
|
|
} |
|
|
|
}); |
|
|
|
// 暂停监听 |
|
|
|
console.log('暂停播放!'); |
|
|
|
this.audioPlay = false |
|
|
|
}); |
|
|
|
}, |
|
|
|
onCanplay() { |
|
|
|
this.innerAudioContext.onCanplay((callback) => { |
|
|
|
console.log("缓冲回调", this.innerAudioContext.duration); |
|
|
|
}) |
|
|
|
}, |
|
|
|
onEnded() { |
|
|
|
this.innerAudioContext.onEnded(() => { |
|
|
|
// 结束播放监听 |
|
|
|
console.log('播放结束!'); |
|
|
|
this.audioPlay = false; |
|
|
|
}); |
|
|
|
}, |
|
|
|
onSeeking() { |
|
|
|
this.innerAudioContext.onSeeking((res) => { |
|
|
|
console.log("进行跳转", res); |
|
|
|
}) |
|
|
|
}, |
|
|
|
onSeeked() { |
|
|
|
this.innerAudioContext.onSeeked((res) => { |
|
|
|
console.log("结束跳转", res); |
|
|
|
this.$forceUpdate() |
|
|
|
}); |
|
|
|
}, |
|
|
|
TimeUpdate() { |
|
|
|
this.innerAudioContext.onTimeUpdate(() => { |
|
|
|
// var pages = getCurrentPages(); |
|
|
|
// if(pages[pages.length-1].route!="pages/mine/details2"){ |
|
|
|
// this.innerAudioContext.destroy(); |
|
|
|
// } |
|
|
|
const { |
|
|
|
currentTime, |
|
|
|
duration |
|
|
|
} = this.innerAudioContext; |
|
|
|
console.log(currentTime, 'TimeUpdate, currentTime') |
|
|
|
this.playNow = parseInt(currentTime * 1000) |
|
|
|
console.log(this.playNow) |
|
|
|
if (this.dialogList.length == 0) { |
|
|
|
return |
|
|
|
} else { |
|
|
|
const message = this.dialogList[0].message; |
|
|
|
for (let i = 0; i < message.length; i++) { |
|
|
|
if (Number(message[i].bg) < this.playNow && Number(message[i].ed) > this.playNow) { |
|
|
|
this.scrollId = "dialog" + this.csdFileindex + "text" + message[i].bg; |
|
|
|
break; |
|
|
|
} |
|
|
|
|
|
|
|
TimeUpdate(e) { |
|
|
|
const { |
|
|
|
currentTime, |
|
|
|
duration |
|
|
|
} = e |
|
|
|
this.playNow = parseInt(currentTime * 1000) |
|
|
|
if (this.dialogList.length == 0) { |
|
|
|
return |
|
|
|
} else { |
|
|
|
const message = this.dialogList[0].message; |
|
|
|
for (let i = 0; i < message.length; i++) { |
|
|
|
if (Number(message[i].bg) < this.playNow && Number(message[i].ed) > this.playNow) { |
|
|
|
this.scrollId = "dialog" + this.csdFileindex + "text" + message[i].bg; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
const currTimeStr = this.formatTime(currentTime); |
|
|
|
this.sliderValue = parseInt(currentTime); |
|
|
|
// 变动的时间 |
|
|
|
this.currentTimeStr = currTimeStr; |
|
|
|
//进度条最大值 |
|
|
|
this.sliderMax = this.luyinList[this.csdFileindex].recordDuration; |
|
|
|
this.$forceUpdate() |
|
|
|
}); |
|
|
|
} |
|
|
|
this.$forceUpdate() |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@@ -1202,34 +1037,26 @@ |
|
|
|
if (info.bg != 0) { |
|
|
|
this.luyinList = res; |
|
|
|
this.recordPath = res[0].recordPath |
|
|
|
this.sliderMax = this.getTime(res[0].recordDuration) |
|
|
|
this.timeStr = this.getTime(res[0].recordDuration) |
|
|
|
this.date = res[0].receptionTime; |
|
|
|
|
|
|
|
this.getCorpusAnalysis(info); |
|
|
|
this.creatAudio() |
|
|
|
} else { |
|
|
|
this.luyinList = res; |
|
|
|
this.recordPath = res[0].recordPath |
|
|
|
this.sliderMax = this.getTime(res[0].recordDuration) |
|
|
|
this.timeStr = this.getTime(res[0].recordDuration) |
|
|
|
this.date = res[0].receptionTime; |
|
|
|
|
|
|
|
this.getCorpusAnalysis(info); |
|
|
|
this.creatAudio() |
|
|
|
} |
|
|
|
|
|
|
|
this.zyAudio() |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
//搜索跳转 |
|
|
|
adasdasdasd(e) { |
|
|
|
const currTimeStr = this.formatTime(e) |
|
|
|
this.currentTimeStr = currTimeStr |
|
|
|
this.innerAudioContext.seek(e); |
|
|
|
this.$refs.zyAudio.seek(e) |
|
|
|
if (uni.getStorageSync('entrance') == 1) { |
|
|
|
return |
|
|
|
} else { |
|
|
|
this.innerAudioContext.play(); |
|
|
|
this.$refs.zyAudio.play(); |
|
|
|
} |
|
|
|
}, |
|
|
|
//下一页 |
|
|
@@ -1682,7 +1509,6 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
}) |
|
|
|
this.newluyinList = jsonInfo; |
|
|
|
this.dialogList.push(jsonInfo[this.textindex]); |
|
|
@@ -1693,21 +1519,18 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getTime(time) { |
|
|
|
return util.formatSecond(time) |
|
|
|
}, |
|
|
|
// 录音暂停播放 |
|
|
|
changePlayState() { |
|
|
|
if (this.audioPlay == false) { |
|
|
|
this.innerAudioContext.play(); |
|
|
|
} else { |
|
|
|
this.innerAudioContext.pause() |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
//音频前进回退 |
|
|
|
sliderChangeComplate(e) { |
|
|
|
if (e.isType == 'audio') { |
|
|
|
this.$refs.zyAudio.pause() |
|
|
|
} else { |
|
|
|
this.$refs.zyAudio.audioPause() |
|
|
|
} |
|
|
|
let platetime = e.detail.value * 1000; |
|
|
|
this.dialogList = [] |
|
|
|
uni.request({ |
|
|
@@ -1726,11 +1549,14 @@ |
|
|
|
} else { |
|
|
|
this.dialogList.push(this.newluyinList[data.data.data.index]) |
|
|
|
} |
|
|
|
console.log(e.detail, '1233333333333333333333333333333333333333333333333333333333333') |
|
|
|
const currTimeStr = this.formatTime(e.detail.value) |
|
|
|
this.currentTimeStr = currTimeStr |
|
|
|
this.innerAudioContext.seek(e.detail.value); |
|
|
|
this.innerAudioContext.play(); |
|
|
|
|
|
|
|
if (e.isType == 'audio') { |
|
|
|
this.$refs.zyAudio.seek(e.detail.value); |
|
|
|
this.$refs.zyAudio.play(); |
|
|
|
} else { |
|
|
|
this.$refs.zyAudio.audioSeek(e.detail.value); |
|
|
|
this.$refs.zyAudio.audioPlay(); |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
@@ -1759,33 +1585,12 @@ |
|
|
|
this.textindex = data.data.data.index; |
|
|
|
this.toptextindex = data.data.data.index; |
|
|
|
this.dialogList.push(this.newluyinList[data.data.data.index]) |
|
|
|
const currTimeStr = this.formatTime(newtime) |
|
|
|
console.log(currTimeStr, 'currTimeStr') |
|
|
|
this.currentTimeStr = currTimeStr |
|
|
|
this.innerAudioContext.seek(newtime); |
|
|
|
this.innerAudioContext.play(); |
|
|
|
this.$refs.zyAudio.seek(newtime) |
|
|
|
this.$refs.zyAudio.play() |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
//录音实例 |
|
|
|
creatAudio() { |
|
|
|
this.innerAudioContext = uni.createInnerAudioContext(); |
|
|
|
if (uni.getStorageSync('entrance') == 1) { |
|
|
|
this.innerAudioContext.autoplay = false; |
|
|
|
} else { |
|
|
|
this.innerAudioContext.autoplay = true; |
|
|
|
} |
|
|
|
|
|
|
|
this.innerAudioContext.src = this.recordPath; |
|
|
|
this.innerAudioContext.title = '音频'; |
|
|
|
this.onPlay() |
|
|
|
this.onPause() |
|
|
|
this.onCanplay() |
|
|
|
this.onEnded() |
|
|
|
this.onSeeking() |
|
|
|
this.onSeeked() |
|
|
|
this.TimeUpdate() |
|
|
|
}, |
|
|
|
formatTime(num) { |
|
|
|
//格式化时间格式 |
|
|
|
num = num.toFixed(0); |
|
|
@@ -1799,7 +1604,12 @@ |
|
|
|
this.dialogListres[0].message.forEach(asd => { |
|
|
|
asd.isshow = false; |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
//录音实例 |
|
|
|
zyAudio() { |
|
|
|
this.$refs.zyAudio.setSrc(this.recordPath) |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
</script> |
|
|
@@ -1915,8 +1725,8 @@ |
|
|
|
height: 84rpx; |
|
|
|
border-bottom: 1px solid #E0E0E0; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
.boxhead1 { |
|
|
|
|
|
|
|
.boxhead1 { |
|
|
|
width: 50%; |
|
|
|
color: #303030; |
|
|
|
height: 84rpx; |
|
|
@@ -2180,7 +1990,7 @@ |
|
|
|
left: 50%; |
|
|
|
top: 50%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
|
|
|
|
|
|
|
|
.headpade { |
|
|
|
margin-top: 10rpx; |
|
|
|
padding: 8rpx 8rpx 8rpx 8rpx; |
|
|
|