2024-07-23 22:43:29 +08:00
|
|
|
|
<!-- 滑动切换选项卡+吸顶演示(待完善) -->
|
|
|
|
|
<template>
|
|
|
|
|
<view class="content">
|
2024-08-02 21:05:22 +08:00
|
|
|
|
<scroll-view v-if="getVideoData.length>0" scroll-y="true" class="scroll-Y" @scrolltolower="loadMore">
|
2024-07-24 11:24:40 +08:00
|
|
|
|
<view class="top-view">
|
2024-08-14 17:37:10 +08:00
|
|
|
|
<image class="info-cover" style="width: 100%;" src="../../static/suggest-banner4.png"></image>
|
2024-07-24 11:24:40 +08:00
|
|
|
|
<!-- 用户头像关注 -->
|
|
|
|
|
<view class="u-flex-wrap"
|
|
|
|
|
style="padding-top: 18rpx;padding-bottom: 18rpx;position: relative;align-items: center;display: flex;flex-direction: row;justify-content: flex-end;">
|
|
|
|
|
<view class="info-avatar">
|
2024-07-25 21:10:10 +08:00
|
|
|
|
<u-avatar :src="order.artificerImg" size="135" style="border: 3rpx solid #ffffff;">
|
|
|
|
|
</u-avatar>
|
|
|
|
|
<!--<view class="pingfen keyuyue">
|
2024-07-24 11:24:40 +08:00
|
|
|
|
<view class="flex">
|
|
|
|
|
<view class="timea-fu">
|
|
|
|
|
评分
|
|
|
|
|
</view>
|
|
|
|
|
<view class="timea-time">{{ordersScore}}</view>
|
|
|
|
|
</view>
|
2024-07-25 21:10:10 +08:00
|
|
|
|
</view>-->
|
|
|
|
|
<image class="dideo-kuang"
|
|
|
|
|
:src="order.technicianType=='3'?'../../static/vip/grade1-1.gif':order.technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"
|
|
|
|
|
mode=""></image>
|
|
|
|
|
<!--<span>{{order.technicianTypeName}}</span>-->
|
|
|
|
|
<view class="dvideo-name" v-if="order.length!=0">
|
|
|
|
|
<text class="dvideo-name-word">{{order.artificerName}}</text>
|
|
|
|
|
</view>
|
|
|
|
|
</image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="flex pingfenlist">
|
|
|
|
|
<view class="timea-fu">
|
|
|
|
|
评分
|
2024-07-23 22:43:29 +08:00
|
|
|
|
</view>
|
2024-07-25 21:10:10 +08:00
|
|
|
|
<view class="timea-time">{{ordersScore}}</view>
|
2024-07-24 11:24:40 +08:00
|
|
|
|
</view>
|
|
|
|
|
<view class="oder-mian-guan" style="margin-right: 20px;">
|
|
|
|
|
<view :class="[isFollow?'activeG':'activeQ']" @click="guanzhu(order)">
|
|
|
|
|
<span class="oder-mian-text">收藏</span>
|
2024-07-23 22:43:29 +08:00
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2024-07-24 11:24:40 +08:00
|
|
|
|
<!-- <view style="margin-right: 50rpx;">
|
|
|
|
|
<u-tag v-if='showedit' text="关注" mode="dark" shape="" bg-color="#f5991e" @click="UserEdit" />
|
|
|
|
|
<view v-if='!showedit' style="height: 45rpx;"></view>
|
2024-07-23 22:43:29 +08:00
|
|
|
|
</view> -->
|
|
|
|
|
</view>
|
2024-07-24 11:24:40 +08:00
|
|
|
|
<!-- 用户名 -->
|
2024-07-25 21:10:10 +08:00
|
|
|
|
<view class="header-bottom-foot" style="margin-top: 30rpx;">
|
|
|
|
|
<view><image class="header-bottom-foot-title" src="../../static/dituzhaoren1.png" ></image></view>
|
|
|
|
|
<view class="header-bottom-foot-view">
|
|
|
|
|
<image class="header-bottom-foot-view-img1" src="../../static/servicePackage/idCard.png" mode=""></image>
|
|
|
|
|
<span>实名认证</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="header-bottom-foot-view" style="margin: 0px 7px;">
|
|
|
|
|
<image class="header-bottom-foot-view-img2" src="../../static/servicePackage/money.png" mode=""></image>
|
|
|
|
|
<span>资质认证</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="header-bottom-foot-view">
|
|
|
|
|
<image class="header-bottom-foot-view-img3" src="../../static/servicePackage/shuangyue.png" mode=""></image>
|
|
|
|
|
<span>平台担保</span>
|
2024-07-23 22:43:29 +08:00
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2024-07-24 11:24:40 +08:00
|
|
|
|
<!-- 简介-->
|
2024-07-25 21:10:10 +08:00
|
|
|
|
<view class="header-bottom-foot">
|
|
|
|
|
<text class="dvideo-concent">{{order.content==''?'暂无简介':order.content}}</text>
|
2024-07-24 11:24:40 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<template class="template-view">
|
|
|
|
|
<view class="scroll-list" v-for="(item,index) in getVideoData" :key="index">
|
|
|
|
|
<view class="scroll-left">
|
|
|
|
|
<span class="scroll-left-day">{{item.day}}</span>
|
|
|
|
|
<span class="scroll-left-mon">{{item.month}}月</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="scroll-right">
|
|
|
|
|
<view class="scroll-right-title">
|
|
|
|
|
{{item.content}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="data-list">
|
|
|
|
|
<view class="videoHovers" @click="towxh5Video(item)">
|
|
|
|
|
<image src="@/static/bofang.png"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="playState">
|
|
|
|
|
<img :src="item.picPath" style="border-radius: 10px;width: 100%; height: 100%;"></img>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="scroll-bottom">
|
|
|
|
|
<view class="pinglun">
|
|
|
|
|
<image src="../../static/pinglun.png" mode=""></image>
|
|
|
|
|
<span>{{item.pls}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="pinglun" style="margin-left: 20px;">
|
|
|
|
|
<image src="../../static/guanzhu.png" mode=""></image>
|
|
|
|
|
<span>{{item.dzs}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-loading-box" v-if="loadingType!=3" @click="loadMore">
|
|
|
|
|
<view class="t-line"></view>
|
|
|
|
|
<view class="t-loading-text">
|
|
|
|
|
<view class="loading" v-if="loadingType==2"></view>
|
|
|
|
|
<text>{{loadingText[loadingType]}}</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-line"></view>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<empty v-if="getVideoData.length==0"></empty>
|
|
|
|
|
<uni-popup style="width: 100%;height: 100vh;" type="center" ref="pinglun" @touchmove.stop.prevent="moveHandle">
|
|
|
|
|
<view style="width: 100%;height: 100%;position: relative;">
|
|
|
|
|
<video
|
|
|
|
|
id="myVideo"
|
|
|
|
|
style="width: 100%;height: 100%;"
|
2024-07-26 10:31:05 +08:00
|
|
|
|
:loop="true"
|
|
|
|
|
:muted="false"
|
2024-07-24 11:24:40 +08:00
|
|
|
|
:show-fullscreen-btn='false'
|
|
|
|
|
:enable-play-gesture='true'
|
2024-07-26 09:54:27 +08:00
|
|
|
|
:autoplay="false"
|
2024-07-24 11:24:40 +08:00
|
|
|
|
:show-play-btn='false'
|
|
|
|
|
:show-center-play-btn='false'
|
2024-07-26 10:31:05 +08:00
|
|
|
|
:http-cache="true"
|
2024-07-24 11:24:40 +08:00
|
|
|
|
@click="jieshu"
|
|
|
|
|
:src="filePath"></video>
|
|
|
|
|
<view class="videoConten">{{contentVideo}}</view>
|
|
|
|
|
<view class="videoHover" v-if="playShow==true" @click="kaishi">
|
|
|
|
|
<image src="@/static/bofang.png"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="guanbi" @click="guanbi">
|
|
|
|
|
<image src="@/static/closeimg.png"></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</uni-popup>
|
2024-07-23 22:43:29 +08:00
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
2024-07-24 11:24:40 +08:00
|
|
|
|
import empty from '@/components/empty.vue'
|
2024-07-23 22:43:29 +08:00
|
|
|
|
export default {
|
2024-07-24 11:24:40 +08:00
|
|
|
|
components:{empty},
|
2024-07-23 22:43:29 +08:00
|
|
|
|
data() {
|
|
|
|
|
return {
|
2024-07-24 11:24:40 +08:00
|
|
|
|
isFollow: false,
|
|
|
|
|
Information:'',
|
|
|
|
|
loadingType: 0,
|
|
|
|
|
membertype: '',
|
|
|
|
|
showedit: true, //信息编辑按钮
|
|
|
|
|
artificerId: '',
|
|
|
|
|
latitude: '',
|
|
|
|
|
longitude: '',
|
|
|
|
|
order: [],
|
|
|
|
|
myId: '',
|
|
|
|
|
page:1,
|
|
|
|
|
limit:10,
|
|
|
|
|
playShow:false,
|
|
|
|
|
filePath:'',
|
|
|
|
|
contentVideo:'',
|
|
|
|
|
videoId:'',
|
|
|
|
|
getVideoData:[],
|
|
|
|
|
//上拉状态文字
|
|
|
|
|
loadingText : ["上拉或点击加载更多","已加载全部数据",'加载中',''],
|
|
|
|
|
ordersScore:''
|
2024-07-23 22:43:29 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2024-07-24 11:24:40 +08:00
|
|
|
|
|
2024-07-23 22:43:29 +08:00
|
|
|
|
onLoad(e) {
|
2024-07-24 11:24:40 +08:00
|
|
|
|
this.artificerId = e.artificerId;
|
2024-07-23 22:43:29 +08:00
|
|
|
|
this.latitude = uni.getStorageSync('latitude');
|
|
|
|
|
this.longitude = uni.getStorageSync('longitude');
|
|
|
|
|
this.myId = uni.getStorageSync('userId');
|
2024-07-24 11:24:40 +08:00
|
|
|
|
this.getData();
|
|
|
|
|
this.getVideo();
|
|
|
|
|
},
|
|
|
|
|
onPullDownRefresh: function() {
|
|
|
|
|
this.page = 1;
|
|
|
|
|
this.getVideo();
|
2024-07-23 22:43:29 +08:00
|
|
|
|
},
|
|
|
|
|
methods: {
|
2024-07-24 11:24:40 +08:00
|
|
|
|
guanzhu(item) {// 关注
|
|
|
|
|
let oldIsFollow = this.isFollow;
|
|
|
|
|
let that = this;
|
|
|
|
|
|
|
|
|
|
let data = {
|
|
|
|
|
artificerId: that.artificerId,
|
|
|
|
|
userId: that.myId,
|
|
|
|
|
classify: item.myCollectCount==1?'0':'1'
|
|
|
|
|
}
|
|
|
|
|
that.$Request.postJson("/app/artificer/insertCollect", data).then(res => {
|
|
|
|
|
if (res.code == 0) {
|
|
|
|
|
if (oldIsFollow) {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: '取消成功',
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: '收藏成功',
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: res.msg,
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
setTimeout(function() {
|
|
|
|
|
that.getData()
|
|
|
|
|
}, 500)
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
// 加载更多
|
|
|
|
|
loadMore: async function() {
|
|
|
|
|
//loadingType: 0.数据未加载完 1.数据全部加载完了 2.数据加载中
|
|
|
|
|
if (this.loadingType == 0) {
|
|
|
|
|
this.loadingType = 2
|
|
|
|
|
//模拟数据请求
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.page++;
|
|
|
|
|
this.loadingType = 0;
|
|
|
|
|
this.getVideo()
|
|
|
|
|
}, 1000)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
getVideo(){
|
|
|
|
|
var that=this;
|
|
|
|
|
// 1.这里引入后端请求数据
|
|
|
|
|
var data={
|
|
|
|
|
createBy:this.artificerId,
|
|
|
|
|
userId:this.myId,
|
|
|
|
|
page: this.page,
|
|
|
|
|
limit:this.limit,
|
|
|
|
|
}
|
|
|
|
|
this.$Request.get("/app/shipinquan/getArticlelist", data).then(res => {
|
|
|
|
|
if (res.code == 0) {
|
|
|
|
|
// that.getVideoData = res.data.list||{}
|
|
|
|
|
if (res.data) {
|
|
|
|
|
if (this.page == 1) this.getVideoData = []; //如果是第一页需手动制空列表
|
|
|
|
|
this.getVideoData = [...this.getVideoData, ...res.data.list]; //追加新数据
|
|
|
|
|
this.getVideoData = this.getVideoData.map(item => {
|
|
|
|
|
let parts = item.createTime.split('-');
|
|
|
|
|
let month = parseInt(parts[1], 10);
|
|
|
|
|
let day = parseInt(parts[2], 10);
|
|
|
|
|
return {
|
|
|
|
|
...item,
|
|
|
|
|
day:day>=10?day:'0'+day,
|
|
|
|
|
month:month>=10?month:'0'+month
|
|
|
|
|
};
|
|
|
|
|
});
|
|
|
|
|
console.log("getVideoData",this.getVideoData)
|
|
|
|
|
uni.stopPullDownRefresh()
|
|
|
|
|
}else{
|
|
|
|
|
this.loadingType=1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: res.msg,
|
|
|
|
|
icon: 'none'
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
2024-07-23 22:43:29 +08:00
|
|
|
|
// 详情
|
2024-07-24 11:24:40 +08:00
|
|
|
|
getData() {
|
2024-07-23 22:43:29 +08:00
|
|
|
|
this.$Request.get("/app/artificer/selectArtificerById", {
|
|
|
|
|
artificerId: this.artificerId,
|
|
|
|
|
latitude: this.latitude,
|
|
|
|
|
longitude: this.longitude,
|
|
|
|
|
userId: this.myId
|
|
|
|
|
}).then(res => {
|
|
|
|
|
if (res.code == 0) {
|
2024-07-24 11:24:40 +08:00
|
|
|
|
this.order = res.data || {}
|
|
|
|
|
var num=Number.isInteger(this.order.ordersScore)
|
|
|
|
|
if(num==true){
|
|
|
|
|
this.ordersScore=this.order.ordersScore+'.0'
|
|
|
|
|
}else{
|
|
|
|
|
this.ordersScore=this.order.ordersScore
|
|
|
|
|
}
|
|
|
|
|
if (res.data.myCollectCount == 1) {
|
|
|
|
|
this.isFollow = true
|
|
|
|
|
} else {
|
|
|
|
|
this.isFollow = false
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-07-23 22:43:29 +08:00
|
|
|
|
uni.hideLoading();
|
|
|
|
|
});
|
2024-07-24 11:24:40 +08:00
|
|
|
|
|
2024-07-23 22:43:29 +08:00
|
|
|
|
},
|
2024-07-24 11:24:40 +08:00
|
|
|
|
guanbi(){
|
|
|
|
|
this.playShow=false;
|
|
|
|
|
const videoContext = uni.createVideoContext('myVideo', this);
|
|
|
|
|
videoContext.pause(); // 播放视频
|
|
|
|
|
this.$refs.pinglun.close("center");
|
2024-07-23 22:43:29 +08:00
|
|
|
|
},
|
2024-07-24 11:24:40 +08:00
|
|
|
|
jieshu(){
|
|
|
|
|
this.playShow=true;
|
|
|
|
|
const videoContext = uni.createVideoContext('myVideo', this);
|
|
|
|
|
videoContext.pause(); // 播放视频
|
2024-07-23 22:43:29 +08:00
|
|
|
|
},
|
2024-07-24 11:24:40 +08:00
|
|
|
|
kaishi(){
|
|
|
|
|
this.playShow=false;
|
|
|
|
|
const videoContext = uni.createVideoContext('myVideo', this);
|
|
|
|
|
videoContext.src = this.filePath; // 设置视频源
|
|
|
|
|
videoContext.play(); // 播放视频
|
2024-07-23 22:43:29 +08:00
|
|
|
|
},
|
2024-07-24 11:24:40 +08:00
|
|
|
|
towxh5Video(item){
|
2024-07-26 09:54:27 +08:00
|
|
|
|
this.playShow=true;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
this.filePath=item.filePath;
|
|
|
|
|
this.contentVideo=item.content;
|
|
|
|
|
this.videoId=item.id
|
|
|
|
|
this.$refs.pinglun.open("center")
|
2024-07-23 22:43:29 +08:00
|
|
|
|
},
|
|
|
|
|
//编辑信息
|
2024-07-24 11:24:40 +08:00
|
|
|
|
UserEdit() {
|
2024-07-23 22:43:29 +08:00
|
|
|
|
uni.navigateTo({
|
2024-07-24 11:24:40 +08:00
|
|
|
|
url: ""
|
2024-07-23 22:43:29 +08:00
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
2024-07-24 11:24:40 +08:00
|
|
|
|
<style scoped>
|
2024-07-25 21:10:10 +08:00
|
|
|
|
.dvideo-concent{
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
color: #666;
|
2024-08-07 13:55:29 +08:00
|
|
|
|
padding:26rpx 0;
|
2024-07-25 21:10:10 +08:00
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view-img1{
|
|
|
|
|
width: 30rpx;
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view-img2{
|
|
|
|
|
width: 28rpx;
|
|
|
|
|
height: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view-img3{
|
|
|
|
|
width: 30rpx;
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view image{
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-title{
|
|
|
|
|
width: 65px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
margin-right: 8rpx;
|
|
|
|
|
margin-top: 4rpx;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view-img2{
|
|
|
|
|
width: 28rpx;
|
|
|
|
|
height: 28rpx;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view-img3{
|
|
|
|
|
width: 30rpx;
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view image{
|
|
|
|
|
margin-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot-view{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
background-color: rgba(8, 162, 138, 0.1);
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
color: #029D88;
|
|
|
|
|
}
|
|
|
|
|
.header-bottom-foot{
|
|
|
|
|
width: 86%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.dvideo-name{
|
|
|
|
|
width: 88%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin:10rpx auto;
|
|
|
|
|
}
|
|
|
|
|
.dvideo-name-word{
|
|
|
|
|
width:150rpx;
|
|
|
|
|
height:20rpx;
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.pingfenlist{
|
|
|
|
|
width: 130rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
color: #129d88;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 30rpx;
|
|
|
|
|
border: 1px solid #d0f4ed;
|
|
|
|
|
margin-right:10rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.timea-fu{
|
2024-07-25 21:10:10 +08:00
|
|
|
|
font-size: 26rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.timea-time{
|
2024-07-25 21:10:10 +08:00
|
|
|
|
font-size: 26rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.oder-mian-text{
|
|
|
|
|
padding-left:50rpx;
|
2024-07-25 21:10:10 +08:00
|
|
|
|
font-size: 26rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.oder-mian-guan{
|
2024-07-25 21:10:10 +08:00
|
|
|
|
width: 130rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
height: 50rpx;
|
2024-07-25 21:10:10 +08:00
|
|
|
|
line-height: 50rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
color: #1bb097;
|
|
|
|
|
display: flex;
|
2024-08-15 10:32:36 +08:00
|
|
|
|
/* align-items: center; */
|
2024-07-25 21:10:10 +08:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 30rpx;
|
|
|
|
|
border: 1px solid #d0f4ed;
|
|
|
|
|
}
|
|
|
|
|
.u-flex-wrap{
|
2024-08-07 13:55:29 +08:00
|
|
|
|
background: linear-gradient(0deg, #ffffff,#efffff);
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.activeQ{
|
2024-07-25 21:10:10 +08:00
|
|
|
|
background: url('../../static/follow.png')16rpx 10rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
background-repeat: no-repeat;
|
2024-07-25 21:10:10 +08:00
|
|
|
|
background-size:30rpx 30rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.activeG{
|
2024-07-25 21:10:10 +08:00
|
|
|
|
background: url('../../static/follow2.png') 16rpx 10rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
background-repeat: no-repeat;
|
2024-07-25 21:10:10 +08:00
|
|
|
|
background-size:30rpx 30rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
2024-07-25 21:10:10 +08:00
|
|
|
|
|
2024-07-24 11:24:40 +08:00
|
|
|
|
.t-loading-box{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
line-height:80upx;
|
|
|
|
|
font-size: 26upx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-bottom:20upx;
|
|
|
|
|
color: #888888;
|
|
|
|
|
.t-loading-text{
|
|
|
|
|
padding: 0 10upx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
.loading {
|
|
|
|
|
width:25upx;
|
|
|
|
|
height:25upx;
|
|
|
|
|
border:2.5upx solid #888888;
|
|
|
|
|
border-bottom:#ffffff 2.5upx solid;
|
|
|
|
|
border-radius:50%;
|
|
|
|
|
margin-right: 15upx;
|
|
|
|
|
animation:grace-rotate360 1200ms infinite linear;
|
|
|
|
|
}
|
|
|
|
|
.t-line{
|
|
|
|
|
margin: 0px;
|
|
|
|
|
border-bottom: 1px solid rgb(212, 212, 212);
|
|
|
|
|
width: 20px;
|
|
|
|
|
transform: scaleY(0.5);
|
|
|
|
|
border-top-color: rgb(212, 212, 212);
|
|
|
|
|
border-right-color: rgb(212, 212, 212);
|
|
|
|
|
border-left-color: rgb(212, 212, 212);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@keyframes grace-rotate360{0%{transform:rotate(0deg);} 50%{transform:rotate(180deg);} 100%{transform:rotate(360deg);}}
|
|
|
|
|
.content{
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* height: 100vh; */
|
|
|
|
|
/* overflow: scroll; */
|
|
|
|
|
}
|
|
|
|
|
.scroll-Y {
|
|
|
|
|
width: 100%;
|
2024-08-07 13:55:29 +08:00
|
|
|
|
/* height: 700px;*/
|
2024-07-24 11:24:40 +08:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.top-view {
|
2024-08-14 17:37:10 +08:00
|
|
|
|
width:100%;
|
2024-07-23 22:43:29 +08:00
|
|
|
|
background-color: #fff;
|
2024-08-02 21:05:22 +08:00
|
|
|
|
border-bottom: 6px solid #f7f7f7;
|
2024-07-23 22:43:29 +08:00
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
.playState{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2024-07-23 22:43:29 +08:00
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
.pinglun span{
|
2024-07-26 09:40:05 +08:00
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 14px;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
.pinglun image{
|
2024-07-26 09:40:05 +08:00
|
|
|
|
width: 40rpx;
|
|
|
|
|
height: 40rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.pinglun{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.scroll-bottom{
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.scroll-right-title{
|
2024-08-07 13:55:29 +08:00
|
|
|
|
font-size:28rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
color: #000;
|
2024-07-26 09:44:16 +08:00
|
|
|
|
word-break: break-all;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.data-list{
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
}
|
|
|
|
|
.scroll-right{
|
|
|
|
|
width: 77%;
|
2024-07-26 09:40:05 +08:00
|
|
|
|
display: flex!important;
|
|
|
|
|
flex-direction: column !important;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
}
|
|
|
|
|
.scroll-left-mon{
|
2024-07-26 09:40:05 +08:00
|
|
|
|
color: #999;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
.scroll-left-day{
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.scroll-left{
|
|
|
|
|
width: 20%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.scroll-list{
|
|
|
|
|
width: 95%;
|
|
|
|
|
padding: 0px 10px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
}
|
|
|
|
|
.swiper-item-view{
|
|
|
|
|
width: 70%;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-line-clamp: 1; /* 定义文本的行数 */
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.videoConten{
|
|
|
|
|
width: 70%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
margin-bottom: 60px;
|
2024-07-24 13:50:45 +08:00
|
|
|
|
/* height: 30px; */
|
2024-07-24 11:24:40 +08:00
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-line-clamp: 2; /* 定义文本的行数 */
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
/deep/.uni-scroll-view-content{
|
2024-08-02 21:05:22 +08:00
|
|
|
|
width: 100%;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
2024-08-07 13:55:29 +08:00
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
.guanbi{
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
margin-right: 9px;
|
|
|
|
|
}
|
|
|
|
|
.guanbi image{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
/deep/.uni-popup__wrapper-box{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.data-list{
|
|
|
|
|
width:100%;
|
|
|
|
|
height: 162px;
|
|
|
|
|
}
|
|
|
|
|
.videoHovers{
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
margin-top: 20%;
|
|
|
|
|
margin-left: 40%;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
}
|
|
|
|
|
.videoHover{
|
|
|
|
|
width: 76px;
|
|
|
|
|
height: 76px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
margin-top: 70%;
|
|
|
|
|
margin-left: 40%;
|
|
|
|
|
}
|
|
|
|
|
.videoHover image,.videoHovers image{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.template-view {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height:100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-view_H {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-view-item {
|
|
|
|
|
height: 300rpx;
|
|
|
|
|
line-height: 300rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-view-item_H {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 300rpx;
|
|
|
|
|
line-height: 300rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
.pingfen {
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
margin-top: 31px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headset-text2 {
|
2024-07-23 22:43:29 +08:00
|
|
|
|
background: linear-gradient(90deg, #f8f8f8, #dfdfdf);
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
color: #333;
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
line-height: 30rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
border-radius: 5rpx 30rpx 30rpx 30rpx;
|
2024-07-23 22:43:29 +08:00
|
|
|
|
width: 72rpx;
|
|
|
|
|
padding: 5rpx 15rpx;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
|
|
|
|
|
.headset-img {
|
2024-07-23 22:43:29 +08:00
|
|
|
|
width: 120rpx;
|
|
|
|
|
height: 40rpx;
|
|
|
|
|
position: absolute;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
top: 1rpx;
|
|
|
|
|
left: -1rpx;
|
|
|
|
|
|
2024-07-23 22:43:29 +08:00
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
|
|
|
|
|
.headset-line {
|
|
|
|
|
|
2024-07-23 22:43:29 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
|
2024-07-23 22:43:29 +08:00
|
|
|
|
.banner-view {
|
|
|
|
|
background-color: #007AFF;
|
|
|
|
|
color: white;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paging-content {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.swiper {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
|
2024-07-23 22:43:29 +08:00
|
|
|
|
.info-cover {
|
2024-07-24 11:24:40 +08:00
|
|
|
|
width: 100%;
|
2024-08-07 13:55:29 +08:00
|
|
|
|
/*height: 460rpx;*/
|
2024-07-23 22:43:29 +08:00
|
|
|
|
}
|
|
|
|
|
|
2024-07-24 11:24:40 +08:00
|
|
|
|
.info-avatar {
|
2024-07-25 21:10:10 +08:00
|
|
|
|
padding: 16rpx;
|
2024-07-24 11:24:40 +08:00
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: -56rpx;
|
|
|
|
|
margin-left: 50rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-07-25 21:10:10 +08:00
|
|
|
|
.dideo-kuang{
|
|
|
|
|
width: 160rpx;
|
|
|
|
|
height: 160rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left:2rpx;
|
|
|
|
|
top:2rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
2024-07-24 11:24:40 +08:00
|
|
|
|
</style>
|