From 049dc53bc4f4601f6c270fa6f0e430402acc8ba8 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 25 十一月 2025 09:01:59 +0800
Subject: [PATCH] 页面
---
h5/pages/staff/task/vDangetAppr.vue | 34 ++++++++++++++++++++--------------
1 files changed, 20 insertions(+), 14 deletions(-)
diff --git a/h5/pages/staff/task/vDangetAppr.vue b/h5/pages/staff/task/vDangetAppr.vue
index 2f6b65d..91e3c28 100644
--- a/h5/pages/staff/task/vDangetAppr.vue
+++ b/h5/pages/staff/task/vDangetAppr.vue
@@ -14,7 +14,7 @@
class="img" />
<view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
<video :src="item.fileurlFull" initial-time="0.01" :show-center-play-btn="false" :controls="false"
- class="video" :enable-progress-gesture="false" muted />
+ class="video" :enable-progress-gesture="false" />
<image src="@/static/play.png" class="play" mode=""></image>
</view>
</view>
@@ -48,7 +48,7 @@
:enable-progress-gesture="false" autoplay muted></video> -->
<view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
<video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
- class="video" :enable-progress-gesture="false" muted />
+ class="video" :enable-progress-gesture="false" />
<image src="@/static/play.png" class="play" mode=""></image>
</view>
</view>
@@ -64,7 +64,7 @@
:enable-progress-gesture="false" autoplay muted></video> -->
<view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
<video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
- class="video" :enable-progress-gesture="false" muted />
+ class="video" :enable-progress-gesture="false" />
<image src="@/static/play.png" class="play" mode=""></image>
</view>
</view>
@@ -98,7 +98,7 @@
</view>
<view class="line">
<view class="company">
- {{ item.createUserName }} {{ item.companyName }}
+ {{ item.createUserName }}
<view style="display: inline" v-if="index == flowList.length - 1">
锛�
<span v-if="info.status == 1">宸插悓鎰�</span>
@@ -155,7 +155,7 @@
:enable-progress-gesture="false" autoplay muted></video> -->
<view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
<video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
- class="video" :enable-progress-gesture="false" muted />
+ class="video" :enable-progress-gesture="false" />
<image src="@/static/play.png" class="play" mode=""></image>
</view>
</view>
@@ -201,7 +201,7 @@
:enable-progress-gesture="false" muted></video> -->
<view v-if="item.type == 1" class="video_wrap">
<video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
- class="video" :enable-progress-gesture="false" muted />
+ class="video" :enable-progress-gesture="false" />
<image src="@/static/play.png" class="play" mode=""></image>
</view>
</view>
@@ -222,7 +222,7 @@
<!-- <video v-if="item.type == 1" :src="item.fileurlFull" :show-center-play-btn="false" :controls="false"></video> -->
<view v-if="item.type == 1" class="video_wrap">
<video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
- class="video" :enable-progress-gesture="false" muted />
+ class="video" :enable-progress-gesture="false" />
<image src="@/static/play.png" class="play" mode=""></image>
</view>
</view>
@@ -297,7 +297,7 @@
<!-- -->
<view v-if="videoPlay" class="video_app">
- <video controls autoplay muted x5-video-player-type="h5" x5-video-player-fullscreen="true" id="myvideo"
+ <video controls autoplay x5-video-player-type="h5" x5-video-player-fullscreen="true" id="myvideo"
:src="videoUrl" @fullscreenchange="screenChange"></video>
<view class="bg" @click="closeVideo"></view>
</view>
@@ -843,7 +843,7 @@
}
.main_app {
- background-color: #fff;
+ background-color: #f7f7f7;
padding-bottom: 0;
position: relative;
@@ -864,7 +864,9 @@
display: flex;
margin-bottom: 48rpx;
position: relative;
-
+ &:nth-last-child(1){
+ margin-bottom: 0;
+ }
.separate {
position: absolute;
width: 4rpx;
@@ -1020,7 +1022,10 @@
}
}
- .module_list {
+ .module_list {
+ background-color: #fff;
+ margin: 0 -30rpx;
+ padding: 0 30rpx;
.title {
font-weight: 600;
font-size: 32rpx;
@@ -1070,8 +1075,9 @@
.status_wrap {
position: relative;
- padding: 30rpx 0;
-
+ padding: 30rpx;
+ background-color: #fff;
+ margin: 0 -30rpx;
.name {
font-weight: 600;
font-size: 32rpx;
@@ -1151,7 +1157,7 @@
.status {
position: absolute;
- right: -30rpx;
+ right: 0rpx;
top: 0;
height: 60rpx;
line-height: 60rpx;
--
Gitblit v1.9.3