Commit d8041060 authored by 朱璇's avatar 朱璇

修改图片

parent a300de72
......@@ -2,7 +2,7 @@
* @Author: zx
* @Date: 2020-06-30 17:40:43
* @Last Modified by: zx
* @Last Modified time: 2020-07-02 10:12:40
* @Last Modified time: 2020-07-02 10:20:25
*/
import 'package:cached_network_image/cached_network_image.dart';
......@@ -163,13 +163,15 @@ Widget reloadPage () {
child: Stack(
children: <Widget>[
Positioned(
child: ClipRRect (
borderRadius: BorderRadius.circular(15),
child: Container(
alignment: Alignment.center,
color: Colors.cyan,
margin: EdgeInsets.fromLTRB(5.5, 15, 5.5, 15),
// width: (screenWidth - 41) / 2.0,
child: Image.asset('plan_compare_detail_info_bg'),
),
)
),
Positioned(
left: 17.5,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment