适配 iPhoneSE review by zhanglixia
Showing
2 changed files
with
6 additions
and
7 deletions
@@ -81,32 +81,31 @@ let styles = StyleSheet.create({ | @@ -81,32 +81,31 @@ let styles = StyleSheet.create({ | ||
81 | height: 60, | 81 | height: 60, |
82 | backgroundColor: 'white', | 82 | backgroundColor: 'white', |
83 | marginTop: 10, | 83 | marginTop: 10, |
84 | - marginLeft: 10, | ||
85 | }, | 84 | }, |
86 | rightView: { | 85 | rightView: { |
87 | - width: width - 50, | 86 | + width: width - 60, |
88 | height: backgroundHeight, | 87 | height: backgroundHeight, |
89 | backgroundColor: 'white', | 88 | backgroundColor: 'white', |
90 | - marginLeft: 5, | ||
91 | }, | 89 | }, |
92 | rightTitle: { | 90 | rightTitle: { |
93 | - fontSize: 15, | 91 | + width: width - 60 - 40, |
92 | + fontSize: 14, | ||
94 | fontWeight: 'bold', | 93 | fontWeight: 'bold', |
95 | color: 'black', | 94 | color: 'black', |
96 | backgroundColor: 'white', | 95 | backgroundColor: 'white', |
97 | marginTop: 17, | 96 | marginTop: 17, |
98 | }, | 97 | }, |
99 | rightDetail: { | 98 | rightDetail: { |
100 | - fontSize: 14, | 99 | + fontSize: 13, |
101 | color: 'gray', | 100 | color: 'gray', |
102 | backgroundColor: 'white', | 101 | backgroundColor: 'white', |
103 | marginTop: 10, | 102 | marginTop: 10, |
104 | }, | 103 | }, |
105 | button: { | 104 | button: { |
106 | position: 'absolute', | 105 | position: 'absolute', |
107 | - right: 20, | 106 | + right: 10, |
108 | top: 32, | 107 | top: 32, |
109 | - width: 40, | 108 | + width: 35, |
110 | height: 18, | 109 | height: 18, |
111 | backgroundColor: 'black', | 110 | backgroundColor: 'black', |
112 | justifyContent: 'center', | 111 | justifyContent: 'center', |
js/guang/image/wechart@2x.png
100755 → 100644
-
Please register or login to post a comment