1002884655 hace 4 años
padre
commit
34874e259d

BIN
src/assets/img/bg.jpg Ver fichero


BIN
src/assets/img/img.png Ver fichero


BIN
src/assets/img/img1.jpg Ver fichero


BIN
src/assets/img/img2.jpg Ver fichero


+ 1
- 1
src/pages/FuLi/JiFenGuiZe/index.jsx Ver fichero

26
       <view className='JiFenContent'>
26
       <view className='JiFenContent'>
27
         <view>
27
         <view>
28
           <view className='Img'>
28
           <view className='Img'>
29
-            <image mode='widthFix' src={null}></image>
29
+            <image mode='widthFix' src={require('@/assets/img/img.png').default}></image>
30
           </view>
30
           </view>
31
           <view className='Title'>
31
           <view className='Title'>
32
             <text>积分兑换时间</text>
32
             <text>积分兑换时间</text>

+ 1
- 0
src/pages/FuLi/JiFenGuiZe/index.less Ver fichero

17
         width: 100%;
17
         width: 100%;
18
         position: relative;
18
         position: relative;
19
         overflow: hidden;
19
         overflow: hidden;
20
+        margin-top: 200px;
20
 
21
 
21
         >image {
22
         >image {
22
           width: 100%;
23
           width: 100%;

+ 3
- 3
src/pages/FuLi/index.jsx Ver fichero

27
 
27
 
28
       {/* 顶部背景图 */}
28
       {/* 顶部背景图 */}
29
       <view className='TopBg'>
29
       <view className='TopBg'>
30
-        <image mode='aspectFill' src={null} class='centerLabel'></image>
30
+        <image mode='aspectFill' src={require('@/assets/img/bg.jpg').default} class='centerLabel'></image>
31
       </view>
31
       </view>
32
 
32
 
33
       {/* 正文 */}
33
       {/* 正文 */}
66
               </view>
66
               </view>
67
 
67
 
68
               {/* 搜索框 */}
68
               {/* 搜索框 */}
69
-              <view className='SearchContainer'>
69
+              {/* <view className='SearchContainer'>
70
                 <view>
70
                 <view>
71
                   <text className='iconfont iconsousuo'></text>
71
                   <text className='iconfont iconsousuo'></text>
72
                   <text>附近热搜:火锅</text>
72
                   <text>附近热搜:火锅</text>
73
                 </view>
73
                 </view>
74
-              </view>
74
+              </view> */}
75
 
75
 
76
               {/* 积分礼品列表 */}
76
               {/* 积分礼品列表 */}
77
               <view className='PirzeList'>
77
               <view className='PirzeList'>

+ 1
- 1
src/pages/FuLi/index.less Ver fichero

10
     position: relative;
10
     position: relative;
11
     overflow: hidden;
11
     overflow: hidden;
12
     padding-bottom: 56.25%;
12
     padding-bottom: 56.25%;
13
-    background-image: linear-gradient(rgba(255, 141, 97, 1, 0.5), #F35844);
13
+    // background-image: linear-gradient(rgba(255, 141, 97, 1, 0.5), #F35844);
14
 
14
 
15
     >image {
15
     >image {
16
       width: 100%;
16
       width: 100%;

+ 1
- 0
src/pages/WoDe/TuiJianErWeiMa/index.jsx Ver fichero

10
   return (
10
   return (
11
     <view className='TuiJianErWeiMa'>
11
     <view className='TuiJianErWeiMa'>
12
       <CustomHeader IsFixed={true} BgColor='none' Title='推荐二维码'></CustomHeader>
12
       <CustomHeader IsFixed={true} BgColor='none' Title='推荐二维码'></CustomHeader>
13
+      <image mode='widthFix' src={require('@/assets/img/img2.jpg').default}></image>
13
     </view>
14
     </view>
14
   )
15
   )
15
 }
16
 }

+ 7
- 0
src/pages/WoDe/TuiJianErWeiMa/index.less Ver fichero

4
   position: relative;
4
   position: relative;
5
   background: #f8f8f8;
5
   background: #f8f8f8;
6
   overflow: hidden;
6
   overflow: hidden;
7
+
8
+  >image {
9
+    width: 100%;
10
+    display: block;
11
+    position: relative;
12
+    z-index: 1;
13
+  }
7
 }
14
 }

+ 1
- 0
src/pages/WoDe/TuiJianFenXiang/index.jsx Ver fichero

10
   return (
10
   return (
11
     <view className='TuiJianFenXiang'>
11
     <view className='TuiJianFenXiang'>
12
       <CustomHeader IsFixed={true} BgColor='none' Title='推荐分享'></CustomHeader>
12
       <CustomHeader IsFixed={true} BgColor='none' Title='推荐分享'></CustomHeader>
13
+      <image mode='widthFix' src={require('@/assets/img/img1.jpg').default}></image>
13
     </view>
14
     </view>
14
   )
15
   )
15
 }
16
 }

+ 7
- 0
src/pages/WoDe/TuiJianFenXiang/index.less Ver fichero

4
   position: relative;
4
   position: relative;
5
   background: #f8f8f8;
5
   background: #f8f8f8;
6
   overflow: hidden;
6
   overflow: hidden;
7
+
8
+  >image {
9
+    width: 100%;
10
+    display: block;
11
+    position: relative;
12
+    z-index: 1;
13
+  }
7
 }
14
 }