cashNormal.prefab 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "cashNormal",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 39
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 46
  31. },
  32. {
  33. "__id__": 47
  34. },
  35. {
  36. "__id__": 48
  37. }
  38. ],
  39. "_prefab": {
  40. "__id__": 49
  41. },
  42. "_opacity": 255,
  43. "_color": {
  44. "__type__": "cc.Color",
  45. "r": 255,
  46. "g": 255,
  47. "b": 255,
  48. "a": 255
  49. },
  50. "_contentSize": {
  51. "__type__": "cc.Size",
  52. "width": 750,
  53. "height": 1334
  54. },
  55. "_anchorPoint": {
  56. "__type__": "cc.Vec2",
  57. "x": 0.5,
  58. "y": 0.5
  59. },
  60. "_trs": {
  61. "__type__": "TypedArray",
  62. "ctor": "Float64Array",
  63. "array": [
  64. 375,
  65. 667,
  66. 0,
  67. 0,
  68. 0,
  69. 0,
  70. 1,
  71. 1,
  72. 1,
  73. 0
  74. ]
  75. },
  76. "_eulerAngles": {
  77. "__type__": "cc.Vec3",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0
  81. },
  82. "_skewX": 0,
  83. "_skewY": 0,
  84. "_is3DNode": false,
  85. "_groupIndex": 0,
  86. "groupIndex": 0,
  87. "_id": ""
  88. },
  89. {
  90. "__type__": "cc.Node",
  91. "_name": "动画节点",
  92. "_objFlags": 0,
  93. "_parent": {
  94. "__id__": 1
  95. },
  96. "_children": [
  97. {
  98. "__id__": 3
  99. },
  100. {
  101. "__id__": 7
  102. },
  103. {
  104. "__id__": 13
  105. },
  106. {
  107. "__id__": 26
  108. }
  109. ],
  110. "_active": true,
  111. "_components": [
  112. {
  113. "__id__": 37
  114. }
  115. ],
  116. "_prefab": {
  117. "__id__": 38
  118. },
  119. "_opacity": 255,
  120. "_color": {
  121. "__type__": "cc.Color",
  122. "r": 255,
  123. "g": 255,
  124. "b": 255,
  125. "a": 255
  126. },
  127. "_contentSize": {
  128. "__type__": "cc.Size",
  129. "width": 750,
  130. "height": 1334
  131. },
  132. "_anchorPoint": {
  133. "__type__": "cc.Vec2",
  134. "x": 0.5,
  135. "y": 0.5
  136. },
  137. "_trs": {
  138. "__type__": "TypedArray",
  139. "ctor": "Float64Array",
  140. "array": [
  141. 0,
  142. 0,
  143. 0,
  144. 0,
  145. 0,
  146. 0,
  147. 1,
  148. 1,
  149. 1,
  150. 1
  151. ]
  152. },
  153. "_eulerAngles": {
  154. "__type__": "cc.Vec3",
  155. "x": 0,
  156. "y": 0,
  157. "z": 0
  158. },
  159. "_skewX": 0,
  160. "_skewY": 0,
  161. "_is3DNode": false,
  162. "_groupIndex": 0,
  163. "groupIndex": 0,
  164. "_id": ""
  165. },
  166. {
  167. "__type__": "cc.Node",
  168. "_name": "背景",
  169. "_objFlags": 0,
  170. "_parent": {
  171. "__id__": 2
  172. },
  173. "_children": [],
  174. "_active": true,
  175. "_components": [
  176. {
  177. "__id__": 4
  178. },
  179. {
  180. "__id__": 5
  181. }
  182. ],
  183. "_prefab": {
  184. "__id__": 6
  185. },
  186. "_opacity": 255,
  187. "_color": {
  188. "__type__": "cc.Color",
  189. "r": 255,
  190. "g": 255,
  191. "b": 255,
  192. "a": 255
  193. },
  194. "_contentSize": {
  195. "__type__": "cc.Size",
  196. "width": 750,
  197. "height": 1334
  198. },
  199. "_anchorPoint": {
  200. "__type__": "cc.Vec2",
  201. "x": 0.5,
  202. "y": 0.5
  203. },
  204. "_trs": {
  205. "__type__": "TypedArray",
  206. "ctor": "Float64Array",
  207. "array": [
  208. 0,
  209. 0,
  210. 0,
  211. 0,
  212. 0,
  213. 0,
  214. 1,
  215. 1,
  216. 1,
  217. 1
  218. ]
  219. },
  220. "_eulerAngles": {
  221. "__type__": "cc.Vec3",
  222. "x": 0,
  223. "y": 0,
  224. "z": 0
  225. },
  226. "_skewX": 0,
  227. "_skewY": 0,
  228. "_is3DNode": false,
  229. "_groupIndex": 0,
  230. "groupIndex": 0,
  231. "_id": ""
  232. },
  233. {
  234. "__type__": "cc.Sprite",
  235. "_name": "",
  236. "_objFlags": 0,
  237. "node": {
  238. "__id__": 3
  239. },
  240. "_enabled": true,
  241. "_materials": [
  242. {
  243. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  244. }
  245. ],
  246. "_srcBlendFactor": 770,
  247. "_dstBlendFactor": 771,
  248. "_spriteFrame": {
  249. "__uuid__": "14d2d441-f2eb-454a-8847-a690bf9a3c60"
  250. },
  251. "_type": 1,
  252. "_sizeMode": 0,
  253. "_fillType": 0,
  254. "_fillCenter": {
  255. "__type__": "cc.Vec2",
  256. "x": 0,
  257. "y": 0
  258. },
  259. "_fillStart": 0,
  260. "_fillRange": 0,
  261. "_isTrimmedMode": true,
  262. "_atlas": null,
  263. "_id": ""
  264. },
  265. {
  266. "__type__": "cc.Widget",
  267. "_name": "",
  268. "_objFlags": 0,
  269. "node": {
  270. "__id__": 3
  271. },
  272. "_enabled": true,
  273. "alignMode": 1,
  274. "_target": {
  275. "__id__": 1
  276. },
  277. "_alignFlags": 45,
  278. "_left": 0,
  279. "_right": 0,
  280. "_top": 0,
  281. "_bottom": 0,
  282. "_verticalCenter": 0,
  283. "_horizontalCenter": 0,
  284. "_isAbsLeft": true,
  285. "_isAbsRight": true,
  286. "_isAbsTop": true,
  287. "_isAbsBottom": true,
  288. "_isAbsHorizontalCenter": true,
  289. "_isAbsVerticalCenter": true,
  290. "_originalWidth": 0,
  291. "_originalHeight": 0,
  292. "_id": ""
  293. },
  294. {
  295. "__type__": "cc.PrefabInfo",
  296. "root": {
  297. "__id__": 1
  298. },
  299. "asset": {
  300. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  301. },
  302. "fileId": "85rQ5jzvZACrh5Y70Ts7wT",
  303. "sync": false
  304. },
  305. {
  306. "__type__": "cc.Node",
  307. "_name": "标题地板",
  308. "_objFlags": 0,
  309. "_parent": {
  310. "__id__": 2
  311. },
  312. "_children": [
  313. {
  314. "__id__": 8
  315. }
  316. ],
  317. "_active": false,
  318. "_components": [
  319. {
  320. "__id__": 11
  321. }
  322. ],
  323. "_prefab": {
  324. "__id__": 12
  325. },
  326. "_opacity": 255,
  327. "_color": {
  328. "__type__": "cc.Color",
  329. "r": 255,
  330. "g": 255,
  331. "b": 255,
  332. "a": 255
  333. },
  334. "_contentSize": {
  335. "__type__": "cc.Size",
  336. "width": 750,
  337. "height": 118
  338. },
  339. "_anchorPoint": {
  340. "__type__": "cc.Vec2",
  341. "x": 0.5,
  342. "y": 1
  343. },
  344. "_trs": {
  345. "__type__": "TypedArray",
  346. "ctor": "Float64Array",
  347. "array": [
  348. 0,
  349. 667,
  350. 0,
  351. 0,
  352. 0,
  353. 0,
  354. 1,
  355. 1,
  356. 1,
  357. 1
  358. ]
  359. },
  360. "_eulerAngles": {
  361. "__type__": "cc.Vec3",
  362. "x": 0,
  363. "y": 0,
  364. "z": 0
  365. },
  366. "_skewX": 0,
  367. "_skewY": 0,
  368. "_is3DNode": false,
  369. "_groupIndex": 0,
  370. "groupIndex": 0,
  371. "_id": ""
  372. },
  373. {
  374. "__type__": "cc.Node",
  375. "_name": "标题",
  376. "_objFlags": 0,
  377. "_parent": {
  378. "__id__": 7
  379. },
  380. "_children": [],
  381. "_active": true,
  382. "_components": [
  383. {
  384. "__id__": 9
  385. }
  386. ],
  387. "_prefab": {
  388. "__id__": 10
  389. },
  390. "_opacity": 255,
  391. "_color": {
  392. "__type__": "cc.Color",
  393. "r": 30,
  394. "g": 30,
  395. "b": 30,
  396. "a": 255
  397. },
  398. "_contentSize": {
  399. "__type__": "cc.Size",
  400. "width": 144,
  401. "height": 50.4
  402. },
  403. "_anchorPoint": {
  404. "__type__": "cc.Vec2",
  405. "x": 0.5,
  406. "y": 0.5
  407. },
  408. "_trs": {
  409. "__type__": "TypedArray",
  410. "ctor": "Float64Array",
  411. "array": [
  412. 0,
  413. -63.175,
  414. 0,
  415. 0,
  416. 0,
  417. 0,
  418. 1,
  419. 1,
  420. 1,
  421. 1
  422. ]
  423. },
  424. "_eulerAngles": {
  425. "__type__": "cc.Vec3",
  426. "x": 0,
  427. "y": 0,
  428. "z": 0
  429. },
  430. "_skewX": 0,
  431. "_skewY": 0,
  432. "_is3DNode": false,
  433. "_groupIndex": 0,
  434. "groupIndex": 0,
  435. "_id": ""
  436. },
  437. {
  438. "__type__": "cc.Label",
  439. "_name": "",
  440. "_objFlags": 0,
  441. "node": {
  442. "__id__": 8
  443. },
  444. "_enabled": true,
  445. "_materials": [
  446. {
  447. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  448. }
  449. ],
  450. "_srcBlendFactor": 770,
  451. "_dstBlendFactor": 771,
  452. "_string": "提现记录",
  453. "_N$string": "提现记录",
  454. "_fontSize": 36,
  455. "_lineHeight": 40,
  456. "_enableWrapText": true,
  457. "_N$file": {
  458. "__uuid__": "0bc2f1e8-1dd4-45ba-8f7e-36c47dde4152"
  459. },
  460. "_isSystemFontUsed": false,
  461. "_spacingX": 0,
  462. "_batchAsBitmap": false,
  463. "_styleFlags": 0,
  464. "_underlineHeight": 0,
  465. "_N$horizontalAlign": 1,
  466. "_N$verticalAlign": 1,
  467. "_N$fontFamily": "Arial",
  468. "_N$overflow": 0,
  469. "_N$cacheMode": 0,
  470. "_id": ""
  471. },
  472. {
  473. "__type__": "cc.PrefabInfo",
  474. "root": {
  475. "__id__": 1
  476. },
  477. "asset": {
  478. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  479. },
  480. "fileId": "57Nre/pN9LyqNrry4N3yXB",
  481. "sync": false
  482. },
  483. {
  484. "__type__": "cc.Sprite",
  485. "_name": "",
  486. "_objFlags": 0,
  487. "node": {
  488. "__id__": 7
  489. },
  490. "_enabled": true,
  491. "_materials": [
  492. {
  493. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  494. }
  495. ],
  496. "_srcBlendFactor": 770,
  497. "_dstBlendFactor": 771,
  498. "_spriteFrame": {
  499. "__uuid__": "48d607eb-fd07-42fb-b611-1cafdc1e185c"
  500. },
  501. "_type": 0,
  502. "_sizeMode": 1,
  503. "_fillType": 0,
  504. "_fillCenter": {
  505. "__type__": "cc.Vec2",
  506. "x": 0,
  507. "y": 0
  508. },
  509. "_fillStart": 0,
  510. "_fillRange": 0,
  511. "_isTrimmedMode": true,
  512. "_atlas": null,
  513. "_id": ""
  514. },
  515. {
  516. "__type__": "cc.PrefabInfo",
  517. "root": {
  518. "__id__": 1
  519. },
  520. "asset": {
  521. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  522. },
  523. "fileId": "37jiVi+dBGFYtezy8ckLeT",
  524. "sync": false
  525. },
  526. {
  527. "__type__": "cc.Node",
  528. "_name": "顶部底板",
  529. "_objFlags": 0,
  530. "_parent": {
  531. "__id__": 2
  532. },
  533. "_children": [
  534. {
  535. "__id__": 14
  536. }
  537. ],
  538. "_active": true,
  539. "_components": [
  540. {
  541. "__id__": 23
  542. },
  543. {
  544. "__id__": 24
  545. }
  546. ],
  547. "_prefab": {
  548. "__id__": 25
  549. },
  550. "_opacity": 255,
  551. "_color": {
  552. "__type__": "cc.Color",
  553. "r": 255,
  554. "g": 255,
  555. "b": 255,
  556. "a": 255
  557. },
  558. "_contentSize": {
  559. "__type__": "cc.Size",
  560. "width": 750,
  561. "height": 140
  562. },
  563. "_anchorPoint": {
  564. "__type__": "cc.Vec2",
  565. "x": 0.5,
  566. "y": 0.5
  567. },
  568. "_trs": {
  569. "__type__": "TypedArray",
  570. "ctor": "Float64Array",
  571. "array": [
  572. 0,
  573. 596.935,
  574. 0,
  575. 0,
  576. 0,
  577. 0,
  578. 1,
  579. 1,
  580. 1,
  581. 1
  582. ]
  583. },
  584. "_eulerAngles": {
  585. "__type__": "cc.Vec3",
  586. "x": 0,
  587. "y": 0,
  588. "z": 0
  589. },
  590. "_skewX": 0,
  591. "_skewY": 0,
  592. "_is3DNode": false,
  593. "_groupIndex": 0,
  594. "groupIndex": 0,
  595. "_id": ""
  596. },
  597. {
  598. "__type__": "cc.Node",
  599. "_name": "自动布局",
  600. "_objFlags": 0,
  601. "_parent": {
  602. "__id__": 13
  603. },
  604. "_children": [
  605. {
  606. "__id__": 15
  607. },
  608. {
  609. "__id__": 18
  610. }
  611. ],
  612. "_active": true,
  613. "_components": [
  614. {
  615. "__id__": 21
  616. }
  617. ],
  618. "_prefab": {
  619. "__id__": 22
  620. },
  621. "_opacity": 255,
  622. "_color": {
  623. "__type__": "cc.Color",
  624. "r": 255,
  625. "g": 255,
  626. "b": 255,
  627. "a": 255
  628. },
  629. "_contentSize": {
  630. "__type__": "cc.Size",
  631. "width": 450.88,
  632. "height": 150
  633. },
  634. "_anchorPoint": {
  635. "__type__": "cc.Vec2",
  636. "x": 0.5,
  637. "y": 0.5
  638. },
  639. "_trs": {
  640. "__type__": "TypedArray",
  641. "ctor": "Float64Array",
  642. "array": [
  643. 0,
  644. 0,
  645. 0,
  646. 0,
  647. 0,
  648. 0,
  649. 1,
  650. 1,
  651. 1,
  652. 1
  653. ]
  654. },
  655. "_eulerAngles": {
  656. "__type__": "cc.Vec3",
  657. "x": 0,
  658. "y": 0,
  659. "z": 0
  660. },
  661. "_skewX": 0,
  662. "_skewY": 0,
  663. "_is3DNode": false,
  664. "_groupIndex": 0,
  665. "groupIndex": 0,
  666. "_id": ""
  667. },
  668. {
  669. "__type__": "cc.Node",
  670. "_name": "累计提现",
  671. "_objFlags": 0,
  672. "_parent": {
  673. "__id__": 14
  674. },
  675. "_children": [],
  676. "_active": true,
  677. "_components": [
  678. {
  679. "__id__": 16
  680. }
  681. ],
  682. "_prefab": {
  683. "__id__": 17
  684. },
  685. "_opacity": 255,
  686. "_color": {
  687. "__type__": "cc.Color",
  688. "r": 30,
  689. "g": 30,
  690. "b": 30,
  691. "a": 255
  692. },
  693. "_contentSize": {
  694. "__type__": "cc.Size",
  695. "width": 225,
  696. "height": 56.7
  697. },
  698. "_anchorPoint": {
  699. "__type__": "cc.Vec2",
  700. "x": 0.5,
  701. "y": 0.5
  702. },
  703. "_trs": {
  704. "__type__": "TypedArray",
  705. "ctor": "Float64Array",
  706. "array": [
  707. -112.94,
  708. 1,
  709. 0,
  710. 0,
  711. 0,
  712. 0,
  713. 1,
  714. 1,
  715. 1,
  716. 1
  717. ]
  718. },
  719. "_eulerAngles": {
  720. "__type__": "cc.Vec3",
  721. "x": 0,
  722. "y": 0,
  723. "z": 0
  724. },
  725. "_skewX": 0,
  726. "_skewY": 0,
  727. "_is3DNode": false,
  728. "_groupIndex": 0,
  729. "groupIndex": 0,
  730. "_id": ""
  731. },
  732. {
  733. "__type__": "cc.Label",
  734. "_name": "",
  735. "_objFlags": 0,
  736. "node": {
  737. "__id__": 15
  738. },
  739. "_enabled": true,
  740. "_materials": [
  741. {
  742. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  743. }
  744. ],
  745. "_srcBlendFactor": 770,
  746. "_dstBlendFactor": 771,
  747. "_string": "累计提现:",
  748. "_N$string": "累计提现:",
  749. "_fontSize": 45,
  750. "_lineHeight": 45,
  751. "_enableWrapText": true,
  752. "_N$file": {
  753. "__uuid__": "0bc2f1e8-1dd4-45ba-8f7e-36c47dde4152"
  754. },
  755. "_isSystemFontUsed": false,
  756. "_spacingX": 0,
  757. "_batchAsBitmap": false,
  758. "_styleFlags": 0,
  759. "_underlineHeight": 0,
  760. "_N$horizontalAlign": 1,
  761. "_N$verticalAlign": 1,
  762. "_N$fontFamily": "Arial",
  763. "_N$overflow": 0,
  764. "_N$cacheMode": 0,
  765. "_id": ""
  766. },
  767. {
  768. "__type__": "cc.PrefabInfo",
  769. "root": {
  770. "__id__": 1
  771. },
  772. "asset": {
  773. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  774. },
  775. "fileId": "b7MKBj7FJPQoBHSldOxkJJ",
  776. "sync": false
  777. },
  778. {
  779. "__type__": "cc.Node",
  780. "_name": "lbl累计提现",
  781. "_objFlags": 0,
  782. "_parent": {
  783. "__id__": 14
  784. },
  785. "_children": [],
  786. "_active": true,
  787. "_components": [
  788. {
  789. "__id__": 19
  790. }
  791. ],
  792. "_prefab": {
  793. "__id__": 20
  794. },
  795. "_opacity": 255,
  796. "_color": {
  797. "__type__": "cc.Color",
  798. "r": 251,
  799. "g": 78,
  800. "b": 49,
  801. "a": 255
  802. },
  803. "_contentSize": {
  804. "__type__": "cc.Size",
  805. "width": 225.88,
  806. "height": 69.3
  807. },
  808. "_anchorPoint": {
  809. "__type__": "cc.Vec2",
  810. "x": 0.5,
  811. "y": 0.5
  812. },
  813. "_trs": {
  814. "__type__": "TypedArray",
  815. "ctor": "Float64Array",
  816. "array": [
  817. 112.5,
  818. 1,
  819. 0,
  820. 0,
  821. 0,
  822. 0,
  823. 1,
  824. 1,
  825. 1,
  826. 1
  827. ]
  828. },
  829. "_eulerAngles": {
  830. "__type__": "cc.Vec3",
  831. "x": 0,
  832. "y": 0,
  833. "z": 0
  834. },
  835. "_skewX": 0,
  836. "_skewY": 0,
  837. "_is3DNode": false,
  838. "_groupIndex": 0,
  839. "groupIndex": 0,
  840. "_id": ""
  841. },
  842. {
  843. "__type__": "cc.Label",
  844. "_name": "",
  845. "_objFlags": 0,
  846. "node": {
  847. "__id__": 18
  848. },
  849. "_enabled": true,
  850. "_materials": [
  851. {
  852. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  853. }
  854. ],
  855. "_srcBlendFactor": 770,
  856. "_dstBlendFactor": 771,
  857. "_string": "¥15.60元",
  858. "_N$string": "¥15.60元",
  859. "_fontSize": 52,
  860. "_lineHeight": 55,
  861. "_enableWrapText": true,
  862. "_N$file": {
  863. "__uuid__": "0bc2f1e8-1dd4-45ba-8f7e-36c47dde4152"
  864. },
  865. "_isSystemFontUsed": false,
  866. "_spacingX": 0,
  867. "_batchAsBitmap": false,
  868. "_styleFlags": 0,
  869. "_underlineHeight": 0,
  870. "_N$horizontalAlign": 1,
  871. "_N$verticalAlign": 1,
  872. "_N$fontFamily": "Arial",
  873. "_N$overflow": 0,
  874. "_N$cacheMode": 0,
  875. "_id": ""
  876. },
  877. {
  878. "__type__": "cc.PrefabInfo",
  879. "root": {
  880. "__id__": 1
  881. },
  882. "asset": {
  883. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  884. },
  885. "fileId": "caHE3GHHtJ+KSW2kt1qsRj",
  886. "sync": false
  887. },
  888. {
  889. "__type__": "cc.Layout",
  890. "_name": "",
  891. "_objFlags": 0,
  892. "node": {
  893. "__id__": 14
  894. },
  895. "_enabled": true,
  896. "_layoutSize": {
  897. "__type__": "cc.Size",
  898. "width": 450.88,
  899. "height": 150
  900. },
  901. "_resize": 1,
  902. "_N$layoutType": 1,
  903. "_N$cellSize": {
  904. "__type__": "cc.Size",
  905. "width": 40,
  906. "height": 40
  907. },
  908. "_N$startAxis": 0,
  909. "_N$paddingLeft": 0,
  910. "_N$paddingRight": 0,
  911. "_N$paddingTop": 0,
  912. "_N$paddingBottom": 0,
  913. "_N$spacingX": 0,
  914. "_N$spacingY": 0,
  915. "_N$verticalDirection": 1,
  916. "_N$horizontalDirection": 0,
  917. "_N$affectedByScale": false,
  918. "_id": ""
  919. },
  920. {
  921. "__type__": "cc.PrefabInfo",
  922. "root": {
  923. "__id__": 1
  924. },
  925. "asset": {
  926. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  927. },
  928. "fileId": "002ddBz5xFH4HW+p1HTA2v",
  929. "sync": false
  930. },
  931. {
  932. "__type__": "cc.Sprite",
  933. "_name": "",
  934. "_objFlags": 0,
  935. "node": {
  936. "__id__": 13
  937. },
  938. "_enabled": true,
  939. "_materials": [
  940. {
  941. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  942. }
  943. ],
  944. "_srcBlendFactor": 770,
  945. "_dstBlendFactor": 771,
  946. "_spriteFrame": {
  947. "__uuid__": "26758cc8-0442-4c35-b41a-e6c6812db258"
  948. },
  949. "_type": 0,
  950. "_sizeMode": 0,
  951. "_fillType": 0,
  952. "_fillCenter": {
  953. "__type__": "cc.Vec2",
  954. "x": 0,
  955. "y": 0
  956. },
  957. "_fillStart": 0,
  958. "_fillRange": 0,
  959. "_isTrimmedMode": true,
  960. "_atlas": null,
  961. "_id": ""
  962. },
  963. {
  964. "__type__": "cc.Widget",
  965. "_name": "",
  966. "_objFlags": 0,
  967. "node": {
  968. "__id__": 13
  969. },
  970. "_enabled": true,
  971. "alignMode": 1,
  972. "_target": null,
  973. "_alignFlags": 1,
  974. "_left": 0,
  975. "_right": 0,
  976. "_top": 0.06500000000005457,
  977. "_bottom": 0,
  978. "_verticalCenter": 0,
  979. "_horizontalCenter": 0,
  980. "_isAbsLeft": true,
  981. "_isAbsRight": true,
  982. "_isAbsTop": true,
  983. "_isAbsBottom": true,
  984. "_isAbsHorizontalCenter": true,
  985. "_isAbsVerticalCenter": true,
  986. "_originalWidth": 0,
  987. "_originalHeight": 0,
  988. "_id": ""
  989. },
  990. {
  991. "__type__": "cc.PrefabInfo",
  992. "root": {
  993. "__id__": 1
  994. },
  995. "asset": {
  996. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  997. },
  998. "fileId": "baLMcDJgFM070St779EyoW",
  999. "sync": false
  1000. },
  1001. {
  1002. "__type__": "cc.Node",
  1003. "_name": "滚动视图",
  1004. "_objFlags": 0,
  1005. "_parent": {
  1006. "__id__": 2
  1007. },
  1008. "_children": [
  1009. {
  1010. "__id__": 27
  1011. }
  1012. ],
  1013. "_active": true,
  1014. "_components": [
  1015. {
  1016. "__id__": 33
  1017. },
  1018. {
  1019. "__id__": 34
  1020. },
  1021. {
  1022. "__id__": 35
  1023. }
  1024. ],
  1025. "_prefab": {
  1026. "__id__": 36
  1027. },
  1028. "_opacity": 255,
  1029. "_color": {
  1030. "__type__": "cc.Color",
  1031. "r": 255,
  1032. "g": 255,
  1033. "b": 255,
  1034. "a": 255
  1035. },
  1036. "_contentSize": {
  1037. "__type__": "cc.Size",
  1038. "width": 720,
  1039. "height": 1150
  1040. },
  1041. "_anchorPoint": {
  1042. "__type__": "cc.Vec2",
  1043. "x": 0.5,
  1044. "y": 1
  1045. },
  1046. "_trs": {
  1047. "__type__": "TypedArray",
  1048. "ctor": "Float64Array",
  1049. "array": [
  1050. 0,
  1051. 515.003,
  1052. 0,
  1053. 0,
  1054. 0,
  1055. 0,
  1056. 1,
  1057. 1,
  1058. 1,
  1059. 1
  1060. ]
  1061. },
  1062. "_eulerAngles": {
  1063. "__type__": "cc.Vec3",
  1064. "x": 0,
  1065. "y": 0,
  1066. "z": 0
  1067. },
  1068. "_skewX": 0,
  1069. "_skewY": 0,
  1070. "_is3DNode": false,
  1071. "_groupIndex": 0,
  1072. "groupIndex": 0,
  1073. "_id": ""
  1074. },
  1075. {
  1076. "__type__": "cc.Node",
  1077. "_name": "view",
  1078. "_objFlags": 0,
  1079. "_parent": {
  1080. "__id__": 26
  1081. },
  1082. "_children": [
  1083. {
  1084. "__id__": 28
  1085. }
  1086. ],
  1087. "_active": true,
  1088. "_components": [
  1089. {
  1090. "__id__": 30
  1091. },
  1092. {
  1093. "__id__": 31
  1094. }
  1095. ],
  1096. "_prefab": {
  1097. "__id__": 32
  1098. },
  1099. "_opacity": 255,
  1100. "_color": {
  1101. "__type__": "cc.Color",
  1102. "r": 255,
  1103. "g": 255,
  1104. "b": 255,
  1105. "a": 255
  1106. },
  1107. "_contentSize": {
  1108. "__type__": "cc.Size",
  1109. "width": 720,
  1110. "height": 1150
  1111. },
  1112. "_anchorPoint": {
  1113. "__type__": "cc.Vec2",
  1114. "x": 0.5,
  1115. "y": 1
  1116. },
  1117. "_trs": {
  1118. "__type__": "TypedArray",
  1119. "ctor": "Float64Array",
  1120. "array": [
  1121. 0,
  1122. 0,
  1123. 0,
  1124. 0,
  1125. 0,
  1126. 0,
  1127. 1,
  1128. 1,
  1129. 1,
  1130. 1
  1131. ]
  1132. },
  1133. "_eulerAngles": {
  1134. "__type__": "cc.Vec3",
  1135. "x": 0,
  1136. "y": 0,
  1137. "z": 0
  1138. },
  1139. "_skewX": 0,
  1140. "_skewY": 0,
  1141. "_is3DNode": false,
  1142. "_groupIndex": 0,
  1143. "groupIndex": 0,
  1144. "_id": ""
  1145. },
  1146. {
  1147. "__type__": "cc.Node",
  1148. "_name": "content",
  1149. "_objFlags": 0,
  1150. "_parent": {
  1151. "__id__": 27
  1152. },
  1153. "_children": [],
  1154. "_active": true,
  1155. "_components": [],
  1156. "_prefab": {
  1157. "__id__": 29
  1158. },
  1159. "_opacity": 255,
  1160. "_color": {
  1161. "__type__": "cc.Color",
  1162. "r": 255,
  1163. "g": 255,
  1164. "b": 255,
  1165. "a": 255
  1166. },
  1167. "_contentSize": {
  1168. "__type__": "cc.Size",
  1169. "width": 720,
  1170. "height": 1150
  1171. },
  1172. "_anchorPoint": {
  1173. "__type__": "cc.Vec2",
  1174. "x": 0.5,
  1175. "y": 1
  1176. },
  1177. "_trs": {
  1178. "__type__": "TypedArray",
  1179. "ctor": "Float64Array",
  1180. "array": [
  1181. 0,
  1182. 0,
  1183. 0,
  1184. 0,
  1185. 0,
  1186. 0,
  1187. 1,
  1188. 1,
  1189. 1,
  1190. 1
  1191. ]
  1192. },
  1193. "_eulerAngles": {
  1194. "__type__": "cc.Vec3",
  1195. "x": 0,
  1196. "y": 0,
  1197. "z": 0
  1198. },
  1199. "_skewX": 0,
  1200. "_skewY": 0,
  1201. "_is3DNode": false,
  1202. "_groupIndex": 0,
  1203. "groupIndex": 0,
  1204. "_id": ""
  1205. },
  1206. {
  1207. "__type__": "cc.PrefabInfo",
  1208. "root": {
  1209. "__id__": 1
  1210. },
  1211. "asset": {
  1212. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  1213. },
  1214. "fileId": "23C9qBHy5J0LPWl52z+fix",
  1215. "sync": false
  1216. },
  1217. {
  1218. "__type__": "cc.Mask",
  1219. "_name": "",
  1220. "_objFlags": 0,
  1221. "node": {
  1222. "__id__": 27
  1223. },
  1224. "_enabled": true,
  1225. "_materials": [
  1226. {
  1227. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1228. }
  1229. ],
  1230. "_spriteFrame": null,
  1231. "_type": 0,
  1232. "_segments": 64,
  1233. "_N$alphaThreshold": 0,
  1234. "_N$inverted": false,
  1235. "_id": ""
  1236. },
  1237. {
  1238. "__type__": "cc.Widget",
  1239. "_name": "",
  1240. "_objFlags": 0,
  1241. "node": {
  1242. "__id__": 27
  1243. },
  1244. "_enabled": true,
  1245. "alignMode": 1,
  1246. "_target": {
  1247. "__id__": 1
  1248. },
  1249. "_alignFlags": 5,
  1250. "_left": 0,
  1251. "_right": 0,
  1252. "_top": 151.99699999999996,
  1253. "_bottom": 32.00300000000004,
  1254. "_verticalCenter": 0,
  1255. "_horizontalCenter": 0,
  1256. "_isAbsLeft": true,
  1257. "_isAbsRight": true,
  1258. "_isAbsTop": true,
  1259. "_isAbsBottom": true,
  1260. "_isAbsHorizontalCenter": true,
  1261. "_isAbsVerticalCenter": true,
  1262. "_originalWidth": 0,
  1263. "_originalHeight": 1150,
  1264. "_id": ""
  1265. },
  1266. {
  1267. "__type__": "cc.PrefabInfo",
  1268. "root": {
  1269. "__id__": 1
  1270. },
  1271. "asset": {
  1272. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  1273. },
  1274. "fileId": "d92jIPOwdDeYL95JVJ3nM2",
  1275. "sync": false
  1276. },
  1277. {
  1278. "__type__": "cc.ScrollView",
  1279. "_name": "",
  1280. "_objFlags": 0,
  1281. "node": {
  1282. "__id__": 26
  1283. },
  1284. "_enabled": true,
  1285. "horizontal": false,
  1286. "vertical": true,
  1287. "inertia": true,
  1288. "brake": 0.75,
  1289. "elastic": true,
  1290. "bounceDuration": 0.23,
  1291. "scrollEvents": [],
  1292. "cancelInnerEvents": false,
  1293. "_N$content": {
  1294. "__id__": 28
  1295. },
  1296. "content": {
  1297. "__id__": 28
  1298. },
  1299. "_N$horizontalScrollBar": null,
  1300. "_N$verticalScrollBar": null,
  1301. "_id": ""
  1302. },
  1303. {
  1304. "__type__": "9a31drXM+9NCKYkF9D78zlF",
  1305. "_name": "",
  1306. "_objFlags": 0,
  1307. "node": {
  1308. "__id__": 26
  1309. },
  1310. "_enabled": true,
  1311. "pre_item": [
  1312. {
  1313. "__uuid__": "df64bc88-b41c-4d91-b8c9-b1fd9c02e630"
  1314. }
  1315. ],
  1316. "scr_item": [
  1317. "CashNormalItem"
  1318. ],
  1319. "itemInterval": 0,
  1320. "_id": ""
  1321. },
  1322. {
  1323. "__type__": "cc.Widget",
  1324. "_name": "",
  1325. "_objFlags": 0,
  1326. "node": {
  1327. "__id__": 26
  1328. },
  1329. "_enabled": true,
  1330. "alignMode": 1,
  1331. "_target": {
  1332. "__id__": 1
  1333. },
  1334. "_alignFlags": 5,
  1335. "_left": 0,
  1336. "_right": 0,
  1337. "_top": 151.99699999999996,
  1338. "_bottom": 32.00300000000004,
  1339. "_verticalCenter": 0,
  1340. "_horizontalCenter": 0,
  1341. "_isAbsLeft": true,
  1342. "_isAbsRight": true,
  1343. "_isAbsTop": true,
  1344. "_isAbsBottom": true,
  1345. "_isAbsHorizontalCenter": true,
  1346. "_isAbsVerticalCenter": true,
  1347. "_originalWidth": 0,
  1348. "_originalHeight": 1150,
  1349. "_id": ""
  1350. },
  1351. {
  1352. "__type__": "cc.PrefabInfo",
  1353. "root": {
  1354. "__id__": 1
  1355. },
  1356. "asset": {
  1357. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  1358. },
  1359. "fileId": "37kghNAYtJqZpuKbRIT3Qw",
  1360. "sync": false
  1361. },
  1362. {
  1363. "__type__": "cc.Widget",
  1364. "_name": "",
  1365. "_objFlags": 0,
  1366. "node": {
  1367. "__id__": 2
  1368. },
  1369. "_enabled": true,
  1370. "alignMode": 1,
  1371. "_target": null,
  1372. "_alignFlags": 45,
  1373. "_left": 0,
  1374. "_right": 0,
  1375. "_top": 0,
  1376. "_bottom": 0,
  1377. "_verticalCenter": 0,
  1378. "_horizontalCenter": 0,
  1379. "_isAbsLeft": true,
  1380. "_isAbsRight": true,
  1381. "_isAbsTop": true,
  1382. "_isAbsBottom": true,
  1383. "_isAbsHorizontalCenter": true,
  1384. "_isAbsVerticalCenter": true,
  1385. "_originalWidth": 0,
  1386. "_originalHeight": 0,
  1387. "_id": ""
  1388. },
  1389. {
  1390. "__type__": "cc.PrefabInfo",
  1391. "root": {
  1392. "__id__": 1
  1393. },
  1394. "asset": {
  1395. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  1396. },
  1397. "fileId": "94yiGj0RFACpXt5xGEvfHf",
  1398. "sync": false
  1399. },
  1400. {
  1401. "__type__": "cc.Node",
  1402. "_name": "关闭按钮",
  1403. "_objFlags": 0,
  1404. "_parent": {
  1405. "__id__": 1
  1406. },
  1407. "_children": [
  1408. {
  1409. "__id__": 40
  1410. }
  1411. ],
  1412. "_active": true,
  1413. "_components": [
  1414. {
  1415. "__id__": 43
  1416. },
  1417. {
  1418. "__id__": 44
  1419. }
  1420. ],
  1421. "_prefab": {
  1422. "__id__": 45
  1423. },
  1424. "_opacity": 255,
  1425. "_color": {
  1426. "__type__": "cc.Color",
  1427. "r": 255,
  1428. "g": 255,
  1429. "b": 255,
  1430. "a": 255
  1431. },
  1432. "_contentSize": {
  1433. "__type__": "cc.Size",
  1434. "width": 100,
  1435. "height": 100
  1436. },
  1437. "_anchorPoint": {
  1438. "__type__": "cc.Vec2",
  1439. "x": 0.5,
  1440. "y": 0.5
  1441. },
  1442. "_trs": {
  1443. "__type__": "TypedArray",
  1444. "ctor": "Float64Array",
  1445. "array": [
  1446. -325,
  1447. 596.033,
  1448. 0,
  1449. 0,
  1450. 0,
  1451. 0,
  1452. 1,
  1453. 1,
  1454. 1,
  1455. 1
  1456. ]
  1457. },
  1458. "_eulerAngles": {
  1459. "__type__": "cc.Vec3",
  1460. "x": 0,
  1461. "y": 0,
  1462. "z": 0
  1463. },
  1464. "_skewX": 0,
  1465. "_skewY": 0,
  1466. "_is3DNode": false,
  1467. "_groupIndex": 0,
  1468. "groupIndex": 0,
  1469. "_id": ""
  1470. },
  1471. {
  1472. "__type__": "cc.Node",
  1473. "_name": "按钮纹理",
  1474. "_objFlags": 0,
  1475. "_parent": {
  1476. "__id__": 39
  1477. },
  1478. "_children": [],
  1479. "_active": true,
  1480. "_components": [
  1481. {
  1482. "__id__": 41
  1483. }
  1484. ],
  1485. "_prefab": {
  1486. "__id__": 42
  1487. },
  1488. "_opacity": 255,
  1489. "_color": {
  1490. "__type__": "cc.Color",
  1491. "r": 255,
  1492. "g": 255,
  1493. "b": 255,
  1494. "a": 255
  1495. },
  1496. "_contentSize": {
  1497. "__type__": "cc.Size",
  1498. "width": 22,
  1499. "height": 36
  1500. },
  1501. "_anchorPoint": {
  1502. "__type__": "cc.Vec2",
  1503. "x": 0.5,
  1504. "y": 0.5
  1505. },
  1506. "_trs": {
  1507. "__type__": "TypedArray",
  1508. "ctor": "Float64Array",
  1509. "array": [
  1510. 0,
  1511. 0,
  1512. 0,
  1513. 0,
  1514. 0,
  1515. 0,
  1516. 1,
  1517. 1,
  1518. 1,
  1519. 1
  1520. ]
  1521. },
  1522. "_eulerAngles": {
  1523. "__type__": "cc.Vec3",
  1524. "x": 0,
  1525. "y": 0,
  1526. "z": 0
  1527. },
  1528. "_skewX": 0,
  1529. "_skewY": 0,
  1530. "_is3DNode": false,
  1531. "_groupIndex": 0,
  1532. "groupIndex": 0,
  1533. "_id": ""
  1534. },
  1535. {
  1536. "__type__": "cc.Sprite",
  1537. "_name": "",
  1538. "_objFlags": 0,
  1539. "node": {
  1540. "__id__": 40
  1541. },
  1542. "_enabled": true,
  1543. "_materials": [
  1544. {
  1545. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1546. }
  1547. ],
  1548. "_srcBlendFactor": 770,
  1549. "_dstBlendFactor": 771,
  1550. "_spriteFrame": {
  1551. "__uuid__": "96791d9f-b2a7-406c-84c0-d63af62e60ea"
  1552. },
  1553. "_type": 0,
  1554. "_sizeMode": 1,
  1555. "_fillType": 0,
  1556. "_fillCenter": {
  1557. "__type__": "cc.Vec2",
  1558. "x": 0,
  1559. "y": 0
  1560. },
  1561. "_fillStart": 0,
  1562. "_fillRange": 0,
  1563. "_isTrimmedMode": true,
  1564. "_atlas": null,
  1565. "_id": ""
  1566. },
  1567. {
  1568. "__type__": "cc.PrefabInfo",
  1569. "root": {
  1570. "__id__": 1
  1571. },
  1572. "asset": {
  1573. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  1574. },
  1575. "fileId": "2fogzjyg1Eeb4o3xdTj4nf",
  1576. "sync": false
  1577. },
  1578. {
  1579. "__type__": "cdc50kCRVVBa5gcp4XXxVO+",
  1580. "_name": "",
  1581. "_objFlags": 0,
  1582. "node": {
  1583. "__id__": 39
  1584. },
  1585. "_enabled": true,
  1586. "node_panel": {
  1587. "__id__": 1
  1588. },
  1589. "transition_type": 3,
  1590. "onComplete": [],
  1591. "_id": ""
  1592. },
  1593. {
  1594. "__type__": "cc.Widget",
  1595. "_name": "",
  1596. "_objFlags": 0,
  1597. "node": {
  1598. "__id__": 39
  1599. },
  1600. "_enabled": true,
  1601. "alignMode": 1,
  1602. "_target": null,
  1603. "_alignFlags": 9,
  1604. "_left": 0,
  1605. "_right": 0,
  1606. "_top": 20.966999999999985,
  1607. "_bottom": 0,
  1608. "_verticalCenter": 0,
  1609. "_horizontalCenter": 0,
  1610. "_isAbsLeft": true,
  1611. "_isAbsRight": true,
  1612. "_isAbsTop": true,
  1613. "_isAbsBottom": true,
  1614. "_isAbsHorizontalCenter": true,
  1615. "_isAbsVerticalCenter": true,
  1616. "_originalWidth": 0,
  1617. "_originalHeight": 0,
  1618. "_id": ""
  1619. },
  1620. {
  1621. "__type__": "cc.PrefabInfo",
  1622. "root": {
  1623. "__id__": 1
  1624. },
  1625. "asset": {
  1626. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  1627. },
  1628. "fileId": "c8jvBP2fNFRbU3kLiQJ9Sl",
  1629. "sync": false
  1630. },
  1631. {
  1632. "__type__": "cc.Widget",
  1633. "_name": "",
  1634. "_objFlags": 0,
  1635. "node": {
  1636. "__id__": 1
  1637. },
  1638. "_enabled": true,
  1639. "alignMode": 1,
  1640. "_target": null,
  1641. "_alignFlags": 45,
  1642. "_left": 0,
  1643. "_right": 0,
  1644. "_top": 0,
  1645. "_bottom": 0,
  1646. "_verticalCenter": 0,
  1647. "_horizontalCenter": 0,
  1648. "_isAbsLeft": true,
  1649. "_isAbsRight": true,
  1650. "_isAbsTop": true,
  1651. "_isAbsBottom": true,
  1652. "_isAbsHorizontalCenter": true,
  1653. "_isAbsVerticalCenter": true,
  1654. "_originalWidth": 0,
  1655. "_originalHeight": 0,
  1656. "_id": ""
  1657. },
  1658. {
  1659. "__type__": "94e2ahhWT5CDo8XnPR+e9Lu",
  1660. "_name": "",
  1661. "_objFlags": 0,
  1662. "node": {
  1663. "__id__": 1
  1664. },
  1665. "_enabled": true,
  1666. "scroll_view": {
  1667. "__id__": 33
  1668. },
  1669. "lbl_rmb_total": {
  1670. "__id__": 19
  1671. },
  1672. "_id": ""
  1673. },
  1674. {
  1675. "__type__": "58495/rJOBNGoxELFSp8G2a",
  1676. "_name": "",
  1677. "_objFlags": 0,
  1678. "node": {
  1679. "__id__": 1
  1680. },
  1681. "_enabled": true,
  1682. "color": {
  1683. "__type__": "cc.Color",
  1684. "r": 0,
  1685. "g": 0,
  1686. "b": 0,
  1687. "a": 120
  1688. },
  1689. "design_block_node": null,
  1690. "bClickClose": false,
  1691. "_id": ""
  1692. },
  1693. {
  1694. "__type__": "cc.PrefabInfo",
  1695. "root": {
  1696. "__id__": 1
  1697. },
  1698. "asset": {
  1699. "__uuid__": "18ca563c-e8dc-4633-bf04-5fdd65113bb0"
  1700. },
  1701. "fileId": "",
  1702. "sync": false
  1703. }
  1704. ]