优化篮球分数显示

This commit is contained in:
xianyi
2026-01-23 14:02:43 +08:00
parent dad06dd27d
commit d07b1cbf43
6 changed files with 23 additions and 19 deletions

View File

@@ -437,7 +437,7 @@ const styles = StyleSheet.create({
},
scoreValue: {
color: "#000",
fontSize: 25,
fontSize: 20,
fontWeight: "700",
lineHeight: 30,
letterSpacing: 1,

View File

@@ -386,7 +386,7 @@ const styles = StyleSheet.create({
gap: 6,
},
scoreBox: {
width: 36,
width: 45,
height: 54,
borderRadius: 8,
borderWidth: 1.5,
@@ -416,7 +416,7 @@ const styles = StyleSheet.create({
color: "#FF9500",
},
scoreBoxPlaceholder: {
width: 36,
width: 45,
height: 54,
},
favoriteButton: {

View File

@@ -709,7 +709,7 @@ const styles = StyleSheet.create({
alignItems: "center",
},
scoreContainer: {
width: 25,
width: 35,
alignItems: "center",
},
extraStatsContainer: {
@@ -722,7 +722,7 @@ const styles = StyleSheet.create({
alignItems: "center",
},
scoreBox: {
width: 28,
width: 35,
height: 55,
borderRadius: 8,
borderWidth: 0.3,
@@ -751,7 +751,7 @@ const styles = StyleSheet.create({
backgroundColor: "rgba(0,0,0,0.06)",
},
scoreBoxPlaceholder: {
width: 28,
width: 35,
height: 48,
},
cardsInline: {