|
|
@@ -45,25 +45,25 @@ class UserGuideState extends State<UserGuide> {
|
|
|
PageView(
|
|
|
controller: pageController,
|
|
|
children: <Widget>[
|
|
|
- _page(context, children: [
|
|
|
- Align(
|
|
|
- alignment: Alignment.topLeft,
|
|
|
- child: Container(
|
|
|
- margin: EdgeInsets.only(top: 23, left: 40),
|
|
|
- child: Image.asset('images/zhezhao_01.png'),
|
|
|
- ),
|
|
|
- ),
|
|
|
- Align(
|
|
|
- alignment: Alignment.topCenter,
|
|
|
- child: Container(
|
|
|
- margin: EdgeInsets.only(top: 177),
|
|
|
- child: Text(
|
|
|
- '01、此处是您拥有金币的数量',
|
|
|
- style: TextStyle(color: Colors.white, fontSize: 15),
|
|
|
- ),
|
|
|
- ),
|
|
|
- )
|
|
|
- ]),
|
|
|
+// _page(context, children: [
|
|
|
+// Align(
|
|
|
+// alignment: Alignment.topLeft,
|
|
|
+// child: Container(
|
|
|
+// margin: EdgeInsets.only(top: 23, left: 40),
|
|
|
+// child: Image.asset('images/zhezhao_01.png'),
|
|
|
+// ),
|
|
|
+// ),
|
|
|
+// Align(
|
|
|
+// alignment: Alignment.topCenter,
|
|
|
+// child: Container(
|
|
|
+// margin: EdgeInsets.only(top: 177),
|
|
|
+// child: Text(
|
|
|
+// '01、此处是您拥有金币的数量',
|
|
|
+// style: TextStyle(color: Colors.white, fontSize: 15),
|
|
|
+// ),
|
|
|
+// ),
|
|
|
+// )
|
|
|
+// ]),
|
|
|
_page(context, children: [
|
|
|
Align(
|
|
|
alignment: Alignment.topLeft,
|
|
|
@@ -77,7 +77,7 @@ class UserGuideState extends State<UserGuide> {
|
|
|
child: Container(
|
|
|
margin: EdgeInsets.only(top: 159, left: 106),
|
|
|
child: Text(
|
|
|
- '02、带此标示的为VIP赛事\n 相对于普通赛事奖励更为丰厚',
|
|
|
+ '01、带此标示的为VIP赛事\n 相对于普通赛事奖励更为丰厚',
|
|
|
style: TextStyle(color: Colors.white, fontSize: 15),
|
|
|
),
|
|
|
),
|
|
|
@@ -96,7 +96,7 @@ class UserGuideState extends State<UserGuide> {
|
|
|
child: Container(
|
|
|
margin: EdgeInsets.only(top: 175, left: 30),
|
|
|
child: Text(
|
|
|
- '03、这是您在此赛事中的排名情况',
|
|
|
+ '02、这是您在此赛事中的排名情况',
|
|
|
style: TextStyle(color: Colors.white, fontSize: 15),
|
|
|
),
|
|
|
),
|
|
|
@@ -124,7 +124,7 @@ class UserGuideState extends State<UserGuide> {
|
|
|
285,
|
|
|
),
|
|
|
child: Text(
|
|
|
- '04、点击进入,开始您的比赛吧',
|
|
|
+ '03、点击进入,开始您的比赛吧',
|
|
|
style: TextStyle(color: Colors.white, fontSize: 15),
|
|
|
),
|
|
|
),
|