Browse Source

no message

master
ZHR007 3 months ago
parent
commit
286cb3ee05
1 changed files with 36 additions and 36 deletions
  1. 72
      lib/pages/discover/live_item_widget.dart

72
lib/pages/discover/live_item_widget.dart

@ -78,42 +78,42 @@ class _LiveItemWidgetState extends State<LiveItemWidget> {
), ),
) )
), ),
Positioned(
top: 0,
left: 0,
child: Stack(
children: [
Image.asset(
Assets.imagesSubscript,
width: 56.w,
height: 16.w,
),
SizedBox(
height: 16.w,
child: Row(
crossAxisAlignment: CrossAxisAlignment.center,
children: [
SizedBox(width: 5.w),
Image.asset(
Assets.imagesLocationIcon,
width: 6.w,
height: 7.w,
),
SizedBox(width: 3.w),
Text(
"49.9km",
style: TextStyle(
fontSize: 8.w,
color: Colors.white,
fontWeight: FontWeight.w500,
),
),
],
),
),
],
),
),
// Positioned(
// top: 0,
// left: 0,
// child: Stack(
// children: [
// Image.asset(
// Assets.imagesSubscript,
// width: 56.w,
// height: 16.w,
// ),
// SizedBox(
// height: 16.w,
// child: Row(
// crossAxisAlignment: CrossAxisAlignment.center,
// children: [
// SizedBox(width: 5.w),
// Image.asset(
// Assets.imagesLocationIcon,
// width: 6.w,
// height: 7.w,
// ),
// SizedBox(width: 3.w),
// Text(
// "49.9km",
// style: TextStyle(
// fontSize: 8.w,
// color: Colors.white,
// fontWeight: FontWeight.w500,
// ),
// ),
// ],
// ),
// ),
// ],
// ),
// ),
if (widget.item != null && widget.item is Map && widget.item["isNew"] == true) if (widget.item != null && widget.item is Map && widget.item["isNew"] == true)
Positioned( Positioned(
top: 9.w, top: 9.w,

Loading…
Cancel
Save