xcx преди 4 години
родител
ревизия
3f735c0156
променени са 6 файла, в които са добавени 135 реда и са изтрити 12 реда
  1. 5
    2
      src/assets/css/iconfont.css
  2. 10
    6
      src/assets/css/iconfont.less
  3. 2
    2
      src/pages/ShouYe/index.jsx
  4. 114
    0
      src/pages/WoDe/index.css
  5. 3
    2
      src/pages/WoDe/index.jsx
  6. 1
    0
      src/pages/WoDe/index.less

+ 5
- 2
src/assets/css/iconfont.css
Файловите разлики са ограничени, защото са твърде много
Целия файл


+ 10
- 6
src/assets/css/iconfont.less
Файловите разлики са ограничени, защото са твърде много
Целия файл


+ 2
- 2
src/pages/ShouYe/index.jsx Целия файл

@@ -284,13 +284,13 @@ export default function Index () {
284 284
                   </view>
285 285
 
286 286
                   {/* 热门活动 */}
287
-                  <view className='HotActivityContainer'>
287
+                  {/* <view className='HotActivityContainer'>
288 288
                     <view>
289 289
                       <view className='Activity' onClick={() => nav2detail({ type: 'comment', id: null })}>
290 290
                         <image className='centerLabel' mode='aspectFill' src='https://zhiyun-image.oss-cn-shanghai.aliyuncs.com/xiangsong/message-board.png'></image>
291 291
                       </view>
292 292
                     </view>
293
-                  </view>
293
+                  </view> */}
294 294
                   {
295 295
                     propagandaList.map((item, index) => (
296 296
                       <view className='HotActivityContainer' key={`HotActivity-${index}`}>

+ 114
- 0
src/pages/WoDe/index.css Целия файл

@@ -0,0 +1,114 @@
1
+.WoDe {
2
+  width: 100%;
3
+  height: 100%;
4
+  position: relative;
5
+  background: #fff;
6
+}
7
+.WoDe .WoDeContent {
8
+  width: 100%;
9
+  position: relative;
10
+  overflow: hidden;
11
+}
12
+.WoDe .WoDeContent > .TopBg {
13
+  width: 400vw;
14
+  height: 400vw;
15
+  position: relative;
16
+  overflow: hidden;
17
+  border-radius: 100%;
18
+  margin-left: -150vw;
19
+  margin-top: -340vw;
20
+}
21
+.WoDe .WoDeContent > .TopBg > .ColorBg {
22
+  width: 100%;
23
+  position: absolute;
24
+  left: 0;
25
+  bottom: 0;
26
+  height: 60vw;
27
+  z-index: 1;
28
+  background-image: linear-gradient(#F35844, #ff8d61);
29
+}
30
+.WoDe .WoDeContent > .TopBg > .UserInfo {
31
+  position: absolute;
32
+  left: 50%;
33
+  transform: translateX(-50%);
34
+  -webkit-transform: translateX(-50%);
35
+  bottom: 100px;
36
+  z-index: 2;
37
+  width: 100vw;
38
+  align-items: center;
39
+}
40
+.WoDe .WoDeContent > .TopBg > .UserInfo > .Icon {
41
+  width: 196px;
42
+  height: 196px;
43
+  border-radius: 100%;
44
+  position: relative;
45
+  overflow: hidden;
46
+  background-color: #fff;
47
+  margin-right: 40px;
48
+  margin-left: 30px;
49
+}
50
+.WoDe .WoDeContent > .TopBg > .UserInfo > .Icon > image {
51
+  width: 100%;
52
+  height: 100%;
53
+}
54
+.WoDe .WoDeContent > .TopBg > .UserInfo > .flex-item {
55
+  position: relative;
56
+  overflow: hidden;
57
+}
58
+.WoDe .WoDeContent > .TopBg > .UserInfo > .flex-item > text {
59
+  display: block;
60
+  white-space: nowrap;
61
+  font-size: 30px;
62
+  color: #333;
63
+  line-height: 40px;
64
+  overflow: hidden;
65
+  text-overflow: ellipsis;
66
+}
67
+.WoDe .WoDeContent > .TopBg > .UserInfo > .flex-item > text:first-child {
68
+  font-size: 34px;
69
+  margin-bottom: 30px;
70
+}
71
+.WoDe .WoDeContent > .TopBg > .UserInfo > text {
72
+  font-size: 30px;
73
+  line-height: 58px;
74
+  border: 2px solid #000;
75
+  border-radius: 8px;
76
+  padding: 0 20px;
77
+  margin-right: 30px;
78
+}
79
+.WoDe .WoDeContent > .UserTab {
80
+  padding: 30px 0;
81
+  margin-top: 20px;
82
+  position: relative;
83
+  overflow: hidden;
84
+}
85
+.WoDe .WoDeContent > .UserTab > .Line {
86
+  width: 100%;
87
+  height: 20px;
88
+  background-color: #f8f8f8;
89
+}
90
+.WoDe .WoDeContent > .UserTab > .flex-h {
91
+  padding: 0 30px;
92
+  align-items: center;
93
+}
94
+.WoDe .WoDeContent > .UserTab > .flex-h > text {
95
+  font-size: 44px;
96
+  color: #F35844;
97
+  margin-right: 20px;
98
+  max-width: 44px;
99
+}
100
+.WoDe .WoDeContent > .UserTab > .flex-h > view {
101
+  align-items: center;
102
+  border-bottom: 2px solid #f8f8f8;
103
+}
104
+.WoDe .WoDeContent > .UserTab > .flex-h > view > text {
105
+  font-size: 32px;
106
+  color: #999;
107
+  line-height: 100px;
108
+  margin-left: 20px;
109
+  overflow: hidden;
110
+}
111
+.WoDe .WoDeContent > .UserTab > .flex-h > view > text:first-child {
112
+  margin-left: 0;
113
+  color: #333;
114
+}

+ 3
- 2
src/pages/WoDe/index.jsx Целия файл

@@ -18,15 +18,16 @@ const menuGroup = [
18 18
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
19 19
     { icon: 'iconjiaofei', name: '缴费历史', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
20 20
     { icon: 'iconfuwu1', name: '我的报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
21
+    { icon: 'iconyijianfankui', name: '意见反馈', id: 10, router: '/pages/ShouYe/YeZhuFanKui/index' },
21 22
   ],
22 23
   [
23 24
     { icon: 'iconerweima', name: '推荐二维码', id: 5, router: '/pages/WoDe/TuiJianErWeiMa/index' },
24 25
     // { icon: 'iconfenxiang', name: '推荐分享', id: 6, router: '/pages/WoDe/TuiJianFenXiang/index' },
25 26
     { icon: 'iconhuodong', name: '参与活动', id: 7, router: '/pages/WoDe/WoDeHuoDong/index' },
26
-    { icon: 'icondingdan', name: '我的订单', id: 7, router: '/pages/WoDe/WoDeDingDan/index' }
27
+    { icon: 'icondingdan', name: '我的订单', id: 8, router: '/pages/WoDe/WoDeDingDan/index' }
27 28
   ],
28 29
   [
29
-    { icon: 'iconfuwu1', name: '管家工单', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index', personTypes: [PERSON_TYPE.LIFE_CONSULTANT] },
30
+    { icon: 'iconfuwu1', name: '管家工单', id: 9, router: '/pages/WoDe/YeZhuBaoXiu/index', personTypes: [PERSON_TYPE.LIFE_CONSULTANT] },
30 31
   ]
31 32
 ]
32 33
 

+ 1
- 0
src/pages/WoDe/index.less Целия файл

@@ -105,6 +105,7 @@
105 105
           font-size: 44px;
106 106
           color: #F35844;
107 107
           margin-right: 20px;
108
+          max-width: 44px;
108 109
         }
109 110
 
110 111
         >view {