test.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "type": "carousel",
  3. "contents": [
  4. {
  5. "type": "bubble",
  6. "size": "nano",
  7. "header": {
  8. "type": "box",
  9. "layout": "vertical",
  10. "contents": [
  11. {
  12. "type": "text",
  13. "text": "Progress",
  14. "color": "#ffffff",
  15. "align": "start",
  16. "size": "md",
  17. "gravity": "center"
  18. },
  19. {
  20. "type": "text",
  21. "text": "70%",
  22. "color": "#ffffff",
  23. "align": "start",
  24. "size": "xs",
  25. "gravity": "center",
  26. "margin": "lg"
  27. },
  28. {
  29. "type": "box",
  30. "layout": "vertical",
  31. "contents": [
  32. {
  33. "type": "box",
  34. "layout": "vertical",
  35. "contents": [
  36. {
  37. "type": "filler"
  38. }
  39. ],
  40. "width": "70%",
  41. "backgroundColor": "#0D8186",
  42. "height": "6px"
  43. }
  44. ],
  45. "backgroundColor": "#9FD8E36E",
  46. "height": "6px",
  47. "margin": "sm"
  48. }
  49. ],
  50. "backgroundColor": "#27ACB2",
  51. "paddingTop": "19px",
  52. "paddingAll": "12px",
  53. "paddingBottom": "16px"
  54. },
  55. "body": {
  56. "type": "box",
  57. "layout": "vertical",
  58. "contents": [
  59. {
  60. "type": "box",
  61. "layout": "horizontal",
  62. "contents": [
  63. {
  64. "type": "text",
  65. "text": "OKOK",
  66. "color": "#8C8C8C",
  67. "size": "sm",
  68. "wrap": true
  69. }
  70. ],
  71. "flex": 1
  72. }
  73. ],
  74. "spacing": "md",
  75. "paddingAll": "12px"
  76. },
  77. "styles": {
  78. "footer": {
  79. "separator": false
  80. }
  81. }
  82. },
  83. {
  84. "type": "bubble",
  85. "size": "nano",
  86. "header": {
  87. "type": "box",
  88. "layout": "vertical",
  89. "contents": [
  90. {
  91. "type": "text",
  92. "text": "In Progress",
  93. "color": "#ffffff",
  94. "align": "start",
  95. "size": "md",
  96. "gravity": "center"
  97. },
  98. {
  99. "type": "text",
  100. "text": "100%",
  101. "color": "#ffffff",
  102. "align": "start",
  103. "size": "xs",
  104. "gravity": "center",
  105. "margin": "lg"
  106. },
  107. {
  108. "type": "box",
  109. "layout": "vertical",
  110. "contents": [
  111. {
  112. "type": "box",
  113. "layout": "vertical",
  114. "contents": [
  115. {
  116. "type": "filler"
  117. }
  118. ],
  119. "width": "100%",
  120. "backgroundColor": "#7D51E4",
  121. "height": "6px"
  122. }
  123. ],
  124. "backgroundColor": "#9FD8E36E",
  125. "height": "6px",
  126. "margin": "sm"
  127. }
  128. ],
  129. "backgroundColor": "#A17DF5",
  130. "paddingTop": "19px",
  131. "paddingAll": "12px",
  132. "paddingBottom": "16px"
  133. },
  134. "body": {
  135. "type": "box",
  136. "layout": "vertical",
  137. "contents": [
  138. {
  139. "type": "box",
  140. "layout": "horizontal",
  141. "contents": [
  142. {
  143. "type": "text",
  144. "text": "Buy milk and lettuce before class",
  145. "color": "#8C8C8C",
  146. "size": "sm",
  147. "wrap": true
  148. }
  149. ],
  150. "flex": 1
  151. }
  152. ],
  153. "spacing": "md",
  154. "paddingAll": "12px"
  155. },
  156. "styles": {
  157. "footer": {
  158. "separator": false
  159. }
  160. }
  161. }
  162. ]
  163. }