吃个甘蔗嚼一年 3 years ago
parent
commit
47918a1730

BIN
src/assets/icons/UserCenter/tips.png View File


+ 6
- 6
src/components/add-tips/index.wxss View File

11
 .arrow {
11
 .arrow {
12
   width: 0;
12
   width: 0;
13
   height: 0;
13
   height: 0;
14
-  border-width: 5px;
14
+  border-width: 18px;
15
   border-style: solid;
15
   border-style: solid;
16
   border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
16
   border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
17
 }
17
 }
21
   display: flex;
21
   display: flex;
22
   align-items: center;
22
   align-items: center;
23
   justify-content: center;
23
   justify-content: center;
24
-  height: 42px;
25
-  padding: 10px;
26
-  zoom: 1.5;
24
+  padding: 40px 30px;
25
+  width: 400px;
26
+  height: 400px;
27
 }
27
 }
28
 .tips {
28
 .tips {
29
   flex: 1;
29
   flex: 1;
32
   font-weight: 700;
32
   font-weight: 700;
33
 }
33
 }
34
 .logo {
34
 .logo {
35
-  height: 42px;
36
-  width: 42px;
35
+  height: 100%;
36
+  width: 100%;
37
   border-radius: 8px;
37
   border-radius: 8px;
38
   margin-right: 10px;
38
   margin-right: 10px;
39
 }
39
 }

+ 2
- 2
src/layouts/Loading.jsx View File

16
       }
16
       }
17
       <View
17
       <View
18
         style={{
18
         style={{
19
-          width: '28vw',
19
+          width: '30vw',
20
           color: '#4D4D4D',
20
           color: '#4D4D4D',
21
           padding: '12px',
21
           padding: '12px',
22
           position: 'absolute',
22
           position: 'absolute',
23
-          left: '-4vh',
23
+          left: '-5vh',
24
           textAlign: 'center',
24
           textAlign: 'center',
25
           opacity: '0.8',
25
           opacity: '0.8',
26
           animation: ' logo-opacity 2s linear infinite',
26
           animation: ' logo-opacity 2s linear infinite',

+ 3
- 1
src/pages/index/index.jsx View File

4
 import Taro, { useDidShow } from '@tarojs/taro'
4
 import Taro, { useDidShow } from '@tarojs/taro'
5
 import CustomNav from '@/components/CustomNav'
5
 import CustomNav from '@/components/CustomNav'
6
 import logo from '@/assets/icons/comm/logo_small.png'
6
 import logo from '@/assets/icons/comm/logo_small.png'
7
+import tips from '@/assets/icons/UserCenter/tips.png'
8
+
7
 import { getHotelDetail } from '@/services/landlord'
9
 import { getHotelDetail } from '@/services/landlord'
8
 import { getTaRoom } from '@/services/taRoom​'
10
 import { getTaRoom } from '@/services/taRoom​'
9
 import withLayout from '@/layouts'
11
 import withLayout from '@/layouts'
74
   return (
76
   return (
75
     <view className='page-index'>
77
     <view className='page-index'>
76
       <add-tips
78
       <add-tips
77
-        logo={logo}
79
+        logo={tips}
78
         custom
80
         custom
79
         duration={-1} />
81
         duration={-1} />
80
       <view className='index-navbar'>
82
       <view className='index-navbar'>