金融服务协议和支付服务协议
const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#F4F4F4', paddingLeft: 20, }, tcText: { marginTop: 50, paddingRight: 20, }, tcBtn: { flexDirection: 'row', marginTop: 25, }, tcBtnContent: { borderWidth: 0.5, borderColor: '#0081FF', borderRadius: 2, paddingLeft: 8, paddingRight: 8, paddingTop: 4, paddingBottom: 4, }, tcBtnText: { color: '#0081FF', fontSize: 14, }, checkbox: { flexDirection: 'row', marginTop: 25, }, checkboxIcon: { width: 20, height: 20, }, checkboxText: { marginLeft: 6, fontSize: 16, color: '#333', }, })
export default Agreement
原文地址: https://www.cveoy.top/t/topic/lgrg 著作权归作者所有。请勿转载和采集!