|
@@ -27,31 +27,32 @@ class AboutUs extends StatelessWidget {
|
27
|
27
|
children: [
|
28
|
28
|
Container(
|
29
|
29
|
margin: EdgeInsets.fromLTRB(0, 0, 0, 30.h),
|
30
|
|
- child: Row(
|
|
30
|
+ child: Row(
|
31
|
31
|
mainAxisAlignment: MainAxisAlignment.center,
|
32
|
32
|
children: [
|
33
|
|
- Image(image: const AssetImage(
|
34
|
|
- 'images/icons/decorate.png'
|
35
|
|
- ),width: 16.5.w),
|
36
|
|
- Text('智慧农机的介绍',
|
|
33
|
+ Image(
|
|
34
|
+ image: const AssetImage('images/icons/decorate.png'),
|
|
35
|
+ width: 16.5.w),
|
|
36
|
+ Text(
|
|
37
|
+ '智慧农机的介绍',
|
37
|
38
|
style: TextStyle(
|
38
|
|
- fontSize: 20.sp,
|
39
|
|
- fontWeight: FontWeight.bold,
|
40
|
|
- color: const Color(0xFF222222)
|
41
|
|
- ),
|
|
39
|
+ fontSize: 20.sp,
|
|
40
|
+ fontWeight: FontWeight.bold,
|
|
41
|
+ color: const Color(0xFF222222)),
|
42
|
42
|
),
|
43
|
|
- Image(image: const AssetImage('images/icons/decorate.png'),width: 16.5.w),
|
|
43
|
+ Image(
|
|
44
|
+ image: const AssetImage('images/icons/decorate.png'),
|
|
45
|
+ width: 16.5.w),
|
44
|
46
|
],
|
45
|
47
|
),
|
46
|
48
|
),
|
47
|
49
|
Text(
|
48
|
50
|
' 智慧农机旨在通过新一代物联网,大数据,3S等信息化技术有效整合省市县各级涉农资源',
|
49
|
51
|
style: TextStyle(
|
50
|
|
- color: Color(0xFF121212),
|
51
|
|
- fontSize: 15.sp,
|
52
|
|
- letterSpacing: 2,
|
53
|
|
- height: 2
|
54
|
|
- ),
|
|
52
|
+ color: Color(0xFF121212),
|
|
53
|
+ fontSize: 15.sp,
|
|
54
|
+ letterSpacing: 2,
|
|
55
|
+ height: 2),
|
55
|
56
|
),
|
56
|
57
|
Text(
|
57
|
58
|
' 以顶层设计方式建成“一个平台一个中心N个应用”汇聚农业产业。农业“两区”。',
|
|
@@ -59,8 +60,7 @@ class AboutUs extends StatelessWidget {
|
59
|
60
|
color: Color(0xFF121212),
|
60
|
61
|
fontSize: 15.sp,
|
61
|
62
|
letterSpacing: 2,
|
62
|
|
- height: 2
|
63
|
|
- ),
|
|
63
|
+ height: 2),
|
64
|
64
|
),
|
65
|
65
|
Text(
|
66
|
66
|
' 物联网、植保、农机、畜牧、农资、农经,科教等各级农业业务应用及数据,形成大农业”数据中心。',
|
|
@@ -68,18 +68,15 @@ class AboutUs extends StatelessWidget {
|
68
|
68
|
color: Color(0xFF121212),
|
69
|
69
|
fontSize: 15.sp,
|
70
|
70
|
letterSpacing: 2,
|
71
|
|
- height: 2
|
72
|
|
- ),
|
|
71
|
+ height: 2),
|
73
|
72
|
),
|
74
|
|
-
|
75
|
73
|
Text(
|
76
|
74
|
' 构建互联共享的“互联网+农业”信息服务体系以最终实现科学指导农业生产经营管理,政府决策监管和社会公众服务。',
|
77
|
75
|
style: TextStyle(
|
78
|
76
|
color: Color(0xFF121212),
|
79
|
77
|
fontSize: 15.sp,
|
80
|
78
|
letterSpacing: 2,
|
81
|
|
- height: 2
|
82
|
|
- ),
|
|
79
|
+ height: 2),
|
83
|
80
|
),
|
84
|
81
|
Text(
|
85
|
82
|
' 智慧农机旨在通过新一代物联网,大数据,3S等信息化技术有效整合省市县各级涉农资源',
|
|
@@ -87,8 +84,7 @@ class AboutUs extends StatelessWidget {
|
87
|
84
|
color: Color(0xFF121212),
|
88
|
85
|
fontSize: 15.sp,
|
89
|
86
|
letterSpacing: 2,
|
90
|
|
- height: 2
|
91
|
|
- ),
|
|
87
|
+ height: 2),
|
92
|
88
|
),
|
93
|
89
|
Text(
|
94
|
90
|
' 以顶层设计方式建成“一个平台一个中心N个应用”汇聚农业产业。农业“两区”。',
|
|
@@ -96,13 +92,11 @@ class AboutUs extends StatelessWidget {
|
96
|
92
|
color: Color(0xFF121212),
|
97
|
93
|
fontSize: 15.sp,
|
98
|
94
|
letterSpacing: 2,
|
99
|
|
- height: 2
|
100
|
|
- ),
|
|
95
|
+ height: 2),
|
101
|
96
|
),
|
102
|
97
|
],
|
103
|
98
|
),
|
104
|
99
|
),
|
105
|
100
|
);
|
106
|
|
-
|
107
|
101
|
}
|
108
|
102
|
}
|