GuideAuthUI.prefab 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338
  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": "GuideAuthUI",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 36
  31. }
  32. ],
  33. "_prefab": {
  34. "__id__": 37
  35. },
  36. "_opacity": 255,
  37. "_color": {
  38. "__type__": "cc.Color",
  39. "r": 255,
  40. "g": 255,
  41. "b": 255,
  42. "a": 255
  43. },
  44. "_contentSize": {
  45. "__type__": "cc.Size",
  46. "width": 0,
  47. "height": 0
  48. },
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_trs": {
  55. "__type__": "TypedArray",
  56. "ctor": "Float64Array",
  57. "array": [
  58. 0,
  59. 0,
  60. 0,
  61. 0,
  62. 0,
  63. 0,
  64. 1,
  65. 1,
  66. 1,
  67. 1
  68. ]
  69. },
  70. "_eulerAngles": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_skewX": 0,
  77. "_skewY": 0,
  78. "_is3DNode": false,
  79. "_groupIndex": 0,
  80. "groupIndex": 0,
  81. "_id": ""
  82. },
  83. {
  84. "__type__": "cc.Node",
  85. "_name": "rect_bg",
  86. "_objFlags": 0,
  87. "_parent": {
  88. "__id__": 1
  89. },
  90. "_children": [],
  91. "_active": true,
  92. "_components": [
  93. {
  94. "__id__": 3
  95. },
  96. {
  97. "__id__": 4
  98. }
  99. ],
  100. "_prefab": {
  101. "__id__": 5
  102. },
  103. "_opacity": 100,
  104. "_color": {
  105. "__type__": "cc.Color",
  106. "r": 0,
  107. "g": 0,
  108. "b": 0,
  109. "a": 255
  110. },
  111. "_contentSize": {
  112. "__type__": "cc.Size",
  113. "width": 750,
  114. "height": 1334
  115. },
  116. "_anchorPoint": {
  117. "__type__": "cc.Vec2",
  118. "x": 0.5,
  119. "y": 0.5
  120. },
  121. "_trs": {
  122. "__type__": "TypedArray",
  123. "ctor": "Float64Array",
  124. "array": [
  125. 0,
  126. 0,
  127. 0,
  128. 0,
  129. 0,
  130. 0,
  131. 1,
  132. 1,
  133. 1,
  134. 1
  135. ]
  136. },
  137. "_eulerAngles": {
  138. "__type__": "cc.Vec3",
  139. "x": 0,
  140. "y": 0,
  141. "z": 0
  142. },
  143. "_skewX": 0,
  144. "_skewY": 0,
  145. "_is3DNode": false,
  146. "_groupIndex": 0,
  147. "groupIndex": 0,
  148. "_id": ""
  149. },
  150. {
  151. "__type__": "cc.Sprite",
  152. "_name": "",
  153. "_objFlags": 0,
  154. "node": {
  155. "__id__": 2
  156. },
  157. "_enabled": true,
  158. "_materials": [
  159. {
  160. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  161. }
  162. ],
  163. "_srcBlendFactor": 770,
  164. "_dstBlendFactor": 771,
  165. "_spriteFrame": {
  166. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  167. },
  168. "_type": 0,
  169. "_sizeMode": 0,
  170. "_fillType": 0,
  171. "_fillCenter": {
  172. "__type__": "cc.Vec2",
  173. "x": 0,
  174. "y": 0
  175. },
  176. "_fillStart": 0,
  177. "_fillRange": 0,
  178. "_isTrimmedMode": true,
  179. "_atlas": null,
  180. "_id": ""
  181. },
  182. {
  183. "__type__": "cc.BlockInputEvents",
  184. "_name": "",
  185. "_objFlags": 0,
  186. "node": {
  187. "__id__": 2
  188. },
  189. "_enabled": true,
  190. "_id": ""
  191. },
  192. {
  193. "__type__": "cc.PrefabInfo",
  194. "root": {
  195. "__id__": 1
  196. },
  197. "asset": {
  198. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  199. },
  200. "fileId": "96RXxWlnVKNpsZxzQyYdxL",
  201. "sync": false
  202. },
  203. {
  204. "__type__": "cc.Node",
  205. "_name": "node_content",
  206. "_objFlags": 0,
  207. "_parent": {
  208. "__id__": 1
  209. },
  210. "_children": [
  211. {
  212. "__id__": 7
  213. }
  214. ],
  215. "_active": true,
  216. "_components": [],
  217. "_prefab": {
  218. "__id__": 35
  219. },
  220. "_opacity": 255,
  221. "_color": {
  222. "__type__": "cc.Color",
  223. "r": 255,
  224. "g": 255,
  225. "b": 255,
  226. "a": 255
  227. },
  228. "_contentSize": {
  229. "__type__": "cc.Size",
  230. "width": 0,
  231. "height": 0
  232. },
  233. "_anchorPoint": {
  234. "__type__": "cc.Vec2",
  235. "x": 0.5,
  236. "y": 0.5
  237. },
  238. "_trs": {
  239. "__type__": "TypedArray",
  240. "ctor": "Float64Array",
  241. "array": [
  242. 0,
  243. 0,
  244. 0,
  245. 0,
  246. 0,
  247. 0,
  248. 1,
  249. 1,
  250. 1,
  251. 1
  252. ]
  253. },
  254. "_eulerAngles": {
  255. "__type__": "cc.Vec3",
  256. "x": 0,
  257. "y": 0,
  258. "z": 0
  259. },
  260. "_skewX": 0,
  261. "_skewY": 0,
  262. "_is3DNode": false,
  263. "_groupIndex": 0,
  264. "groupIndex": 0,
  265. "_id": ""
  266. },
  267. {
  268. "__type__": "cc.Node",
  269. "_name": "node_bottom",
  270. "_objFlags": 0,
  271. "_parent": {
  272. "__id__": 6
  273. },
  274. "_children": [
  275. {
  276. "__id__": 8
  277. },
  278. {
  279. "__id__": 11
  280. },
  281. {
  282. "__id__": 14
  283. },
  284. {
  285. "__id__": 17
  286. },
  287. {
  288. "__id__": 20
  289. },
  290. {
  291. "__id__": 23
  292. },
  293. {
  294. "__id__": 26
  295. }
  296. ],
  297. "_active": true,
  298. "_components": [],
  299. "_prefab": {
  300. "__id__": 34
  301. },
  302. "_opacity": 255,
  303. "_color": {
  304. "__type__": "cc.Color",
  305. "r": 255,
  306. "g": 255,
  307. "b": 255,
  308. "a": 255
  309. },
  310. "_contentSize": {
  311. "__type__": "cc.Size",
  312. "width": 750,
  313. "height": 420
  314. },
  315. "_anchorPoint": {
  316. "__type__": "cc.Vec2",
  317. "x": 0.5,
  318. "y": 0.5
  319. },
  320. "_trs": {
  321. "__type__": "TypedArray",
  322. "ctor": "Float64Array",
  323. "array": [
  324. 0,
  325. -455,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 1,
  331. 1,
  332. 1,
  333. 1
  334. ]
  335. },
  336. "_eulerAngles": {
  337. "__type__": "cc.Vec3",
  338. "x": 0,
  339. "y": 0,
  340. "z": 0
  341. },
  342. "_skewX": 0,
  343. "_skewY": 0,
  344. "_is3DNode": false,
  345. "_groupIndex": 0,
  346. "groupIndex": 0,
  347. "_id": ""
  348. },
  349. {
  350. "__type__": "cc.Node",
  351. "_name": "icon_bg",
  352. "_objFlags": 0,
  353. "_parent": {
  354. "__id__": 7
  355. },
  356. "_children": [],
  357. "_active": true,
  358. "_components": [
  359. {
  360. "__id__": 9
  361. }
  362. ],
  363. "_prefab": {
  364. "__id__": 10
  365. },
  366. "_opacity": 255,
  367. "_color": {
  368. "__type__": "cc.Color",
  369. "r": 255,
  370. "g": 255,
  371. "b": 255,
  372. "a": 255
  373. },
  374. "_contentSize": {
  375. "__type__": "cc.Size",
  376. "width": 750,
  377. "height": 420
  378. },
  379. "_anchorPoint": {
  380. "__type__": "cc.Vec2",
  381. "x": 0.5,
  382. "y": 0.5
  383. },
  384. "_trs": {
  385. "__type__": "TypedArray",
  386. "ctor": "Float64Array",
  387. "array": [
  388. 0,
  389. 0,
  390. 0,
  391. 0,
  392. 0,
  393. 0,
  394. 1,
  395. 1,
  396. 1,
  397. 1
  398. ]
  399. },
  400. "_eulerAngles": {
  401. "__type__": "cc.Vec3",
  402. "x": 0,
  403. "y": 0,
  404. "z": 0
  405. },
  406. "_skewX": 0,
  407. "_skewY": 0,
  408. "_is3DNode": false,
  409. "_groupIndex": 0,
  410. "groupIndex": 0,
  411. "_id": ""
  412. },
  413. {
  414. "__type__": "cc.Sprite",
  415. "_name": "",
  416. "_objFlags": 0,
  417. "node": {
  418. "__id__": 8
  419. },
  420. "_enabled": true,
  421. "_materials": [
  422. {
  423. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  424. }
  425. ],
  426. "_srcBlendFactor": 770,
  427. "_dstBlendFactor": 771,
  428. "_spriteFrame": {
  429. "__uuid__": "ea980055-189f-4a27-82ac-b823f3af3a35"
  430. },
  431. "_type": 1,
  432. "_sizeMode": 0,
  433. "_fillType": 0,
  434. "_fillCenter": {
  435. "__type__": "cc.Vec2",
  436. "x": 0,
  437. "y": 0
  438. },
  439. "_fillStart": 0,
  440. "_fillRange": 0,
  441. "_isTrimmedMode": true,
  442. "_atlas": null,
  443. "_id": ""
  444. },
  445. {
  446. "__type__": "cc.PrefabInfo",
  447. "root": {
  448. "__id__": 1
  449. },
  450. "asset": {
  451. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  452. },
  453. "fileId": "c6Xy+ZeLpBSKYlZKafl4Oo",
  454. "sync": false
  455. },
  456. {
  457. "__type__": "cc.Node",
  458. "_name": "tixian",
  459. "_objFlags": 0,
  460. "_parent": {
  461. "__id__": 7
  462. },
  463. "_children": [],
  464. "_active": true,
  465. "_components": [
  466. {
  467. "__id__": 12
  468. }
  469. ],
  470. "_prefab": {
  471. "__id__": 13
  472. },
  473. "_opacity": 255,
  474. "_color": {
  475. "__type__": "cc.Color",
  476. "r": 255,
  477. "g": 255,
  478. "b": 255,
  479. "a": 255
  480. },
  481. "_contentSize": {
  482. "__type__": "cc.Size",
  483. "width": 44,
  484. "height": 44
  485. },
  486. "_anchorPoint": {
  487. "__type__": "cc.Vec2",
  488. "x": 0.5,
  489. "y": 0.5
  490. },
  491. "_trs": {
  492. "__type__": "TypedArray",
  493. "ctor": "Float64Array",
  494. "array": [
  495. -305,
  496. 90,
  497. 0,
  498. 0,
  499. 0,
  500. 0,
  501. 1,
  502. 1,
  503. 1,
  504. 1
  505. ]
  506. },
  507. "_eulerAngles": {
  508. "__type__": "cc.Vec3",
  509. "x": 0,
  510. "y": 0,
  511. "z": 0
  512. },
  513. "_skewX": 0,
  514. "_skewY": 0,
  515. "_is3DNode": false,
  516. "_groupIndex": 0,
  517. "groupIndex": 0,
  518. "_id": ""
  519. },
  520. {
  521. "__type__": "cc.Sprite",
  522. "_name": "",
  523. "_objFlags": 0,
  524. "node": {
  525. "__id__": 11
  526. },
  527. "_enabled": true,
  528. "_materials": [
  529. {
  530. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  531. }
  532. ],
  533. "_srcBlendFactor": 770,
  534. "_dstBlendFactor": 771,
  535. "_spriteFrame": {
  536. "__uuid__": "26e89c26-223f-469f-90dc-580f6a563495"
  537. },
  538. "_type": 0,
  539. "_sizeMode": 1,
  540. "_fillType": 0,
  541. "_fillCenter": {
  542. "__type__": "cc.Vec2",
  543. "x": 0,
  544. "y": 0
  545. },
  546. "_fillStart": 0,
  547. "_fillRange": 0,
  548. "_isTrimmedMode": true,
  549. "_atlas": null,
  550. "_id": ""
  551. },
  552. {
  553. "__type__": "cc.PrefabInfo",
  554. "root": {
  555. "__id__": 1
  556. },
  557. "asset": {
  558. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  559. },
  560. "fileId": "f66AP8NDZIEpNeTi/EIGiA",
  561. "sync": false
  562. },
  563. {
  564. "__type__": "cc.Node",
  565. "_name": "1",
  566. "_objFlags": 0,
  567. "_parent": {
  568. "__id__": 7
  569. },
  570. "_children": [],
  571. "_active": true,
  572. "_components": [
  573. {
  574. "__id__": 15
  575. }
  576. ],
  577. "_prefab": {
  578. "__id__": 16
  579. },
  580. "_opacity": 255,
  581. "_color": {
  582. "__type__": "cc.Color",
  583. "r": 255,
  584. "g": 255,
  585. "b": 255,
  586. "a": 255
  587. },
  588. "_contentSize": {
  589. "__type__": "cc.Size",
  590. "width": 42,
  591. "height": 42
  592. },
  593. "_anchorPoint": {
  594. "__type__": "cc.Vec2",
  595. "x": 0.5,
  596. "y": 0.5
  597. },
  598. "_trs": {
  599. "__type__": "TypedArray",
  600. "ctor": "Float64Array",
  601. "array": [
  602. 300,
  603. 90,
  604. 0,
  605. 0,
  606. 0,
  607. 0,
  608. 1,
  609. 1,
  610. 1,
  611. 1
  612. ]
  613. },
  614. "_eulerAngles": {
  615. "__type__": "cc.Vec3",
  616. "x": 0,
  617. "y": 0,
  618. "z": 0
  619. },
  620. "_skewX": 0,
  621. "_skewY": 0,
  622. "_is3DNode": false,
  623. "_groupIndex": 0,
  624. "groupIndex": 0,
  625. "_id": ""
  626. },
  627. {
  628. "__type__": "cc.Sprite",
  629. "_name": "",
  630. "_objFlags": 0,
  631. "node": {
  632. "__id__": 14
  633. },
  634. "_enabled": true,
  635. "_materials": [
  636. {
  637. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  638. }
  639. ],
  640. "_srcBlendFactor": 770,
  641. "_dstBlendFactor": 771,
  642. "_spriteFrame": {
  643. "__uuid__": "0dfded34-13d8-4f64-988e-2fa56037ee47"
  644. },
  645. "_type": 0,
  646. "_sizeMode": 1,
  647. "_fillType": 0,
  648. "_fillCenter": {
  649. "__type__": "cc.Vec2",
  650. "x": 0,
  651. "y": 0
  652. },
  653. "_fillStart": 0,
  654. "_fillRange": 0,
  655. "_isTrimmedMode": true,
  656. "_atlas": null,
  657. "_id": ""
  658. },
  659. {
  660. "__type__": "cc.PrefabInfo",
  661. "root": {
  662. "__id__": 1
  663. },
  664. "asset": {
  665. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  666. },
  667. "fileId": "4bquJLygBPWq4HTrbeKo1T",
  668. "sync": false
  669. },
  670. {
  671. "__type__": "cc.Node",
  672. "_name": "icon_rect",
  673. "_objFlags": 0,
  674. "_parent": {
  675. "__id__": 7
  676. },
  677. "_children": [],
  678. "_active": true,
  679. "_components": [
  680. {
  681. "__id__": 18
  682. }
  683. ],
  684. "_prefab": {
  685. "__id__": 19
  686. },
  687. "_opacity": 255,
  688. "_color": {
  689. "__type__": "cc.Color",
  690. "r": 255,
  691. "g": 255,
  692. "b": 255,
  693. "a": 255
  694. },
  695. "_contentSize": {
  696. "__type__": "cc.Size",
  697. "width": 645,
  698. "height": 2
  699. },
  700. "_anchorPoint": {
  701. "__type__": "cc.Vec2",
  702. "x": 0.5,
  703. "y": 0.5
  704. },
  705. "_trs": {
  706. "__type__": "TypedArray",
  707. "ctor": "Float64Array",
  708. "array": [
  709. 0,
  710. 20,
  711. 0,
  712. 0,
  713. 0,
  714. 0,
  715. 1,
  716. 1,
  717. 1,
  718. 1
  719. ]
  720. },
  721. "_eulerAngles": {
  722. "__type__": "cc.Vec3",
  723. "x": 0,
  724. "y": 0,
  725. "z": 0
  726. },
  727. "_skewX": 0,
  728. "_skewY": 0,
  729. "_is3DNode": false,
  730. "_groupIndex": 0,
  731. "groupIndex": 0,
  732. "_id": ""
  733. },
  734. {
  735. "__type__": "cc.Sprite",
  736. "_name": "",
  737. "_objFlags": 0,
  738. "node": {
  739. "__id__": 17
  740. },
  741. "_enabled": true,
  742. "_materials": [
  743. {
  744. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  745. }
  746. ],
  747. "_srcBlendFactor": 770,
  748. "_dstBlendFactor": 771,
  749. "_spriteFrame": {
  750. "__uuid__": "a3405f69-d513-4043-abb3-711b66c31338"
  751. },
  752. "_type": 0,
  753. "_sizeMode": 1,
  754. "_fillType": 0,
  755. "_fillCenter": {
  756. "__type__": "cc.Vec2",
  757. "x": 0,
  758. "y": 0
  759. },
  760. "_fillStart": 0,
  761. "_fillRange": 0,
  762. "_isTrimmedMode": true,
  763. "_atlas": null,
  764. "_id": ""
  765. },
  766. {
  767. "__type__": "cc.PrefabInfo",
  768. "root": {
  769. "__id__": 1
  770. },
  771. "asset": {
  772. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  773. },
  774. "fileId": "3aDOdxgIxPW771hWYmVqQg",
  775. "sync": false
  776. },
  777. {
  778. "__type__": "cc.Node",
  779. "_name": "New Label",
  780. "_objFlags": 0,
  781. "_parent": {
  782. "__id__": 7
  783. },
  784. "_children": [],
  785. "_active": true,
  786. "_components": [
  787. {
  788. "__id__": 21
  789. }
  790. ],
  791. "_prefab": {
  792. "__id__": 22
  793. },
  794. "_opacity": 255,
  795. "_color": {
  796. "__type__": "cc.Color",
  797. "r": 0,
  798. "g": 0,
  799. "b": 0,
  800. "a": 255
  801. },
  802. "_contentSize": {
  803. "__type__": "cc.Size",
  804. "width": 225.32,
  805. "height": 32.76
  806. },
  807. "_anchorPoint": {
  808. "__type__": "cc.Vec2",
  809. "x": 0,
  810. "y": 0.5
  811. },
  812. "_trs": {
  813. "__type__": "TypedArray",
  814. "ctor": "Float64Array",
  815. "array": [
  816. -259.282,
  817. 90,
  818. 0,
  819. 0,
  820. 0,
  821. 0,
  822. 1,
  823. 1,
  824. 1,
  825. 1
  826. ]
  827. },
  828. "_eulerAngles": {
  829. "__type__": "cc.Vec3",
  830. "x": 0,
  831. "y": 0,
  832. "z": 0
  833. },
  834. "_skewX": 0,
  835. "_skewY": 0,
  836. "_is3DNode": false,
  837. "_groupIndex": 0,
  838. "groupIndex": 0,
  839. "_id": ""
  840. },
  841. {
  842. "__type__": "cc.Label",
  843. "_name": "",
  844. "_objFlags": 0,
  845. "node": {
  846. "__id__": 20
  847. },
  848. "_enabled": true,
  849. "_materials": [
  850. {
  851. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  852. }
  853. ],
  854. "_srcBlendFactor": 770,
  855. "_dstBlendFactor": 771,
  856. "_string": "提现到微信(需授权)",
  857. "_N$string": "提现到微信(需授权)",
  858. "_fontSize": 26,
  859. "_lineHeight": 26,
  860. "_enableWrapText": true,
  861. "_N$file": null,
  862. "_isSystemFontUsed": true,
  863. "_spacingX": 0,
  864. "_batchAsBitmap": false,
  865. "_styleFlags": 0,
  866. "_underlineHeight": 0,
  867. "_N$horizontalAlign": 1,
  868. "_N$verticalAlign": 1,
  869. "_N$fontFamily": "Arial",
  870. "_N$overflow": 0,
  871. "_N$cacheMode": 0,
  872. "_id": ""
  873. },
  874. {
  875. "__type__": "cc.PrefabInfo",
  876. "root": {
  877. "__id__": 1
  878. },
  879. "asset": {
  880. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  881. },
  882. "fileId": "d27Ti9TTVJOb/Ow5SIo5eJ",
  883. "sync": false
  884. },
  885. {
  886. "__type__": "cc.Node",
  887. "_name": "New Label",
  888. "_objFlags": 0,
  889. "_parent": {
  890. "__id__": 7
  891. },
  892. "_children": [],
  893. "_active": true,
  894. "_components": [
  895. {
  896. "__id__": 24
  897. }
  898. ],
  899. "_prefab": {
  900. "__id__": 25
  901. },
  902. "_opacity": 255,
  903. "_color": {
  904. "__type__": "cc.Color",
  905. "r": 0,
  906. "g": 0,
  907. "b": 0,
  908. "a": 255
  909. },
  910. "_contentSize": {
  911. "__type__": "cc.Size",
  912. "width": 88,
  913. "height": 27.72
  914. },
  915. "_anchorPoint": {
  916. "__type__": "cc.Vec2",
  917. "x": 0.5,
  918. "y": 0.5
  919. },
  920. "_trs": {
  921. "__type__": "TypedArray",
  922. "ctor": "Float64Array",
  923. "array": [
  924. 0,
  925. 161.647,
  926. 0,
  927. 0,
  928. 0,
  929. 0,
  930. 1,
  931. 1,
  932. 1,
  933. 1
  934. ]
  935. },
  936. "_eulerAngles": {
  937. "__type__": "cc.Vec3",
  938. "x": 0,
  939. "y": 0,
  940. "z": 0
  941. },
  942. "_skewX": 0,
  943. "_skewY": 0,
  944. "_is3DNode": false,
  945. "_groupIndex": 0,
  946. "groupIndex": 0,
  947. "_id": ""
  948. },
  949. {
  950. "__type__": "cc.Label",
  951. "_name": "",
  952. "_objFlags": 0,
  953. "node": {
  954. "__id__": 23
  955. },
  956. "_enabled": true,
  957. "_materials": [
  958. {
  959. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  960. }
  961. ],
  962. "_srcBlendFactor": 770,
  963. "_dstBlendFactor": 771,
  964. "_string": "提现方式",
  965. "_N$string": "提现方式",
  966. "_fontSize": 22,
  967. "_lineHeight": 22,
  968. "_enableWrapText": true,
  969. "_N$file": null,
  970. "_isSystemFontUsed": true,
  971. "_spacingX": 0,
  972. "_batchAsBitmap": false,
  973. "_styleFlags": 1,
  974. "_underlineHeight": 0,
  975. "_N$horizontalAlign": 1,
  976. "_N$verticalAlign": 1,
  977. "_N$fontFamily": "Arial",
  978. "_N$overflow": 0,
  979. "_N$cacheMode": 0,
  980. "_id": ""
  981. },
  982. {
  983. "__type__": "cc.PrefabInfo",
  984. "root": {
  985. "__id__": 1
  986. },
  987. "asset": {
  988. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  989. },
  990. "fileId": "11dQ19Vw9Aiojo7zMRlbFX",
  991. "sync": false
  992. },
  993. {
  994. "__type__": "cc.Node",
  995. "_name": "node_authBtn",
  996. "_objFlags": 0,
  997. "_parent": {
  998. "__id__": 7
  999. },
  1000. "_children": [
  1001. {
  1002. "__id__": 27
  1003. },
  1004. {
  1005. "__id__": 30
  1006. }
  1007. ],
  1008. "_active": true,
  1009. "_components": [],
  1010. "_prefab": {
  1011. "__id__": 33
  1012. },
  1013. "_opacity": 255,
  1014. "_color": {
  1015. "__type__": "cc.Color",
  1016. "r": 255,
  1017. "g": 255,
  1018. "b": 255,
  1019. "a": 255
  1020. },
  1021. "_contentSize": {
  1022. "__type__": "cc.Size",
  1023. "width": 650,
  1024. "height": 90
  1025. },
  1026. "_anchorPoint": {
  1027. "__type__": "cc.Vec2",
  1028. "x": 0.5,
  1029. "y": 0.5
  1030. },
  1031. "_trs": {
  1032. "__type__": "TypedArray",
  1033. "ctor": "Float64Array",
  1034. "array": [
  1035. 0,
  1036. -88.917,
  1037. 0,
  1038. 0,
  1039. 0,
  1040. 0,
  1041. 1,
  1042. 1,
  1043. 1,
  1044. 1
  1045. ]
  1046. },
  1047. "_eulerAngles": {
  1048. "__type__": "cc.Vec3",
  1049. "x": 0,
  1050. "y": 0,
  1051. "z": 0
  1052. },
  1053. "_skewX": 0,
  1054. "_skewY": 0,
  1055. "_is3DNode": false,
  1056. "_groupIndex": 0,
  1057. "groupIndex": 0,
  1058. "_id": ""
  1059. },
  1060. {
  1061. "__type__": "cc.Node",
  1062. "_name": "icon_bg",
  1063. "_objFlags": 0,
  1064. "_parent": {
  1065. "__id__": 26
  1066. },
  1067. "_children": [],
  1068. "_active": true,
  1069. "_components": [
  1070. {
  1071. "__id__": 28
  1072. }
  1073. ],
  1074. "_prefab": {
  1075. "__id__": 29
  1076. },
  1077. "_opacity": 255,
  1078. "_color": {
  1079. "__type__": "cc.Color",
  1080. "r": 25,
  1081. "g": 185,
  1082. "b": 103,
  1083. "a": 255
  1084. },
  1085. "_contentSize": {
  1086. "__type__": "cc.Size",
  1087. "width": 650,
  1088. "height": 91
  1089. },
  1090. "_anchorPoint": {
  1091. "__type__": "cc.Vec2",
  1092. "x": 0.5,
  1093. "y": 0.5
  1094. },
  1095. "_trs": {
  1096. "__type__": "TypedArray",
  1097. "ctor": "Float64Array",
  1098. "array": [
  1099. 0,
  1100. 0,
  1101. 0,
  1102. 0,
  1103. 0,
  1104. 0,
  1105. 1,
  1106. 1,
  1107. 1,
  1108. 1
  1109. ]
  1110. },
  1111. "_eulerAngles": {
  1112. "__type__": "cc.Vec3",
  1113. "x": 0,
  1114. "y": 0,
  1115. "z": 0
  1116. },
  1117. "_skewX": 0,
  1118. "_skewY": 0,
  1119. "_is3DNode": false,
  1120. "_groupIndex": 0,
  1121. "groupIndex": 0,
  1122. "_id": ""
  1123. },
  1124. {
  1125. "__type__": "cc.Sprite",
  1126. "_name": "",
  1127. "_objFlags": 0,
  1128. "node": {
  1129. "__id__": 27
  1130. },
  1131. "_enabled": true,
  1132. "_materials": [
  1133. {
  1134. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1135. }
  1136. ],
  1137. "_srcBlendFactor": 770,
  1138. "_dstBlendFactor": 771,
  1139. "_spriteFrame": {
  1140. "__uuid__": "ea980055-189f-4a27-82ac-b823f3af3a35"
  1141. },
  1142. "_type": 1,
  1143. "_sizeMode": 0,
  1144. "_fillType": 0,
  1145. "_fillCenter": {
  1146. "__type__": "cc.Vec2",
  1147. "x": 0,
  1148. "y": 0
  1149. },
  1150. "_fillStart": 0,
  1151. "_fillRange": 0,
  1152. "_isTrimmedMode": true,
  1153. "_atlas": null,
  1154. "_id": ""
  1155. },
  1156. {
  1157. "__type__": "cc.PrefabInfo",
  1158. "root": {
  1159. "__id__": 1
  1160. },
  1161. "asset": {
  1162. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  1163. },
  1164. "fileId": "57dR2e5EBCpJdr1DXw6oyi",
  1165. "sync": false
  1166. },
  1167. {
  1168. "__type__": "cc.Node",
  1169. "_name": "New Label",
  1170. "_objFlags": 0,
  1171. "_parent": {
  1172. "__id__": 26
  1173. },
  1174. "_children": [],
  1175. "_active": true,
  1176. "_components": [
  1177. {
  1178. "__id__": 31
  1179. }
  1180. ],
  1181. "_prefab": {
  1182. "__id__": 32
  1183. },
  1184. "_opacity": 255,
  1185. "_color": {
  1186. "__type__": "cc.Color",
  1187. "r": 255,
  1188. "g": 255,
  1189. "b": 255,
  1190. "a": 255
  1191. },
  1192. "_contentSize": {
  1193. "__type__": "cc.Size",
  1194. "width": 160,
  1195. "height": 50.4
  1196. },
  1197. "_anchorPoint": {
  1198. "__type__": "cc.Vec2",
  1199. "x": 0.5,
  1200. "y": 0.5
  1201. },
  1202. "_trs": {
  1203. "__type__": "TypedArray",
  1204. "ctor": "Float64Array",
  1205. "array": [
  1206. 0,
  1207. 0,
  1208. 0,
  1209. 0,
  1210. 0,
  1211. 0,
  1212. 1,
  1213. 1,
  1214. 1,
  1215. 1
  1216. ]
  1217. },
  1218. "_eulerAngles": {
  1219. "__type__": "cc.Vec3",
  1220. "x": 0,
  1221. "y": 0,
  1222. "z": 0
  1223. },
  1224. "_skewX": 0,
  1225. "_skewY": 0,
  1226. "_is3DNode": false,
  1227. "_groupIndex": 0,
  1228. "groupIndex": 0,
  1229. "_id": ""
  1230. },
  1231. {
  1232. "__type__": "cc.Label",
  1233. "_name": "",
  1234. "_objFlags": 0,
  1235. "node": {
  1236. "__id__": 30
  1237. },
  1238. "_enabled": true,
  1239. "_materials": [
  1240. {
  1241. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1242. }
  1243. ],
  1244. "_srcBlendFactor": 770,
  1245. "_dstBlendFactor": 771,
  1246. "_string": "点击授权",
  1247. "_N$string": "点击授权",
  1248. "_fontSize": 40,
  1249. "_lineHeight": 40,
  1250. "_enableWrapText": true,
  1251. "_N$file": null,
  1252. "_isSystemFontUsed": true,
  1253. "_spacingX": 0,
  1254. "_batchAsBitmap": false,
  1255. "_styleFlags": 0,
  1256. "_underlineHeight": 0,
  1257. "_N$horizontalAlign": 1,
  1258. "_N$verticalAlign": 1,
  1259. "_N$fontFamily": "Arial",
  1260. "_N$overflow": 0,
  1261. "_N$cacheMode": 0,
  1262. "_id": ""
  1263. },
  1264. {
  1265. "__type__": "cc.PrefabInfo",
  1266. "root": {
  1267. "__id__": 1
  1268. },
  1269. "asset": {
  1270. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  1271. },
  1272. "fileId": "c9co2dD11C4qp97e7vO/QE",
  1273. "sync": false
  1274. },
  1275. {
  1276. "__type__": "cc.PrefabInfo",
  1277. "root": {
  1278. "__id__": 1
  1279. },
  1280. "asset": {
  1281. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  1282. },
  1283. "fileId": "beFzVHgtJPa7unsauEI4k3",
  1284. "sync": false
  1285. },
  1286. {
  1287. "__type__": "cc.PrefabInfo",
  1288. "root": {
  1289. "__id__": 1
  1290. },
  1291. "asset": {
  1292. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  1293. },
  1294. "fileId": "09RJ+6xBBFnJDNF00vXMHb",
  1295. "sync": false
  1296. },
  1297. {
  1298. "__type__": "cc.PrefabInfo",
  1299. "root": {
  1300. "__id__": 1
  1301. },
  1302. "asset": {
  1303. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  1304. },
  1305. "fileId": "dawhoJ3zhFdZsL5/8MoJkU",
  1306. "sync": false
  1307. },
  1308. {
  1309. "__type__": "92fc2BBUkxIV7OFqykahuEp",
  1310. "_name": "",
  1311. "_objFlags": 0,
  1312. "node": {
  1313. "__id__": 1
  1314. },
  1315. "_enabled": true,
  1316. "node_rectBg": {
  1317. "__id__": 2
  1318. },
  1319. "node_bottom": {
  1320. "__id__": 7
  1321. },
  1322. "node_authBtn": {
  1323. "__id__": 26
  1324. },
  1325. "_id": ""
  1326. },
  1327. {
  1328. "__type__": "cc.PrefabInfo",
  1329. "root": {
  1330. "__id__": 1
  1331. },
  1332. "asset": {
  1333. "__uuid__": "a59ce68c-baa6-4696-975f-f6450d497af9"
  1334. },
  1335. "fileId": "",
  1336. "sync": false
  1337. }
  1338. ]