1002884655 3 gadus atpakaļ
vecāks
revīzija
5b116403b9

+ 2
- 2
src/components/ProjectListItem/index.scss Parādīt failu

61
         vertical-align: middle;
61
         vertical-align: middle;
62
         font-size: 16px;
62
         font-size: 16px;
63
         padding: 0 10px;
63
         padding: 0 10px;
64
-        line-height: 36px;
65
-        background: #FBAB57;
64
+        line-height: 28px;
65
+        background: rgba(251, 171, 87, 0.3);
66
         color: #333;
66
         color: #333;
67
         margin-right: 10px;
67
         margin-right: 10px;
68
       }
68
       }

+ 2
- 2
src/pages/index/components/ColumnTitle/index.scss Parādīt failu

3
   padding: 0 30px;
3
   padding: 0 30px;
4
   margin-top: 40px;
4
   margin-top: 40px;
5
   > text {
5
   > text {
6
-    font-size: 32px;
6
+    font-size: 38px;
7
     font-weight: bold;
7
     font-weight: bold;
8
     color: #000;
8
     color: #000;
9
     line-height: 40px;
9
     line-height: 40px;
10
     &.iconfont {
10
     &.iconfont {
11
-      font-size: 40px;
11
+      font-size: 44px;
12
       font-weight: normal;
12
       font-weight: normal;
13
       margin-right: 20px;
13
       margin-right: 20px;
14
     }
14
     }

+ 1
- 1
src/pages/index/index.jsx Parādīt failu

10
 import ProjectListItem from '../../components/ProjectListItem/index'
10
 import ProjectListItem from '../../components/ProjectListItem/index'
11
 import { ScrollView } from '@tarojs/components'
11
 import { ScrollView } from '@tarojs/components'
12
 import Taro from '@tarojs/taro'
12
 import Taro from '@tarojs/taro'
13
-import { connect } from '@tarojs/redux'
13
+import { connect } from 'react-redux'
14
 
14
 
15
 export default withLayout((props) => {
15
 export default withLayout((props) => {
16
 
16