xcx před 4 roky
rodič
revize
65d0e0778c

+ 5
- 2
src/assets/css/iconfont.css
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 10
- 6
src/assets/css/iconfont.less
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 6
- 14
src/pages/ShouYe/index.css Zobrazit soubor

103
   color: #ffc412;
103
   color: #ffc412;
104
 }
104
 }
105
 .ShouYe > view.flex-item > .PageContainer .Content > view > .NavContainer > view:nth-child(2) > view > view > text:first-child {
105
 .ShouYe > view.flex-item > .PageContainer .Content > view > .NavContainer > view:nth-child(2) > view > view > text:first-child {
106
-  color: #fb3fc8;
106
+  color: #F35844;
107
 }
107
 }
108
 .ShouYe > view.flex-item > .PageContainer .Content > view > .NavContainer > view:nth-child(3) > view > view > text:first-child {
108
 .ShouYe > view.flex-item > .PageContainer .Content > view > .NavContainer > view:nth-child(3) > view > view > text:first-child {
109
   color: #fb7820;
109
   color: #fb7820;
206
   line-height: 40px;
206
   line-height: 40px;
207
   margin-right: 20px;
207
   margin-right: 20px;
208
 }
208
 }
209
-.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view > .OwnerListContent {
210
-  position: relative;
211
-  width: 100%;
212
-}
213
-.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view > .OwnerListContent .OwnerList {
209
+.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view .OwnerList {
214
   border-top: 2px solid #f8f8f8;
210
   border-top: 2px solid #f8f8f8;
215
-  white-space: nowrap;
216
-  font-size: 0;
211
+  align-items: center;
217
   padding: 30px 0;
212
   padding: 30px 0;
218
 }
213
 }
219
-.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view > .OwnerListContent .OwnerList > view {
220
-  display: inline-block;
221
-  vertical-align: middle;
222
-  width: 25%;
214
+.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view .OwnerList > view {
223
   position: relative;
215
   position: relative;
224
 }
216
 }
225
-.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view > .OwnerListContent .OwnerList > view text {
217
+.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view .OwnerList > view text {
226
   display: block;
218
   display: block;
227
   width: 100%;
219
   width: 100%;
228
   text-align: center;
220
   text-align: center;
230
   color: #333;
222
   color: #333;
231
   line-height: 40px;
223
   line-height: 40px;
232
 }
224
 }
233
-.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view > .OwnerListContent .OwnerList > view text.iconfont {
225
+.ShouYe > view.flex-item > .PageContainer .Content > view > .OwnerContainer > view .OwnerList > view text.iconfont {
234
   color: #f35844;
226
   color: #f35844;
235
   font-size: 60px;
227
   font-size: 60px;
236
   line-height: 70px;
228
   line-height: 70px;

+ 1
- 1
src/pages/ShouYe/index.jsx Zobrazit soubor

26
   ])
26
   ])
27
   const [NavList] = useState([
27
   const [NavList] = useState([
28
     { icon: 'iconhuodong1', name: '活动', id: 1, router: '/pages/ShouYe/HuoDong/index', isTab: false },
28
     { icon: 'iconhuodong1', name: '活动', id: 1, router: '/pages/ShouYe/HuoDong/index', isTab: false },
29
-    { icon: 'iconfuli', name: '福利', id: 2, router: '/pages/FuLi/index', setName: null, setValue: null, isTab: true },
29
+    { icon: 'iconfuli1', name: '福利', id: 2, router: '/pages/FuLi/index', setName: null, setValue: null, isTab: true },
30
     { icon: 'iconfuwu', name: '服务', id: 3, router: '/pages/WuYe/index', setName: 'WuYeNavId', setValue: '2', isTab: true },
30
     { icon: 'iconfuwu', name: '服务', id: 3, router: '/pages/WuYe/index', setName: 'WuYeNavId', setValue: '2', isTab: true },
31
     { icon: 'iconxinwen', name: '资讯', id: 4, router: '/pages/ShouYe/ZiXun/index', isTab: false }
31
     { icon: 'iconxinwen', name: '资讯', id: 4, router: '/pages/ShouYe/ZiXun/index', isTab: false }
32
   ])
32
   ])

+ 1
- 1
src/pages/ShouYe/index.less Zobrazit soubor

130
                     >view {
130
                     >view {
131
                       >text {
131
                       >text {
132
                         &:first-child {
132
                         &:first-child {
133
-                          color: #fb3fc8;
133
+                          color: #F35844;
134
                         }
134
                         }
135
                       }
135
                       }
136
                     }
136
                     }