质押合同模板下载 - 免费获取可编辑模板
const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#F5F5F5', }, listItem: { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', backgroundColor: '#FFF', paddingHorizontal: 16, paddingVertical: 8, marginTop: 10, }, listItemLeft: { flexDirection: 'row', alignItems: 'center', }, listItemImage: { width: 24, height: 24, marginRight: 10, }, listItemText: { fontSize: 14, color: '#555', }, listItemRight: { width: 22, height: 22, alignItems: 'center', justifyContent: 'center', }, })
export default Contract
原文地址: https://www.cveoy.top/t/topic/lijU 著作权归作者所有。请勿转载和采集!