|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
import 'package:flutter/cupertino.dart'; |
|
|
|
|
import 'package:flutter/material.dart'; |
|
|
|
|
import 'package:huixiang/generated/l10n.dart'; |
|
|
|
|
import 'package:huixiang/utils/font_weight.dart'; |
|
|
|
|
import 'package:huixiang/view_widget/my_appbar.dart'; |
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart'; |
|
|
|
|
|
|
|
|
@ -58,7 +59,7 @@ class _TreatyPage extends State<TreatyPage> {
|
|
|
|
|
"用戶註冊及使用App隱私協議", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 18.sp, |
|
|
|
|
fontWeight: FontWeight.w600, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
color: Color(0xff00A359), |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -80,7 +81,7 @@ class _TreatyPage extends State<TreatyPage> {
|
|
|
|
|
"一、賬號註冊", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 18.sp, |
|
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
height: 1.2, |
|
|
|
|
color: Color(0xff32A060)), |
|
|
|
|
), |
|
|
|
@ -97,7 +98,7 @@ class _TreatyPage extends State<TreatyPage> {
|
|
|
|
|
"二、用戶個人隱私信息保護", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 18.sp, |
|
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
height: 1.2, |
|
|
|
|
color: Color(0xff32A060)), |
|
|
|
|
), |
|
|
|
@ -117,7 +118,7 @@ class _TreatyPage extends State<TreatyPage> {
|
|
|
|
|
"三、用戶發佈內容規範", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 18.sp, |
|
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
height: 1.2, |
|
|
|
|
color: Color(0xff32A060)), |
|
|
|
|
), |
|
|
|
@ -142,7 +143,7 @@ class _TreatyPage extends State<TreatyPage> {
|
|
|
|
|
"四、使用規則", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 18.sp, |
|
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
height: 1.2, |
|
|
|
|
color: Color(0xff32A060)), |
|
|
|
|
), |
|
|
|
@ -164,7 +165,7 @@ class _TreatyPage extends State<TreatyPage> {
|
|
|
|
|
"五、其他", |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 18.sp, |
|
|
|
|
fontWeight: FontWeight.bold, |
|
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
|
height: 1.2, |
|
|
|
|
color: Color(0xff32A060)), |
|
|
|
|
), |
|
|
|
@ -191,7 +192,7 @@ class _TreatyPage extends State<TreatyPage> {
|
|
|
|
|
text, |
|
|
|
|
style: TextStyle( |
|
|
|
|
fontSize: 16.sp, |
|
|
|
|
fontWeight: FontWeight.w400, |
|
|
|
|
fontWeight: MyFontWeight.regular, |
|
|
|
|
height: 1.7, |
|
|
|
|
color: Colors.black), |
|
|
|
|
), |
|
|
|
|