Commit 8145d1cb by peii

Merge branch 'develop' into product

parents c3fdfd57 8b58d1af
...@@ -15,7 +15,6 @@ import { ...@@ -15,7 +15,6 @@ import {
second_text_size, second_text_size,
title_text_color, title_text_color,
pxSize, pxSize,
scale,
} from '../../../base/BaseStyle' } from '../../../base/BaseStyle'
import { show } from '../../../utils/Utils' import { show } from '../../../utils/Utils'
...@@ -153,12 +152,12 @@ const styles = StyleSheet.create({ ...@@ -153,12 +152,12 @@ const styles = StyleSheet.create({
cont_inner: { cont_inner: {
position: 'absolute', position: 'absolute',
left: 0, left: 0,
top: scale(196), top: pxSize(196),
width: Width() - 60, width: Width() - 60,
flex: 1, flex: 1,
flexDirection: 'column', flexDirection: 'column',
backgroundColor: foundation_color, backgroundColor: foundation_color,
height: scale(360), height: pxSize(360),
borderRadius: 10, borderRadius: 10,
marginHorizontal: 30, marginHorizontal: 30,
marginVertical: 20, marginVertical: 20,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment