|
|
|
@ -146,7 +146,7 @@ class EventInfo extends StatelessWidget { |
|
|
|
), |
|
|
|
), |
|
|
|
Text( |
|
|
|
"男${controller.item.value.numberMan}人 女${controller.item.value.womanNumber}人", |
|
|
|
"男${controller.item.value.numberMan}人 女${controller.item.value.numberWoman}人", |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 12.w, |
|
|
|
color: const Color.fromRGBO(144, 144, 144, 1) |
|
|
|
@ -203,7 +203,7 @@ class EventInfo extends StatelessWidget { |
|
|
|
"${(controller.item.value.manNumber ?? 0)}人", |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 13.w, |
|
|
|
color: const Color.fromRGBO(237, 245, 255, 1), |
|
|
|
color: const Color.fromRGBO(120, 140, 255, 1), |
|
|
|
), |
|
|
|
), |
|
|
|
], |
|
|
|
@ -221,7 +221,7 @@ class EventInfo extends StatelessWidget { |
|
|
|
"${(controller.item.value.womanNumber ?? 0)}人", |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 13.w, |
|
|
|
color: const Color.fromRGBO(255, 237, 255, 1), |
|
|
|
color: const Color.fromRGBO(255, 66, 236, 1), |
|
|
|
), |
|
|
|
), |
|
|
|
], |
|
|
|
|