login.prefab 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419
  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": "login",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 8
  28. },
  29. {
  30. "__id__": 11
  31. },
  32. {
  33. "__id__": 23
  34. }
  35. ],
  36. "_active": true,
  37. "_components": [
  38. {
  39. "__id__": 38
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 39
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 750,
  56. "height": 1334
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_trs": {
  64. "__type__": "TypedArray",
  65. "ctor": "Float64Array",
  66. "array": [
  67. 0,
  68. 0,
  69. 0,
  70. 0,
  71. 0,
  72. 0,
  73. 1,
  74. 1,
  75. 1,
  76. 1
  77. ]
  78. },
  79. "_eulerAngles": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_skewX": 0,
  86. "_skewY": 0,
  87. "_is3DNode": false,
  88. "_groupIndex": 0,
  89. "groupIndex": 0,
  90. "_id": ""
  91. },
  92. {
  93. "__type__": "cc.Node",
  94. "_name": "背景",
  95. "_objFlags": 0,
  96. "_parent": {
  97. "__id__": 1
  98. },
  99. "_children": [],
  100. "_active": true,
  101. "_components": [
  102. {
  103. "__id__": 3
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 4
  108. },
  109. "_opacity": 255,
  110. "_color": {
  111. "__type__": "cc.Color",
  112. "r": 255,
  113. "g": 255,
  114. "b": 255,
  115. "a": 255
  116. },
  117. "_contentSize": {
  118. "__type__": "cc.Size",
  119. "width": 750.68,
  120. "height": 1700.16
  121. },
  122. "_anchorPoint": {
  123. "__type__": "cc.Vec2",
  124. "x": 0.5,
  125. "y": 0
  126. },
  127. "_trs": {
  128. "__type__": "TypedArray",
  129. "ctor": "Float64Array",
  130. "array": [
  131. 0,
  132. -667,
  133. 0,
  134. 0,
  135. 0,
  136. 0,
  137. 1,
  138. 1,
  139. 1,
  140. 1
  141. ]
  142. },
  143. "_eulerAngles": {
  144. "__type__": "cc.Vec3",
  145. "x": 0,
  146. "y": 0,
  147. "z": 0
  148. },
  149. "_skewX": 0,
  150. "_skewY": 0,
  151. "_is3DNode": false,
  152. "_groupIndex": 0,
  153. "groupIndex": 0,
  154. "_id": ""
  155. },
  156. {
  157. "__type__": "sp.Skeleton",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "node": {
  161. "__id__": 2
  162. },
  163. "_enabled": true,
  164. "_materials": [
  165. {
  166. "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3"
  167. }
  168. ],
  169. "paused": false,
  170. "defaultSkin": "default",
  171. "defaultAnimation": "heji",
  172. "_preCacheMode": 0,
  173. "_cacheMode": 0,
  174. "loop": true,
  175. "premultipliedAlpha": true,
  176. "timeScale": 1,
  177. "_accTime": 0,
  178. "_playCount": 0,
  179. "_frameCache": null,
  180. "_curFrame": null,
  181. "_skeletonCache": null,
  182. "_animationName": "heji",
  183. "_animationQueue": [],
  184. "_headAniInfo": null,
  185. "_playTimes": 0,
  186. "_isAniComplete": true,
  187. "_N$skeletonData": {
  188. "__uuid__": "09134bba-feed-4255-ac95-f412d855035e"
  189. },
  190. "_N$_defaultCacheMode": 0,
  191. "_N$debugSlots": false,
  192. "_N$debugBones": false,
  193. "_N$debugMesh": false,
  194. "_N$useTint": false,
  195. "_N$enableBatch": false,
  196. "_id": ""
  197. },
  198. {
  199. "__type__": "cc.PrefabInfo",
  200. "root": {
  201. "__id__": 1
  202. },
  203. "asset": {
  204. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  205. },
  206. "fileId": "bdEW6BsetPLqcZkJCdiJgS",
  207. "sync": false
  208. },
  209. {
  210. "__type__": "cc.Node",
  211. "_name": "logo",
  212. "_objFlags": 0,
  213. "_parent": {
  214. "__id__": 1
  215. },
  216. "_children": [],
  217. "_active": true,
  218. "_components": [
  219. {
  220. "__id__": 6
  221. }
  222. ],
  223. "_prefab": {
  224. "__id__": 7
  225. },
  226. "_opacity": 255,
  227. "_color": {
  228. "__type__": "cc.Color",
  229. "r": 255,
  230. "g": 255,
  231. "b": 255,
  232. "a": 255
  233. },
  234. "_contentSize": {
  235. "__type__": "cc.Size",
  236. "width": 478,
  237. "height": 310
  238. },
  239. "_anchorPoint": {
  240. "__type__": "cc.Vec2",
  241. "x": 0.5,
  242. "y": 0.5
  243. },
  244. "_trs": {
  245. "__type__": "TypedArray",
  246. "ctor": "Float64Array",
  247. "array": [
  248. 0,
  249. 250,
  250. 0,
  251. 0,
  252. 0,
  253. 0,
  254. 1,
  255. 1,
  256. 1,
  257. 1
  258. ]
  259. },
  260. "_eulerAngles": {
  261. "__type__": "cc.Vec3",
  262. "x": 0,
  263. "y": 0,
  264. "z": 0
  265. },
  266. "_skewX": 0,
  267. "_skewY": 0,
  268. "_is3DNode": false,
  269. "_groupIndex": 0,
  270. "groupIndex": 0,
  271. "_id": ""
  272. },
  273. {
  274. "__type__": "cc.Sprite",
  275. "_name": "",
  276. "_objFlags": 0,
  277. "node": {
  278. "__id__": 5
  279. },
  280. "_enabled": true,
  281. "_materials": [
  282. {
  283. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  284. }
  285. ],
  286. "_srcBlendFactor": 770,
  287. "_dstBlendFactor": 771,
  288. "_spriteFrame": {
  289. "__uuid__": "08cd98e8-cbd9-44c8-8cb6-09609780aa3c"
  290. },
  291. "_type": 0,
  292. "_sizeMode": 1,
  293. "_fillType": 0,
  294. "_fillCenter": {
  295. "__type__": "cc.Vec2",
  296. "x": 0,
  297. "y": 0
  298. },
  299. "_fillStart": 0,
  300. "_fillRange": 0,
  301. "_isTrimmedMode": true,
  302. "_atlas": null,
  303. "_id": ""
  304. },
  305. {
  306. "__type__": "cc.PrefabInfo",
  307. "root": {
  308. "__id__": 1
  309. },
  310. "asset": {
  311. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  312. },
  313. "fileId": "de5QKmHNNIwaV4A1wT0vz9",
  314. "sync": false
  315. },
  316. {
  317. "__type__": "cc.Node",
  318. "_name": "New Label",
  319. "_objFlags": 0,
  320. "_parent": {
  321. "__id__": 1
  322. },
  323. "_children": [],
  324. "_active": true,
  325. "_components": [
  326. {
  327. "__id__": 9
  328. }
  329. ],
  330. "_prefab": {
  331. "__id__": 10
  332. },
  333. "_opacity": 255,
  334. "_color": {
  335. "__type__": "cc.Color",
  336. "r": 237,
  337. "g": 62,
  338. "b": 0,
  339. "a": 255
  340. },
  341. "_contentSize": {
  342. "__type__": "cc.Size",
  343. "width": 294.56,
  344. "height": 40.32
  345. },
  346. "_anchorPoint": {
  347. "__type__": "cc.Vec2",
  348. "x": 0,
  349. "y": 0.5
  350. },
  351. "_trs": {
  352. "__type__": "TypedArray",
  353. "ctor": "Float64Array",
  354. "array": [
  355. -146,
  356. -350,
  357. 0,
  358. 0,
  359. 0,
  360. 0,
  361. 1,
  362. 1,
  363. 1,
  364. 1
  365. ]
  366. },
  367. "_eulerAngles": {
  368. "__type__": "cc.Vec3",
  369. "x": 0,
  370. "y": 0,
  371. "z": 0
  372. },
  373. "_skewX": 0,
  374. "_skewY": 0,
  375. "_is3DNode": false,
  376. "_groupIndex": 0,
  377. "groupIndex": 0,
  378. "_id": ""
  379. },
  380. {
  381. "__type__": "cc.Label",
  382. "_name": "",
  383. "_objFlags": 0,
  384. "node": {
  385. "__id__": 8
  386. },
  387. "_enabled": true,
  388. "_materials": [
  389. {
  390. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  391. }
  392. ],
  393. "_srcBlendFactor": 770,
  394. "_dstBlendFactor": 771,
  395. "_string": "加载不消耗流量 11%",
  396. "_N$string": "加载不消耗流量 11%",
  397. "_fontSize": 32,
  398. "_lineHeight": 32,
  399. "_enableWrapText": true,
  400. "_N$file": null,
  401. "_isSystemFontUsed": true,
  402. "_spacingX": 0,
  403. "_batchAsBitmap": false,
  404. "_styleFlags": 0,
  405. "_underlineHeight": 0,
  406. "_N$horizontalAlign": 1,
  407. "_N$verticalAlign": 1,
  408. "_N$fontFamily": "Arial",
  409. "_N$overflow": 0,
  410. "_N$cacheMode": 0,
  411. "_id": ""
  412. },
  413. {
  414. "__type__": "cc.PrefabInfo",
  415. "root": {
  416. "__id__": 1
  417. },
  418. "asset": {
  419. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  420. },
  421. "fileId": "30Wgp76k9OxpMRH7NOr80p",
  422. "sync": false
  423. },
  424. {
  425. "__type__": "cc.Node",
  426. "_name": "progressbar",
  427. "_objFlags": 0,
  428. "_parent": {
  429. "__id__": 1
  430. },
  431. "_children": [
  432. {
  433. "__id__": 12
  434. },
  435. {
  436. "__id__": 15
  437. }
  438. ],
  439. "_active": true,
  440. "_components": [
  441. {
  442. "__id__": 21
  443. }
  444. ],
  445. "_prefab": {
  446. "__id__": 22
  447. },
  448. "_opacity": 255,
  449. "_color": {
  450. "__type__": "cc.Color",
  451. "r": 255,
  452. "g": 255,
  453. "b": 255,
  454. "a": 255
  455. },
  456. "_contentSize": {
  457. "__type__": "cc.Size",
  458. "width": 0,
  459. "height": 0
  460. },
  461. "_anchorPoint": {
  462. "__type__": "cc.Vec2",
  463. "x": 0.5,
  464. "y": 0.5
  465. },
  466. "_trs": {
  467. "__type__": "TypedArray",
  468. "ctor": "Float64Array",
  469. "array": [
  470. 0,
  471. -400,
  472. 0,
  473. 0,
  474. 0,
  475. 0,
  476. 1,
  477. 1,
  478. 1,
  479. 1
  480. ]
  481. },
  482. "_eulerAngles": {
  483. "__type__": "cc.Vec3",
  484. "x": 0,
  485. "y": 0,
  486. "z": 0
  487. },
  488. "_skewX": 0,
  489. "_skewY": 0,
  490. "_is3DNode": false,
  491. "_groupIndex": 0,
  492. "groupIndex": 0,
  493. "_id": ""
  494. },
  495. {
  496. "__type__": "cc.Node",
  497. "_name": "jindu1",
  498. "_objFlags": 0,
  499. "_parent": {
  500. "__id__": 11
  501. },
  502. "_children": [],
  503. "_active": true,
  504. "_components": [
  505. {
  506. "__id__": 13
  507. }
  508. ],
  509. "_prefab": {
  510. "__id__": 14
  511. },
  512. "_opacity": 255,
  513. "_color": {
  514. "__type__": "cc.Color",
  515. "r": 255,
  516. "g": 255,
  517. "b": 255,
  518. "a": 255
  519. },
  520. "_contentSize": {
  521. "__type__": "cc.Size",
  522. "width": 517,
  523. "height": 44
  524. },
  525. "_anchorPoint": {
  526. "__type__": "cc.Vec2",
  527. "x": 0.5,
  528. "y": 0.5
  529. },
  530. "_trs": {
  531. "__type__": "TypedArray",
  532. "ctor": "Float64Array",
  533. "array": [
  534. 0,
  535. 0,
  536. 0,
  537. 0,
  538. 0,
  539. 0,
  540. 1,
  541. 1,
  542. 1,
  543. 1
  544. ]
  545. },
  546. "_eulerAngles": {
  547. "__type__": "cc.Vec3",
  548. "x": 0,
  549. "y": 0,
  550. "z": 0
  551. },
  552. "_skewX": 0,
  553. "_skewY": 0,
  554. "_is3DNode": false,
  555. "_groupIndex": 0,
  556. "groupIndex": 0,
  557. "_id": ""
  558. },
  559. {
  560. "__type__": "cc.Sprite",
  561. "_name": "",
  562. "_objFlags": 0,
  563. "node": {
  564. "__id__": 12
  565. },
  566. "_enabled": true,
  567. "_materials": [
  568. {
  569. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  570. }
  571. ],
  572. "_srcBlendFactor": 770,
  573. "_dstBlendFactor": 771,
  574. "_spriteFrame": {
  575. "__uuid__": "1c1d4b17-4d33-4348-ae7e-deea9500943d"
  576. },
  577. "_type": 0,
  578. "_sizeMode": 1,
  579. "_fillType": 0,
  580. "_fillCenter": {
  581. "__type__": "cc.Vec2",
  582. "x": 0,
  583. "y": 0
  584. },
  585. "_fillStart": 0,
  586. "_fillRange": 0,
  587. "_isTrimmedMode": true,
  588. "_atlas": null,
  589. "_id": ""
  590. },
  591. {
  592. "__type__": "cc.PrefabInfo",
  593. "root": {
  594. "__id__": 11
  595. },
  596. "asset": {
  597. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  598. },
  599. "fileId": "b6JCMsa19F24JUslNDMUfW",
  600. "sync": false
  601. },
  602. {
  603. "__type__": "cc.Node",
  604. "_name": "jindu2",
  605. "_objFlags": 0,
  606. "_parent": {
  607. "__id__": 11
  608. },
  609. "_children": [
  610. {
  611. "__id__": 16
  612. }
  613. ],
  614. "_active": true,
  615. "_components": [
  616. {
  617. "__id__": 19
  618. }
  619. ],
  620. "_prefab": {
  621. "__id__": 20
  622. },
  623. "_opacity": 255,
  624. "_color": {
  625. "__type__": "cc.Color",
  626. "r": 255,
  627. "g": 255,
  628. "b": 255,
  629. "a": 255
  630. },
  631. "_contentSize": {
  632. "__type__": "cc.Size",
  633. "width": 509,
  634. "height": 31
  635. },
  636. "_anchorPoint": {
  637. "__type__": "cc.Vec2",
  638. "x": 0.5,
  639. "y": 0.5
  640. },
  641. "_trs": {
  642. "__type__": "TypedArray",
  643. "ctor": "Float64Array",
  644. "array": [
  645. 0,
  646. 2.5,
  647. 0,
  648. 0,
  649. 0,
  650. 0,
  651. 1,
  652. 1,
  653. 1,
  654. 1
  655. ]
  656. },
  657. "_eulerAngles": {
  658. "__type__": "cc.Vec3",
  659. "x": 0,
  660. "y": 0,
  661. "z": 0
  662. },
  663. "_skewX": 0,
  664. "_skewY": 0,
  665. "_is3DNode": false,
  666. "_groupIndex": 0,
  667. "groupIndex": 0,
  668. "_id": ""
  669. },
  670. {
  671. "__type__": "cc.Node",
  672. "_name": "jindu2",
  673. "_objFlags": 0,
  674. "_parent": {
  675. "__id__": 15
  676. },
  677. "_children": [],
  678. "_active": true,
  679. "_components": [
  680. {
  681. "__id__": 17
  682. }
  683. ],
  684. "_prefab": {
  685. "__id__": 18
  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": 509,
  698. "height": 31
  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. 0,
  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__": 16
  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__": "12f6c46a-9ff5-4514-89a6-fc34c6bfedfc"
  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__": 11
  770. },
  771. "asset": {
  772. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  773. },
  774. "fileId": "0ez/dzBMNKNax+cLKaYMD8",
  775. "sync": false
  776. },
  777. {
  778. "__type__": "cc.Mask",
  779. "_name": "",
  780. "_objFlags": 0,
  781. "node": {
  782. "__id__": 15
  783. },
  784. "_enabled": true,
  785. "_materials": [
  786. {
  787. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  788. }
  789. ],
  790. "_spriteFrame": {
  791. "__uuid__": "12f6c46a-9ff5-4514-89a6-fc34c6bfedfc"
  792. },
  793. "_type": 2,
  794. "_segments": 64,
  795. "_N$alphaThreshold": 0.1,
  796. "_N$inverted": false,
  797. "_id": ""
  798. },
  799. {
  800. "__type__": "cc.PrefabInfo",
  801. "root": {
  802. "__id__": 11
  803. },
  804. "asset": {
  805. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  806. },
  807. "fileId": "10LZ8FBrhFcJeTefqRoH+s",
  808. "sync": false
  809. },
  810. {
  811. "__type__": "1e65dZ40OtGzJi5szN4XMZR",
  812. "_name": "",
  813. "_objFlags": 0,
  814. "node": {
  815. "__id__": 11
  816. },
  817. "_enabled": true,
  818. "bar": {
  819. "__id__": 17
  820. },
  821. "_id": ""
  822. },
  823. {
  824. "__type__": "cc.PrefabInfo",
  825. "root": {
  826. "__id__": 11
  827. },
  828. "asset": {
  829. "__uuid__": "484d8a70-97b2-4ddd-9794-87ef1c8b85d8"
  830. },
  831. "fileId": "e2Kok419pI77OJ0gMBTris",
  832. "sync": false
  833. },
  834. {
  835. "__type__": "cc.Node",
  836. "_name": "New Layout",
  837. "_objFlags": 0,
  838. "_parent": {
  839. "__id__": 1
  840. },
  841. "_children": [
  842. {
  843. "__id__": 24
  844. },
  845. {
  846. "__id__": 27
  847. },
  848. {
  849. "__id__": 30
  850. },
  851. {
  852. "__id__": 33
  853. }
  854. ],
  855. "_active": true,
  856. "_components": [
  857. {
  858. "__id__": 36
  859. }
  860. ],
  861. "_prefab": {
  862. "__id__": 37
  863. },
  864. "_opacity": 255,
  865. "_color": {
  866. "__type__": "cc.Color",
  867. "r": 255,
  868. "g": 255,
  869. "b": 255,
  870. "a": 255
  871. },
  872. "_contentSize": {
  873. "__type__": "cc.Size",
  874. "width": 460,
  875. "height": 50
  876. },
  877. "_anchorPoint": {
  878. "__type__": "cc.Vec2",
  879. "x": 0.5,
  880. "y": 0.5
  881. },
  882. "_trs": {
  883. "__type__": "TypedArray",
  884. "ctor": "Float64Array",
  885. "array": [
  886. 0,
  887. -460,
  888. 0,
  889. 0,
  890. 0,
  891. 0,
  892. 1,
  893. 1,
  894. 1,
  895. 1
  896. ]
  897. },
  898. "_eulerAngles": {
  899. "__type__": "cc.Vec3",
  900. "x": 0,
  901. "y": 0,
  902. "z": 0
  903. },
  904. "_skewX": 0,
  905. "_skewY": 0,
  906. "_is3DNode": false,
  907. "_groupIndex": 0,
  908. "groupIndex": 0,
  909. "_id": ""
  910. },
  911. {
  912. "__type__": "cc.Node",
  913. "_name": "New Label",
  914. "_objFlags": 0,
  915. "_parent": {
  916. "__id__": 23
  917. },
  918. "_children": [],
  919. "_active": true,
  920. "_components": [
  921. {
  922. "__id__": 25
  923. }
  924. ],
  925. "_prefab": {
  926. "__id__": 26
  927. },
  928. "_opacity": 200,
  929. "_color": {
  930. "__type__": "cc.Color",
  931. "r": 237,
  932. "g": 62,
  933. "b": 0,
  934. "a": 255
  935. },
  936. "_contentSize": {
  937. "__type__": "cc.Size",
  938. "width": 130,
  939. "height": 37.8
  940. },
  941. "_anchorPoint": {
  942. "__type__": "cc.Vec2",
  943. "x": 0.5,
  944. "y": 0.5
  945. },
  946. "_trs": {
  947. "__type__": "TypedArray",
  948. "ctor": "Float64Array",
  949. "array": [
  950. -165,
  951. 6.246,
  952. 0,
  953. 0,
  954. 0,
  955. 0,
  956. 1,
  957. 1,
  958. 1,
  959. 1
  960. ]
  961. },
  962. "_eulerAngles": {
  963. "__type__": "cc.Vec3",
  964. "x": 0,
  965. "y": 0,
  966. "z": 0
  967. },
  968. "_skewX": 0,
  969. "_skewY": 0,
  970. "_is3DNode": false,
  971. "_groupIndex": 0,
  972. "groupIndex": 0,
  973. "_id": ""
  974. },
  975. {
  976. "__type__": "cc.Label",
  977. "_name": "",
  978. "_objFlags": 0,
  979. "node": {
  980. "__id__": 24
  981. },
  982. "_enabled": true,
  983. "_materials": [
  984. {
  985. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  986. }
  987. ],
  988. "_srcBlendFactor": 770,
  989. "_dstBlendFactor": 771,
  990. "_string": "登陆即同意",
  991. "_N$string": "登陆即同意",
  992. "_fontSize": 26,
  993. "_lineHeight": 30,
  994. "_enableWrapText": true,
  995. "_N$file": null,
  996. "_isSystemFontUsed": true,
  997. "_spacingX": 0,
  998. "_batchAsBitmap": false,
  999. "_styleFlags": 0,
  1000. "_underlineHeight": 0,
  1001. "_N$horizontalAlign": 1,
  1002. "_N$verticalAlign": 1,
  1003. "_N$fontFamily": "Arial",
  1004. "_N$overflow": 0,
  1005. "_N$cacheMode": 0,
  1006. "_id": ""
  1007. },
  1008. {
  1009. "__type__": "cc.PrefabInfo",
  1010. "root": {
  1011. "__id__": 1
  1012. },
  1013. "asset": {
  1014. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1015. },
  1016. "fileId": "e51obx80dFdojZY0tWKho7",
  1017. "sync": false
  1018. },
  1019. {
  1020. "__type__": "cc.Node",
  1021. "_name": "New Label",
  1022. "_objFlags": 0,
  1023. "_parent": {
  1024. "__id__": 23
  1025. },
  1026. "_children": [],
  1027. "_active": true,
  1028. "_components": [
  1029. {
  1030. "__id__": 28
  1031. }
  1032. ],
  1033. "_prefab": {
  1034. "__id__": 29
  1035. },
  1036. "_opacity": 200,
  1037. "_color": {
  1038. "__type__": "cc.Color",
  1039. "r": 237,
  1040. "g": 62,
  1041. "b": 0,
  1042. "a": 255
  1043. },
  1044. "_contentSize": {
  1045. "__type__": "cc.Size",
  1046. "width": 156,
  1047. "height": 37.8
  1048. },
  1049. "_anchorPoint": {
  1050. "__type__": "cc.Vec2",
  1051. "x": 0.5,
  1052. "y": 0.5
  1053. },
  1054. "_trs": {
  1055. "__type__": "TypedArray",
  1056. "ctor": "Float64Array",
  1057. "array": [
  1058. -22,
  1059. 6.246,
  1060. 0,
  1061. 0,
  1062. 0,
  1063. 0,
  1064. 1,
  1065. 1,
  1066. 1,
  1067. 1
  1068. ]
  1069. },
  1070. "_eulerAngles": {
  1071. "__type__": "cc.Vec3",
  1072. "x": 0,
  1073. "y": 0,
  1074. "z": 0
  1075. },
  1076. "_skewX": 0,
  1077. "_skewY": 0,
  1078. "_is3DNode": false,
  1079. "_groupIndex": 0,
  1080. "groupIndex": 0,
  1081. "_id": ""
  1082. },
  1083. {
  1084. "__type__": "cc.Label",
  1085. "_name": "",
  1086. "_objFlags": 0,
  1087. "node": {
  1088. "__id__": 27
  1089. },
  1090. "_enabled": true,
  1091. "_materials": [
  1092. {
  1093. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1094. }
  1095. ],
  1096. "_srcBlendFactor": 770,
  1097. "_dstBlendFactor": 771,
  1098. "_string": "《服务协议》",
  1099. "_N$string": "《服务协议》",
  1100. "_fontSize": 26,
  1101. "_lineHeight": 30,
  1102. "_enableWrapText": true,
  1103. "_N$file": null,
  1104. "_isSystemFontUsed": true,
  1105. "_spacingX": 0,
  1106. "_batchAsBitmap": false,
  1107. "_styleFlags": 0,
  1108. "_underlineHeight": 0,
  1109. "_N$horizontalAlign": 1,
  1110. "_N$verticalAlign": 1,
  1111. "_N$fontFamily": "Arial",
  1112. "_N$overflow": 0,
  1113. "_N$cacheMode": 0,
  1114. "_id": ""
  1115. },
  1116. {
  1117. "__type__": "cc.PrefabInfo",
  1118. "root": {
  1119. "__id__": 1
  1120. },
  1121. "asset": {
  1122. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1123. },
  1124. "fileId": "e4/fM3JyBIg7YHZ2rFZpV8",
  1125. "sync": false
  1126. },
  1127. {
  1128. "__type__": "cc.Node",
  1129. "_name": "New Label",
  1130. "_objFlags": 0,
  1131. "_parent": {
  1132. "__id__": 23
  1133. },
  1134. "_children": [],
  1135. "_active": true,
  1136. "_components": [
  1137. {
  1138. "__id__": 31
  1139. }
  1140. ],
  1141. "_prefab": {
  1142. "__id__": 32
  1143. },
  1144. "_opacity": 200,
  1145. "_color": {
  1146. "__type__": "cc.Color",
  1147. "r": 237,
  1148. "g": 62,
  1149. "b": 0,
  1150. "a": 255
  1151. },
  1152. "_contentSize": {
  1153. "__type__": "cc.Size",
  1154. "width": 26,
  1155. "height": 37.8
  1156. },
  1157. "_anchorPoint": {
  1158. "__type__": "cc.Vec2",
  1159. "x": 0.5,
  1160. "y": 0.5
  1161. },
  1162. "_trs": {
  1163. "__type__": "TypedArray",
  1164. "ctor": "Float64Array",
  1165. "array": [
  1166. 69,
  1167. 6.246,
  1168. 0,
  1169. 0,
  1170. 0,
  1171. 0,
  1172. 1,
  1173. 1,
  1174. 1,
  1175. 1
  1176. ]
  1177. },
  1178. "_eulerAngles": {
  1179. "__type__": "cc.Vec3",
  1180. "x": 0,
  1181. "y": 0,
  1182. "z": 0
  1183. },
  1184. "_skewX": 0,
  1185. "_skewY": 0,
  1186. "_is3DNode": false,
  1187. "_groupIndex": 0,
  1188. "groupIndex": 0,
  1189. "_id": ""
  1190. },
  1191. {
  1192. "__type__": "cc.Label",
  1193. "_name": "",
  1194. "_objFlags": 0,
  1195. "node": {
  1196. "__id__": 30
  1197. },
  1198. "_enabled": true,
  1199. "_materials": [
  1200. {
  1201. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1202. }
  1203. ],
  1204. "_srcBlendFactor": 770,
  1205. "_dstBlendFactor": 771,
  1206. "_string": "和",
  1207. "_N$string": "和",
  1208. "_fontSize": 26,
  1209. "_lineHeight": 30,
  1210. "_enableWrapText": true,
  1211. "_N$file": null,
  1212. "_isSystemFontUsed": true,
  1213. "_spacingX": 0,
  1214. "_batchAsBitmap": false,
  1215. "_styleFlags": 0,
  1216. "_underlineHeight": 0,
  1217. "_N$horizontalAlign": 1,
  1218. "_N$verticalAlign": 1,
  1219. "_N$fontFamily": "Arial",
  1220. "_N$overflow": 0,
  1221. "_N$cacheMode": 0,
  1222. "_id": ""
  1223. },
  1224. {
  1225. "__type__": "cc.PrefabInfo",
  1226. "root": {
  1227. "__id__": 1
  1228. },
  1229. "asset": {
  1230. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1231. },
  1232. "fileId": "be5nb7dexJTKbXMHlwBmHP",
  1233. "sync": false
  1234. },
  1235. {
  1236. "__type__": "cc.Node",
  1237. "_name": "New Label",
  1238. "_objFlags": 0,
  1239. "_parent": {
  1240. "__id__": 23
  1241. },
  1242. "_children": [],
  1243. "_active": true,
  1244. "_components": [
  1245. {
  1246. "__id__": 34
  1247. }
  1248. ],
  1249. "_prefab": {
  1250. "__id__": 35
  1251. },
  1252. "_opacity": 200,
  1253. "_color": {
  1254. "__type__": "cc.Color",
  1255. "r": 237,
  1256. "g": 62,
  1257. "b": 0,
  1258. "a": 255
  1259. },
  1260. "_contentSize": {
  1261. "__type__": "cc.Size",
  1262. "width": 156,
  1263. "height": 37.8
  1264. },
  1265. "_anchorPoint": {
  1266. "__type__": "cc.Vec2",
  1267. "x": 0.5,
  1268. "y": 0.5
  1269. },
  1270. "_trs": {
  1271. "__type__": "TypedArray",
  1272. "ctor": "Float64Array",
  1273. "array": [
  1274. 160,
  1275. 6.246,
  1276. 0,
  1277. 0,
  1278. 0,
  1279. 0,
  1280. 1,
  1281. 1,
  1282. 1,
  1283. 1
  1284. ]
  1285. },
  1286. "_eulerAngles": {
  1287. "__type__": "cc.Vec3",
  1288. "x": 0,
  1289. "y": 0,
  1290. "z": 0
  1291. },
  1292. "_skewX": 0,
  1293. "_skewY": 0,
  1294. "_is3DNode": false,
  1295. "_groupIndex": 0,
  1296. "groupIndex": 0,
  1297. "_id": ""
  1298. },
  1299. {
  1300. "__type__": "cc.Label",
  1301. "_name": "",
  1302. "_objFlags": 0,
  1303. "node": {
  1304. "__id__": 33
  1305. },
  1306. "_enabled": true,
  1307. "_materials": [
  1308. {
  1309. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1310. }
  1311. ],
  1312. "_srcBlendFactor": 770,
  1313. "_dstBlendFactor": 771,
  1314. "_string": "《隐私条款》",
  1315. "_N$string": "《隐私条款》",
  1316. "_fontSize": 26,
  1317. "_lineHeight": 30,
  1318. "_enableWrapText": true,
  1319. "_N$file": null,
  1320. "_isSystemFontUsed": true,
  1321. "_spacingX": 0,
  1322. "_batchAsBitmap": false,
  1323. "_styleFlags": 0,
  1324. "_underlineHeight": 0,
  1325. "_N$horizontalAlign": 1,
  1326. "_N$verticalAlign": 1,
  1327. "_N$fontFamily": "Arial",
  1328. "_N$overflow": 0,
  1329. "_N$cacheMode": 0,
  1330. "_id": ""
  1331. },
  1332. {
  1333. "__type__": "cc.PrefabInfo",
  1334. "root": {
  1335. "__id__": 1
  1336. },
  1337. "asset": {
  1338. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1339. },
  1340. "fileId": "8dN0+bb3dDLJ8R7GebdnIH",
  1341. "sync": false
  1342. },
  1343. {
  1344. "__type__": "cc.Layout",
  1345. "_name": "",
  1346. "_objFlags": 0,
  1347. "node": {
  1348. "__id__": 23
  1349. },
  1350. "_enabled": true,
  1351. "_layoutSize": {
  1352. "__type__": "cc.Size",
  1353. "width": 460,
  1354. "height": 50
  1355. },
  1356. "_resize": 0,
  1357. "_N$layoutType": 1,
  1358. "_N$cellSize": {
  1359. "__type__": "cc.Size",
  1360. "width": 40,
  1361. "height": 40
  1362. },
  1363. "_N$startAxis": 0,
  1364. "_N$paddingLeft": 0,
  1365. "_N$paddingRight": 0,
  1366. "_N$paddingTop": 0,
  1367. "_N$paddingBottom": 0,
  1368. "_N$spacingX": 0,
  1369. "_N$spacingY": 0,
  1370. "_N$verticalDirection": 1,
  1371. "_N$horizontalDirection": 0,
  1372. "_N$affectedByScale": false,
  1373. "_id": ""
  1374. },
  1375. {
  1376. "__type__": "cc.PrefabInfo",
  1377. "root": {
  1378. "__id__": 1
  1379. },
  1380. "asset": {
  1381. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1382. },
  1383. "fileId": "07XcFI1dBFo5DvNXSz4pHI",
  1384. "sync": false
  1385. },
  1386. {
  1387. "__type__": "6dba2tWf41JpYkegatfLoGC",
  1388. "_name": "",
  1389. "_objFlags": 0,
  1390. "node": {
  1391. "__id__": 1
  1392. },
  1393. "_enabled": true,
  1394. "bar": {
  1395. "__id__": 21
  1396. },
  1397. "lbl_progress": {
  1398. "__id__": 9
  1399. },
  1400. "lbl_server": {
  1401. "__id__": 28
  1402. },
  1403. "lbl_privacy": {
  1404. "__id__": 34
  1405. },
  1406. "_id": ""
  1407. },
  1408. {
  1409. "__type__": "cc.PrefabInfo",
  1410. "root": {
  1411. "__id__": 1
  1412. },
  1413. "asset": {
  1414. "__uuid__": "f7b563d2-2a35-4ed4-b0b0-05dd74c0033f"
  1415. },
  1416. "fileId": "",
  1417. "sync": false
  1418. }
  1419. ]