Пример #1
0
const styles = HFStyleSheet.create({
  loanFailImageBox: {
    marginTop: 90,
    marginLeft: 112
  },
  loanFailImage: {
    width: 137,
    height: 157
  },
  loanFailedBox: {
    marginTop: 32,
    justifyContent: 'center',
    alignItems: 'center'
  },
  loanFailedText: {
    textAlign: 'center',
    exclude: ['fontSize'],
    fontSize: 24
  },
  loanFailedResult: {
    marginTop: 13,
    alignSelf: 'center',
    justifyContent: 'center',
    alignItems: 'center'
  },
  loanFailedResultText: {
    textAlign: 'center',
    exclude: ['fontSize'],
    fontSize: 18,
    color: '#999999'
  },
  btnBox: {
    marginTop: 150,
    alignItems: 'center'
  }
})
Пример #2
0
const styles = HFStyleSheet.create({
  availiableAmount: {
    marginTop: 20,
    justifyContent: 'center',
    alignItems: 'center',
    marginBottom: 10
  },
  availiableAmountText: {
    exclude: ['fontSize'],
    fontSize: 17,
    opacity: 0.7
  },
  availiableAmountNumber: {
    exclude: ['fontSize'],
    fontSize: 17,
    opacity: 0.7
  },
  availiableAmountBox: {
    justifyContent: 'center',
    alignItems: 'center',
    marginTop: 20
  },
  availiableAmountInput: {
    width: 300
  },
  selectAmountBox: {
    justifyContent: 'center',
    alignItems: 'center',
    marginTop: 20
  },
  selectAmountInput: {
    width: 300
  },
  confirmBtnBox: {
    marginTop: 50,
    justifyContent: 'center',
    alignItems: 'center'
  },
  confirmBtn: {
    zoom: 'both',
    exclude: ['height'],
    width: 220,
    height: 40,
    borderRadius: 20,
    backgroundColor: Red
  }
})
Пример #3
0
const styles = HFStyleSheet.create({
  textCenter: {
    textAlign: "center"
  },
  titleBox: {
    backgroundColor: "#fff",
    borderBottomWidth: 1,
    borderBottomColor: BorderColor
  },
  title: {
    exclude: ["fontSize"],
    fontSize: 20,
    color: "#999",
    marginTop: 8
  },
  lable: {
    exclude: ["fontSize"],
    fontSize: 16,
    color: "#333",
    marginTop: 34
  },
  num: {
    exclude: ["fontSize"],
    color: "#333",
    marginTop: 10
  },
  numBig: {
    exclude: ["fontSize"],
    fontSize: 34,
  },
  numSmall: {
    exclude: ["fontSize"],
    fontSize: 22
  },
  titleExBox: {
    marginTop: 30,
    marginBottom: 26
  },
  titleExCell: {
    flexDirection: "row"
  },
  titleEx: {
    flex: 1,
    textAlign: "center",
    exclude: ["fontSize"],
    fontSize: 16
  },
  titleExNum: {
    marginTop: 10
  },
  infoCell: {
    borderBottomColor: BorderColor,
    borderBottomWidth: 1,
    marginLeft: ContainerNomalPadding,
    paddingRight: 30,
    flexDirection: "row",
    justifyContent: "space-between"
  },
  infocellText: {
    exclude: ["fontSize"],
    marginVertical: 18,
    fontSize: 16
  },
  infoLableLeft: {
    marginLeft: 12
  },
  infoLableRight: {
    marginRight: 0
  },
  cellBox: {
    backgroundColor: "#fff",
    borderBottomWidth: 1,
    borderBottomColor: BorderColor,
    borderTopWidth: 1,
    borderTopColor: BorderColor
  }
})
Пример #4
0
      </View>

    )
  }
}

module.exports = Debt;

const styles = HFStyleSheet.create({

  cot: {
    flex: 1
  },
  totalBox: {
    backgroundColor: Gray1,
    paddingHorizontal: ContainerNomalPadding,
    paddingBottom: 20
  },
  titleBox: {
    paddingVertical: 12,
    borderBottomWidth: 1,
    borderBottomColor: BorderColor,
    alignItems: 'center'
  },
  title: {
    exclude: ["fontSize"],
    color: Yellow,
    fontSize: 16
  }
})
Пример #5
0
const styles = HFStyleSheet.create({
  scrollViewStyle: {
    exclude:['height'],
    height: Platform.OS === 'ios' ? WindowHeight - 64 : WindowHeight - 56 - 24 * HeightScale
  },
  contractContainer: {

  },
  selectContractHeader: {
    paddingLeft: 16,
    paddingVertical: 20
  },
  selectContractText: {

  },
  contractItemContainer: {
    flexDirection: 'row',
    paddingVertical: 14,
    paddingLeft: 16,
    backgroundColor: Gray1,
    marginBottom: 20
  },
  contractItem: {

  },
  leftItem: {

  },
  itemBox: {
    flexDirection: 'row',
    marginBottom: 16
  },
  itemNameBox: {

  },
  itemTrustAmountBox: {

  },
  itemAvailableAmountBox: {

  },
  itemRepaymentDeadTimeBox: {

  },
  createDate: {
    marginLeft: 14
  },
  trustAmount: {
    fontWeight: 'bold'
  },
  availiableAmount: {
    fontWeight: 'bold',
    color: Red
  },
  repaymentDeadTime: {
    fontWeight: 'bold'
  },
  selectImageBox: {
    marginLeft: 140,
    alignSelf: 'center'
  },
  createNewContract: {
    flexDirection: 'row',
    marginBottom: 20,
    paddingLeft: 10,
    alignItems: 'center',
  },
  rightArrow: {
    marginLeft: 4,
    width: 12,
    height: 12
  },
  btnBox: {
    marginTop: 20,
    justifyContent: 'center',
    alignItems: 'center',
    marginBottom: 20
  },
})
Пример #6
0
const styles = HFStyleSheet.create({
  textCenter: {
    textAlign: "center"
  },
  titleBox: {
    backgroundColor: "#fff",
    borderBottomWidth: 1,
    borderBottomColor: BorderColor,
    marginBottom: 13
  },
  title: {
    exclude: ["fontSize"],
    fontSize: 20,
    color: "#999",
    marginTop: 8
  },
  lable: {
    exclude: ["fontSize"],
    fontSize: 16,
    color: "#333",
    marginTop: 20
  },
  num: {
    exclude: ["fontSize"],
    color: "#333",
    marginTop: 10
  },
  numBig: {
    exclude: ["fontSize"],
    fontSize: 34,
    marginBottom: 30
  },
  numSmall: {
    exclude: ["fontSize"],
    fontSize: 22
  },
  cellBox: {
    borderBottomWidth: 1,
    borderBottomColor: BorderColor,
    borderTopWidth: 1,
    borderTopColor: BorderColor,
    marginBottom: 13,
    backgroundColor: "#fff",
  },
  cellBoxTitle: {
    marginLeft: ContainerNomalPadding,
    borderBottomWidth: 1,
    borderBottomColor: BorderColor
  },
  titleLable: {
    exclude: ["fontSize"],
    fontSize: 16,
    marginTop: 10
  },
  titleNum: {
    exclude: ["fontSize"],
    fontSize: 20,
    marginBottom: 10,
    marginTop: 7
  },
  timeInfo: {
    exclude: ["fontSize"],
    position: 'absolute',
    top: 16,
    right: 18,
    fontSize: 18
  },
  certInfo: {
    exclude: ["fontSize"],
    fontSize: 18,
    color: Red,
    marginBottom: 16,
    marginLeft: ContainerNomalPadding
  },
  cells: {
    paddingTop: 16,
    backgroundColor: "#fff"
  },
  cell: {
    marginLeft: 18,
  },
  cellLable: {
    marginVertical: 0,
    marginBottom: 16
  },
  deleteModal: {
    height: 250
  },
  modalTitle: {
    exclude: ["fontSize"],
    fontSize: 20,
    textAlign: "center",
    marginVertical: 45
  },
  delBtn: {
    backgroundColor: "#fff",
    borderWidth: 1,
    borderColor: "#f22222"
  },
  delBtnText: {
    color: "#f22222"
  },
  cancleBtnBox: {
    marginTop: 20,
    marginBottom: 40
  },
  cancleBtn: {
    backgroundColor: "#fff"
  },
  cancleBtnText: {
    color: "#666",
  }
})
Пример #7
0
const styles = HFStyleSheet.create({
  scrollViewStyle: {
    exclude: ['height'],
    height: Platform.OS === 'ios' ? WindowHeight - 64 : WindowHeight - 56 - 24 * HeightScale
  },
  assetsItem: {
    paddingVertical: 20,
    paddingLeft: 16
  },
  assetsItemInfo: {
    flexDirection: 'row'
  },
  selectedImage: {
    width: 20,
    height: 20,
    marginRight: 14,
  },
  cardName: {
    width: 280,
    exclude: ['fontSize'],
    fontSize: 16
  },
  borrowMoneyBox: {
    flexDirection: 'row',
    marginTop: 12
  },
  cardMoneyBox: {
    flexDirection: 'row',
    marginTop: 6
  },
  borrowMoneyText: {
    alignSelf: 'center',
    marginRight: 6
  },
  borrowMoney: {
    width: 280,
    exclude: ['fontSize'],
    fontSize: 20
  },
  cardMoneyText: {
    marginRight: 6
  },
  cardMoney: {
    width: 280,
  },
  cardDate: {
    marginTop: 6,
    width: 280,
    exclude: ['fontSize'],
    fontSize: 12
  },
  btnBox: {
    marginTop: 20,
    justifyContent: 'center',
    alignItems: 'center'
  },
  weightBorder: {
    backgroundColor: '#e0e0e0',
    opacity: 0.7,
    height: 14
  },
  border: {
    height: 1,
    backgroundColor: Gray1
  }
})
Пример #8
0
const styles = HFStyleSheet.create({
  scrollViewContainer: {
    exclude:['height'],
    height: Platform.OS === 'ios' ? WindowHeight - 64 - 50 : WindowHeight - 56 - 50 - 26 * HeightScale
  },
  headerContainer: {
    backgroundColor: Gray1
  },
  headerImage: {
    exclude: ['width'],
    width: WindowWidth,
    height: 200
  },
  headerBottom: {
    padding: 10,
    alignItems: 'center',
    justifyContent: 'center',
    backgroundColor: LightBlue,
    opacity: 0.7
  },
  applyNumber: {
    exclude: ['fontSize'],
    color: LightGreen,
    fontSize: 16
  },
  boxHeader: {
    flexDirection: 'row',
    alignItems: 'center'
  },
  subtitleImage: {
    height: 40
  },
  loanRuleText: {
    marginLeft: 16,
    exclude: ['fontSize'],
    fontSize: 17
  },
  boxItem: {
    zoom: 'both',
    flexDirection: 'row',
    paddingLeft: 20,
    paddingTop: 20,
    paddingBottom: 10,
    marginBottom: 6
  },
  orderItem: {
    zoom: 'both',
    width: 40,
    height: 40,
    borderRadius: 20,
    justifyContent: 'center',
    alignItems: 'center',
    backgroundColor: Gray4
  },
  orderNumber: {
    exclude: ['fontSize'],
    color: '#ccc',
    fontSize: 17
  },
  boxItemInfo: {
    zoom: 'both',
    marginLeft: 20,
    marginTop: 4
  },
  boxItemTitle: {
    exclude: ['fontSize'],
    fontSize: 25,
    opacity: 0.8,
    fontWeight: 'bold'
  },
  boxItemDesc: {
    exclude: ['fontSize'],
    marginTop: 10,
    fontSize: 15,
    width: 240
  },
  btnConatiner:{
    exclude: ['height'],
    height: 50
  },
  boxBtn: {
    exclude: ['width','height'],
    bottom: 0,
    height: 50,
    position: 'absolute',
    alignItems: 'center',
    justifyContent: 'center',
    width: WindowWidth,
    backgroundColor: Red
  },
  modalContainer: {
    height: 256
  },
  modalContent: {
    alignItems: 'center',
    height: 256,
    backgroundColor: '#fff'
  },
  contentTitle: {
    alignItems: 'center'
  },
  contentTitleText: {
    exclude: ['fontSize'],
    marginTop: 31,
    lineHeight: 24,
    width: 287,
    fontSize: 16
  },
  openAccountBtn: {
    marginTop: 32
  },
  cancelBtn: {
    marginTop: 18
  },
  noLoanModalContainer: {
    height: 160
  },
  noLoanModalBox: {
    alignItems: 'center'
  },
  noLoanModalText: {
    marginTop: 32,
    exclude: ['fontSize'],
    width: 288,
    fontSize: 16
  },
  knowBtnBox: {
    marginTop: 30
  },
  addBankCardModalContainer: {
    height: 275
  },
  addBankCardModalBox: {
    alignItems: 'center',
    paddingTop: 31
  },
  addBankCardModalText: {
    textAlign: 'center',
    fontSize: 16,
    lineHeight: 24
  },
  addBankCardBtn: {
    marginTop: 33
  },
  cancelAddCardModalBtn: {
    marginTop: 18
  },
  border: {
    height: 1,
    backgroundColor: Gray1,
    opacity: 0.5
  }
})