panhui 6 yıl önce
ebeveyn
işleme
acf3695fbf
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      lib/pages/RoomInfo.dart

+ 3 - 3
lib/pages/RoomInfo.dart

@@ -732,7 +732,7 @@ class RoomInfoState extends State<RoomInfo> with SingleTickerProviderStateMixin
                                         Image.asset('images/icon_jifen.png'),
                                         Image.asset('images/icon_jifen.png'),
                                         Text(
                                         Text(
                                           'x${houseInfo.bonus * houseInfo.houseLevel.firstRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.firstRatio / 100}',
                                           'x${houseInfo.bonus * houseInfo.houseLevel.firstRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.firstRatio / 100}',
-                                          style: TextStyle(color: Color(0xFFB1B2C0), fontSize: 14, fontWeight: FontWeight.w600),
+                                          style: TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w500),
                                         )
                                         )
                                       ],
                                       ],
                                     ),
                                     ),
@@ -749,7 +749,7 @@ class RoomInfoState extends State<RoomInfo> with SingleTickerProviderStateMixin
                                         Image.asset('images/icon_jifen.png'),
                                         Image.asset('images/icon_jifen.png'),
                                         Text(
                                         Text(
                                           'x${houseInfo.bonus * houseInfo.houseLevel.secondRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.secondRatio / 100}',
                                           'x${houseInfo.bonus * houseInfo.houseLevel.secondRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.secondRatio / 100}',
-                                          style: TextStyle(color: Color(0xFFB1B2C0), fontSize: 14, fontWeight: FontWeight.w600),
+                                          style: TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w500),
                                         )
                                         )
                                       ],
                                       ],
                                     ),
                                     ),
@@ -766,7 +766,7 @@ class RoomInfoState extends State<RoomInfo> with SingleTickerProviderStateMixin
                                         Image.asset('images/icon_jifen.png'),
                                         Image.asset('images/icon_jifen.png'),
                                         Text(
                                         Text(
                                           'x${houseInfo.bonus * houseInfo.houseLevel.thirdRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.thirdRatio / 100}',
                                           'x${houseInfo.bonus * houseInfo.houseLevel.thirdRatio / 100}/${houseInfo.maxNumber * race * houseInfo.houseLevel.entryCoin * houseInfo.houseLevel.thirdRatio / 100}',
-                                          style: TextStyle(color: Color(0xFFB1B2C0), fontSize: 14, fontWeight: FontWeight.w600),
+                                          style: TextStyle(color:Colors.white, fontSize: 14, fontWeight: FontWeight.w500),
                                         )
                                         )
                                       ],
                                       ],
                                     ),
                                     ),