...
|
...
|
@@ -191,7 +191,7 @@ let styles = StyleSheet.create({ |
|
|
width: width,
|
|
|
height: Math.ceil((30 / 640) * width),
|
|
|
textAlign: 'center',
|
|
|
fontSize: 14,
|
|
|
fontSize: 16,
|
|
|
},
|
|
|
priceV: {
|
|
|
flexDirection: 'row',
|
...
|
...
|
@@ -202,23 +202,22 @@ let styles = StyleSheet.create({ |
|
|
price1: {
|
|
|
height: Math.ceil((30 / 640) * width),
|
|
|
textAlign: 'right',
|
|
|
fontSize: 16,
|
|
|
color: '#d0021b'
|
|
|
fontSize: 20,
|
|
|
color: '#d0021b',
|
|
|
},
|
|
|
price2: {
|
|
|
height: Math.ceil((20 / 640) * width),
|
|
|
height: Math.ceil((30 / 640) * width),
|
|
|
marginTop: Math.ceil((5 / 640) * width),
|
|
|
textAlign: 'left',
|
|
|
fontSize: 10,
|
|
|
color: '#d0021b'
|
|
|
fontSize: 12,
|
|
|
color: '#d0021b',
|
|
|
},
|
|
|
time: {
|
|
|
width: width,
|
|
|
height: Math.ceil((20 / 640) * width),
|
|
|
height: Math.ceil((30 / 640) * width),
|
|
|
marginTop: Math.ceil((12 / 640) * width),
|
|
|
backgroundColor: 'transparent',
|
|
|
textAlign: 'center',
|
|
|
fontSize: 10,
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
space: {
|
|
|
width: width,
|
...
|
...
|
|