更新
This commit is contained in:
@@ -108,15 +108,11 @@ class ScorePage extends GetView<mh.ScoreController> {
|
||||
AlignmentDirectional(0, 0),
|
||||
child: Text(
|
||||
'我要评价',
|
||||
style:
|
||||
FlutterFlowTheme.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize: 30.rpx,
|
||||
letterSpacing: 0,
|
||||
color: Colors.white),
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
fontSize: 30.rpx,
|
||||
letterSpacing: 0,
|
||||
color: Colors.white),
|
||||
),
|
||||
),
|
||||
Row(
|
||||
@@ -295,18 +291,13 @@ class ScorePage extends GetView<mh.ScoreController> {
|
||||
}
|
||||
return Text(
|
||||
scoreText,
|
||||
style:
|
||||
FlutterFlowTheme.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize: 30.rpx,
|
||||
letterSpacing: 0,
|
||||
color: scoreColor,
|
||||
fontWeight:
|
||||
FontWeight
|
||||
.bold),
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
fontSize: 30.rpx,
|
||||
letterSpacing: 0,
|
||||
color: scoreColor,
|
||||
fontWeight:
|
||||
FontWeight.bold),
|
||||
);
|
||||
}),
|
||||
),
|
||||
@@ -318,16 +309,11 @@ class ScorePage extends GetView<mh.ScoreController> {
|
||||
.fromSTEB(0, 17, 0, 0),
|
||||
child: Text(
|
||||
'再多的溢美之词,都比不上您真心的评价。我们愿付出200%的努力,只为您100%的满意~感谢您的支持与厚爱!',
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize: 26.rpx,
|
||||
letterSpacing: 0,
|
||||
color:
|
||||
Color(0xFF9AA0B3)),
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
fontSize: 26.rpx,
|
||||
letterSpacing: 0,
|
||||
color: Color(0xFF9AA0B3)),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -443,14 +429,12 @@ class ScorePage extends GetView<mh.ScoreController> {
|
||||
),
|
||||
child: Text(
|
||||
"提交",
|
||||
style: FlutterFlowTheme.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
fontFamily: 'Readex Pro',
|
||||
color: stringToColor("#011D33"),
|
||||
letterSpacing: 0,
|
||||
fontSize: 30.rpx,
|
||||
),
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
color: stringToColor("#011D33"),
|
||||
letterSpacing: 0,
|
||||
fontSize: 30.rpx,
|
||||
),
|
||||
),
|
||||
),
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user