Commit 8e008693 authored by 朱璇's avatar 朱璇

UI走查

parent 02ff9b47
assets/discuss_loe_price_auth.png

8.46 KB | W: | H:

assets/discuss_loe_price_auth.png

8.62 KB | W: | H:

assets/discuss_loe_price_auth.png
assets/discuss_loe_price_auth.png
assets/discuss_loe_price_auth.png
assets/discuss_loe_price_auth.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -162,17 +162,26 @@ class _PopView implements ICenterPicker {
child: baseText(_model.popViewLive.data.second.authorizePhone, 16,
Color(0xff484848))),
Container(
alignment: Alignment.center,
margin: EdgeInsets.only(bottom: 14),
width: contentWidth - 70,
height: 37,
// decoration: BoxDecoration(
// borderRadius: BorderRadius.circular(7),
// color: Color.fromARGB(alp, 58, 195, 189)
// ),
child: Image.asset(
"assets/discuss_loe_price_auth.png",
fit: BoxFit.cover,
),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(7),
color: Color(0xff20BDBB)),
child: Text("一键授权",
textAlign: TextAlign.start,
textScaleFactor: 1.0,
style: TextStyle(
decoration: TextDecoration.none,
fontSize: 15,
color: Color(0xffffffff),
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w700,
shadows: <Shadow>[
Shadow(color: Color(0xff007872), offset: Offset(0, 2))
],
)),
).gestureDetector(() {
// 一键授权
_model.givePhoneAuth(
......
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