From 744c16a15432461394e1e2dbdfaea34a766fcc6b Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 01 八月 2024 08:53:29 +0800
Subject: [PATCH] ‘’

---
 wechat_staff/pages/index/index.wxml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/wechat_staff/pages/index/index.wxml b/wechat_staff/pages/index/index.wxml
index e850ee5..de6e867 100644
--- a/wechat_staff/pages/index/index.wxml
+++ b/wechat_staff/pages/index/index.wxml
@@ -1,12 +1,12 @@
 <view class="container" > 
-  <view class="search_fix">
-    <view style="height: {{clientTop - 2}}px;"></view>
+  <view style="height: {{ clientHeight +  clientTop + 6}}px;" class="search_fix">
+    <view style="height: {{clientTop - 3}}px;"></view>
     <view class="search_wrap">
       <image class="icon" src="../../static/home_ic_search@2x.png" mode="widthFix"></image>
       <input model:value="{{ searchValue }}" placeholder="鎼滅储" type="text" />
     </view>
   </view>
-  <view class="everyday"  >
+  <view class="everyday"  style="margin-top: {{ clientHeight +  clientTop + 20}}px;">
     <view class="header" bindtap="promotionClick">
       <view class="title">姣忔棩涓婃柊</view>
       <view class="more">
@@ -62,9 +62,9 @@
       </view>
       <image class="ar_right" src="../../static/icon/home_ar@2x.png"></image>
     </view>
-    <view class="video_wrap">
+    <view bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="video_wrap">
       <image class="img" src="{{ productVideo[0].coverImage }}" mode="aspectFill"></image>
-      <image bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image>
+      <image class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image>
     </view>
   </view>
   <!-- 鏀荤暐 -->

--
Gitblit v1.9.3