upd: redesign

This commit is contained in:
2026-02-12 17:52:19 +08:00
parent 8012f7f322
commit 4df0a44ac9
44 changed files with 127 additions and 105 deletions

View File

@@ -196,6 +196,9 @@ const Styles = StyleSheet.create({
pv20: {
paddingVertical: 20
},
p05: {
padding: 5
},
p15: {
padding: 15
},
@@ -398,8 +401,8 @@ const Styles = StyleSheet.create({
contentPaperGrid2: {
backgroundColor: 'white',
height: 100,
borderBottomEndRadius: 15,
borderBottomStartRadius: 15,
borderBottomEndRadius: 5,
borderBottomStartRadius: 5,
paddingHorizontal: 20,
paddingVertical: 15,
justifyContent: 'flex-start'
@@ -428,6 +431,13 @@ const Styles = StyleSheet.create({
shadowRadius: 4,
elevation: 5,
},
noShadow: {
shadowColor: 'transparent',
shadowOffset: { width: 0, height: 0 },
shadowOpacity: 0,
shadowRadius: 0,
elevation: 0,
},
contentItemCenter: {
justifyContent: 'center',
alignItems: 'center'
@@ -459,8 +469,8 @@ const Styles = StyleSheet.create({
padding: 10,
borderColor: '#d6d8f6',
borderWidth: 1,
borderRadius: 10,
marginBottom: 5
borderRadius: 5,
marginBottom: 10
},
wrapItemBorderNone: {
padding: 10,