1002884655 4 lat temu
rodzic
commit
34874e259d

BIN
src/assets/img/bg.jpg Wyświetl plik


BIN
src/assets/img/img.png Wyświetl plik


BIN
src/assets/img/img1.jpg Wyświetl plik


BIN
src/assets/img/img2.jpg Wyświetl plik


+ 1
- 1
src/pages/FuLi/JiFenGuiZe/index.jsx Wyświetl plik

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

+ 1
- 0
src/pages/FuLi/JiFenGuiZe/index.less Wyświetl plik

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

+ 3
- 3
src/pages/FuLi/index.jsx Wyświetl plik

@@ -27,7 +27,7 @@ export default function FuLi () {
27 27
 
28 28
       {/* 顶部背景图 */}
29 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 31
       </view>
32 32
 
33 33
       {/* 正文 */}
@@ -66,12 +66,12 @@ export default function FuLi () {
66 66
               </view>
67 67
 
68 68
               {/* 搜索框 */}
69
-              <view className='SearchContainer'>
69
+              {/* <view className='SearchContainer'>
70 70
                 <view>
71 71
                   <text className='iconfont iconsousuo'></text>
72 72
                   <text>附近热搜:火锅</text>
73 73
                 </view>
74
-              </view>
74
+              </view> */}
75 75
 
76 76
               {/* 积分礼品列表 */}
77 77
               <view className='PirzeList'>

+ 1
- 1
src/pages/FuLi/index.less Wyświetl plik

@@ -10,7 +10,7 @@
10 10
     position: relative;
11 11
     overflow: hidden;
12 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 15
     >image {
16 16
       width: 100%;

+ 1
- 0
src/pages/WoDe/TuiJianErWeiMa/index.jsx Wyświetl plik

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

+ 7
- 0
src/pages/WoDe/TuiJianErWeiMa/index.less Wyświetl plik

@@ -4,4 +4,11 @@
4 4
   position: relative;
5 5
   background: #f8f8f8;
6 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 Wyświetl plik

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

+ 7
- 0
src/pages/WoDe/TuiJianFenXiang/index.less Wyświetl plik

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