调整了品类的样式。review by chenlin。
Showing
4 changed files
with
7 additions
and
6 deletions
@@ -80,7 +80,7 @@ export default class CategoryList extends Component { | @@ -80,7 +80,7 @@ export default class CategoryList extends Component { | ||
80 | this.props.currentCateId==rowID&&this.state.offsetx<0? | 80 | this.props.currentCateId==rowID&&this.state.offsetx<0? |
81 | <Image style={styles.select_icon} source={require('../../images/category_select_icon.png')}/> :null | 81 | <Image style={styles.select_icon} source={require('../../images/category_select_icon.png')}/> :null |
82 | } | 82 | } |
83 | - <Image style={styles.arrow} source={require('../../images/shared_enterbuttom_normal.png')}/> | 83 | + <Image style={styles.arrow} source={require('../../images/category_arrow.png')}/> |
84 | </View> | 84 | </View> |
85 | </TouchableOpacity> | 85 | </TouchableOpacity> |
86 | ); | 86 | ); |
@@ -177,7 +177,7 @@ let styles = StyleSheet.create({ | @@ -177,7 +177,7 @@ let styles = StyleSheet.create({ | ||
177 | width: width, | 177 | width: width, |
178 | height: 0.5, | 178 | height: 0.5, |
179 | backgroundColor: '#e0e0e0', | 179 | backgroundColor: '#e0e0e0', |
180 | - marginLeft: 80, | 180 | + marginLeft: 70, |
181 | }, | 181 | }, |
182 | subSeparator:{ | 182 | subSeparator:{ |
183 | width: width, | 183 | width: width, |
@@ -188,6 +188,7 @@ let styles = StyleSheet.create({ | @@ -188,6 +188,7 @@ let styles = StyleSheet.create({ | ||
188 | title: { | 188 | title: { |
189 | flex: 1, | 189 | flex: 1, |
190 | fontSize: 17, | 190 | fontSize: 17, |
191 | + fontWeight:'bold', | ||
191 | color: '#444444', | 192 | color: '#444444', |
192 | }, | 193 | }, |
193 | subTitle: { | 194 | subTitle: { |
@@ -197,14 +198,14 @@ let styles = StyleSheet.create({ | @@ -197,14 +198,14 @@ let styles = StyleSheet.create({ | ||
197 | }, | 198 | }, |
198 | logo_icon:{ | 199 | logo_icon:{ |
199 | marginRight:20, | 200 | marginRight:20, |
200 | - width: 40, | ||
201 | - height: 40, | 201 | + width: 30, |
202 | + height: 30, | ||
202 | }, | 203 | }, |
203 | select_icon: { | 204 | select_icon: { |
204 | position: 'absolute', | 205 | position: 'absolute', |
205 | left: width/2-6, | 206 | left: width/2-6, |
206 | top:rowHeight/2-6, | 207 | top:rowHeight/2-6, |
207 | - width: 6, | 208 | + width: 7, |
208 | height: 12, | 209 | height: 12, |
209 | 210 | ||
210 | }, | 211 | }, |
js/classify/images/category_arrow@2x.png
0 → 100644
1.17 KB
js/classify/images/category_arrow@3x.png
0 → 100644
1.28 KB
@@ -72,7 +72,7 @@ export default class ChannelSelector extends React.Component { | @@ -72,7 +72,7 @@ export default class ChannelSelector extends React.Component { | ||
72 | isRowSelected = (rowData.value == this.props.selectedChannelValue); | 72 | isRowSelected = (rowData.value == this.props.selectedChannelValue); |
73 | } | 73 | } |
74 | 74 | ||
75 | - let colorStyle = isRowSelected ? {color: '#444444', fontFamily: 'HelveticaNeue', fontSize: 17} : {color: '#b0b0b0', fontFamily: 'HelveticaNeue-Bold', fontSize: 17,}; | 75 | + let colorStyle = isRowSelected ? {color: '#444444', fontFamily: 'HelveticaNeue', fontSize: 17} : {color: '#b0b0b0', fontFamily: 'HelveticaNeue', fontSize: 17,}; |
76 | 76 | ||
77 | return ( | 77 | return ( |
78 | <TouchableOpacity activeOpacity={1} onPress={() => { | 78 | <TouchableOpacity activeOpacity={1} onPress={() => { |
-
Please register or login to post a comment