wow-weex-ui
Version:
23 lines (21 loc) • 510 B
JavaScript
import config from '../../config'
import Assign from '../../assign'
export default Assign({
end_txt: '人家也是有底线滴',
end_style: {
width: 750,
height: 100,
paddingLeft: 60,
paddingRight: 60,
},
end_bar_style: {
height: 1,
backgroundColor: '#bebebe',
},
end_txt_style: {
fontSize: 20,
color: '#999',
marginRight: 12,
marginLeft: 12,
},
}, config)