|
|
|
@ -563,9 +563,9 @@ class _HyshPageState extends State<HyshContentNew> with SingleTickerProviderStat
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
width: ScreenUtil().setWidth(1022),
|
|
|
|
width: ScreenUtil().setWidth(1022),
|
|
|
|
//height: ScreenUtil().setHeight(639),
|
|
|
|
//height: ScreenUtil().setHeight(639),
|
|
|
|
height: ScreenUtil().setHeight(22 + 1022 * (9 / 16)), // 兴文县的违章图片无法获取,暂时调整
|
|
|
|
// height: ScreenUtil().setHeight(22 + 1022 * (9 / 16)), // 兴文县的违章图片无法获取,暂时调整
|
|
|
|
// height: ScreenUtil()
|
|
|
|
height: ScreenUtil()
|
|
|
|
// .setHeight(22 + 1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
|
|
|
|
.setHeight(22 + 1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
//color: Colors.white,
|
|
|
|
//color: Colors.white,
|
|
|
|
borderRadius: BorderRadius.all(
|
|
|
|
borderRadius: BorderRadius.all(
|
|
|
|
@ -578,10 +578,9 @@ class _HyshPageState extends State<HyshContentNew> with SingleTickerProviderStat
|
|
|
|
top: ScreenUtil().setHeight(11),
|
|
|
|
top: ScreenUtil().setHeight(11),
|
|
|
|
child: Container(
|
|
|
|
child: Container(
|
|
|
|
width: ScreenUtil().setWidth(1022),
|
|
|
|
width: ScreenUtil().setWidth(1022),
|
|
|
|
// height:
|
|
|
|
height:
|
|
|
|
// ScreenUtil().setHeight(1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
|
|
|
|
ScreenUtil().setHeight(1022 * (ratioList.isNotEmpty ? ratioList[index] : 9 / 16)),
|
|
|
|
height: ScreenUtil().setHeight(1022 * (9 / 16)),
|
|
|
|
// height: ScreenUtil().setHeight(1022 * (9 / 16)), // 兴文县的违章图片无法获取,暂时调整
|
|
|
|
// 兴文县的违章图片无法获取,暂时调整
|
|
|
|
|
|
|
|
child: getNetworkImage(getMediaUrl(listGetZpjl[index]['pic_url'])),
|
|
|
|
child: getNetworkImage(getMediaUrl(listGetZpjl[index]['pic_url'])),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|