add register, account, article, update navigation

This commit is contained in:
2021-04-13 17:17:14 +07:00
parent b296e442a6
commit c5efa8e6d4
12 changed files with 3337 additions and 7 deletions

View File

@@ -1091,7 +1091,7 @@ const styles = StyleSheet.create({
height: '100%',
},
productBestSaleTitleText: {
width: 200,
width: '100%',
lineHeight: 40,
fontSize: 22,
fontWeight: 'bold',
@@ -1100,8 +1100,7 @@ const styles = StyleSheet.create({
position: 'absolute',
zIndex: 2,
top: 0,
left: '50%',
transform: [{ translateX: -100 }],
left: 0,
textAlign: 'center',
fontStyle: 'italic',
},