更新数据页面UI review by sunkai
Showing
3 changed files
with
19 additions
and
0 deletions
@@ -57,6 +57,10 @@ export default class Data extends Component { | @@ -57,6 +57,10 @@ export default class Data extends Component { | ||
57 | <View style={styles.textView}> | 57 | <View style={styles.textView}> |
58 | <Text | 58 | <Text |
59 | style={styles.amountText}>{this.props.settlementInfo.settlementInfoData.settlementAmount}</Text> | 59 | style={styles.amountText}>{this.props.settlementInfo.settlementInfoData.settlementAmount}</Text> |
60 | + <View style={styles.reminderView}> | ||
61 | + <Image style={styles.reminderImage} source={require('../images/reminder.png')}/> | ||
62 | + <Text style={styles.reminderText}>每月15日统一打款,节假日顺延</Text> | ||
63 | + </View> | ||
60 | </View> | 64 | </View> |
61 | <View style={[styles.textView, {paddingRight: 30}]}> | 65 | <View style={[styles.textView, {paddingRight: 30}]}> |
62 | <TouchableOpacity activeOpacity={1} onPress={() => { | 66 | <TouchableOpacity activeOpacity={1} onPress={() => { |
@@ -131,8 +135,23 @@ let styles = StyleSheet.create({ | @@ -131,8 +135,23 @@ let styles = StyleSheet.create({ | ||
131 | textView: { | 135 | textView: { |
132 | flexDirection: 'column', | 136 | flexDirection: 'column', |
133 | justifyContent: 'center', | 137 | justifyContent: 'center', |
138 | + alignItems: 'flex-start', | ||
139 | + }, | ||
140 | + reminderImage: { | ||
141 | + width: 11, | ||
142 | + height: 11, | ||
143 | + }, | ||
144 | + reminderView: { | ||
145 | + marginTop: 2, | ||
146 | + flexDirection: 'row', | ||
134 | alignItems: 'center', | 147 | alignItems: 'center', |
135 | }, | 148 | }, |
149 | + reminderText: { | ||
150 | + fontFamily: 'PingFang-SC-Regular', | ||
151 | + color: '#B0B0B0', | ||
152 | + fontSize: 10, | ||
153 | + paddingLeft: 2 | ||
154 | + }, | ||
136 | headerBackground: { | 155 | headerBackground: { |
137 | width: width, | 156 | width: width, |
138 | height: 128, | 157 | height: 128, |
js/alliance/images/reminder@2x.png
0 → 100644
896 Bytes
js/alliance/images/reminder@3x.png
0 → 100644
1.34 KB
-
Please register or login to post a comment