RPSkin.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "global": {
  3. "mainButton": {
  4. "backgroundColor": "#00FFFFFF",
  5. "backgroundImage": "face_confirm_button@2x.png",
  6. "textColor": "#FFFFFF",
  7. "fontSize": 32,
  8. "textPadding": {
  9. "left": 0,
  10. "right": 0,
  11. "top": 0,
  12. "bottom": 0
  13. }
  14. }
  15. },
  16. "native": {
  17. "global": {
  18. "alertDialog": {
  19. "positiveText": {
  20. "textColor": "#60A3FC",
  21. "fontSize": 32
  22. },
  23. "negativeText": {
  24. "textColor": "#999999",
  25. "fontSize": 32
  26. },
  27. "titleText": {
  28. "textColor": "#333333",
  29. "fontSize": 32
  30. },
  31. "messageText": {
  32. "textColor": "#333333",
  33. "fontSize": 28
  34. }
  35. },
  36. "navigator": {
  37. "closeImageView": {
  38. "src": "face_close_btn@2x.png"
  39. }
  40. }
  41. },
  42. "guidePage": {
  43. "titleText": {
  44. "textColor": "#333333",
  45. "fontSize": 40
  46. },
  47. "messageText": {
  48. "textColor": "#8C94A8",
  49. "fontSize": 24
  50. },
  51. "markMessageText": {
  52. "textColor": "#4178FF",
  53. "fontSize": 40
  54. },
  55. "actionTipText": {
  56. "textColor": "#333333",
  57. "fontSize": 36
  58. },
  59. "privacyTipText": {
  60. "textColor": "#999999",
  61. "fontSize": 26
  62. }
  63. },
  64. "welcomePage": {
  65. "mainButton": {
  66. "backgroundColor": "#00FFFFFF",
  67. "backgroundImage": "face_confirm_button@2x.png",
  68. "textColor": "#FFFFFF",
  69. "fontSize": 32,
  70. "textPadding": {
  71. "left": 0,
  72. "right": 0,
  73. "top": 0,
  74. "bottom": 0
  75. }
  76. },
  77. "bannerControl": {
  78. "backgroundColor": "#4E6AF0"
  79. }
  80. },
  81. "privacyPage": {
  82. "mainButton": {
  83. "backgroundColor": "#00FFFFFF",
  84. "backgroundImage": "face_confirm_button@2x.png",
  85. "textColor": "#FFFFFF",
  86. "fontSize": 32,
  87. "textPadding": {
  88. "left": 0,
  89. "right": 0,
  90. "top": 0,
  91. "bottom": 0
  92. }
  93. },
  94. "logoImageView": {
  95. "src": "face_security_icon@2x.png"
  96. }
  97. },
  98. "detectPage": {
  99. "actionTipText": {
  100. "textColor": "#333333",
  101. "fontSize": 40
  102. },
  103. "messageText": {
  104. "textColor": "#333333",
  105. "fontSize": 32
  106. },
  107. "markMessageText": {
  108. "textColor": "#4178FF",
  109. "fontSize": 32
  110. },
  111. "detectAnimation": {
  112. "warningColor": "#F6493F",
  113. "loadingColor": "#188FFF"
  114. }
  115. },
  116. "resultPage": {
  117. "titleText": {
  118. "textColor": "#333333",
  119. "fontSize": 40
  120. },
  121. "messageText": {
  122. "textColor": "#333333",
  123. "fontSize": 30
  124. },
  125. "markMessageText": {
  126. "textColor": "#FF0000",
  127. "fontSize": 30
  128. },
  129. "promptFailImageView": {
  130. "src": "face_result_icon_fail@2x.png"
  131. },
  132. "promptSucceedImageView": {
  133. "src": "face_result_icon_ok@2x.png"
  134. }
  135. }
  136. }
  137. }