|
export const style = {
|
|
color: {
|
|
type: {
|
|
bank: '#E74C3C',
|
|
alipay: '#1678ff',
|
|
wechat: '#04BE02',
|
|
shouqianba: '#ffc106',
|
|
others: '#34495E',
|
|
},
|
|
},
|
|
icon: {
|
|
pay: '',
|
|
refund: '',
|
|
withdrawTransfer: '',
|
|
compensate: '',
|
|
moveIn: '',
|
|
moveOut: '',
|
|
deposit: '',
|
|
tax: '',
|
|
}
|
|
};
|