VerifyPopup.prefab 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "VerifyPopup",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "VerifyPopup",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. }
  24. ],
  25. "_active": true,
  26. "_components": [
  27. {
  28. "__id__": 54
  29. },
  30. {
  31. "__id__": 56
  32. },
  33. {
  34. "__id__": 58
  35. }
  36. ],
  37. "_prefab": {
  38. "__id__": 60
  39. },
  40. "_lpos": {
  41. "__type__": "cc.Vec3",
  42. "x": 0,
  43. "y": 0,
  44. "z": 0
  45. },
  46. "_lrot": {
  47. "__type__": "cc.Quat",
  48. "x": 0,
  49. "y": 0,
  50. "z": 0,
  51. "w": 1
  52. },
  53. "_lscale": {
  54. "__type__": "cc.Vec3",
  55. "x": 1,
  56. "y": 1,
  57. "z": 1
  58. },
  59. "_mobility": 0,
  60. "_layer": 33554432,
  61. "_euler": {
  62. "__type__": "cc.Vec3",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0
  66. },
  67. "_id": ""
  68. },
  69. {
  70. "__type__": "cc.Node",
  71. "_name": "showNode2",
  72. "_objFlags": 0,
  73. "__editorExtras__": {},
  74. "_parent": {
  75. "__id__": 1
  76. },
  77. "_children": [
  78. {
  79. "__id__": 3
  80. },
  81. {
  82. "__id__": 9
  83. },
  84. {
  85. "__id__": 17
  86. },
  87. {
  88. "__id__": 23
  89. },
  90. {
  91. "__id__": 37
  92. },
  93. {
  94. "__id__": 43
  95. }
  96. ],
  97. "_active": true,
  98. "_components": [
  99. {
  100. "__id__": 49
  101. },
  102. {
  103. "__id__": 51
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 53
  108. },
  109. "_lpos": {
  110. "__type__": "cc.Vec3",
  111. "x": 0,
  112. "y": 0,
  113. "z": 0
  114. },
  115. "_lrot": {
  116. "__type__": "cc.Quat",
  117. "x": 0,
  118. "y": 0,
  119. "z": 0,
  120. "w": 1
  121. },
  122. "_lscale": {
  123. "__type__": "cc.Vec3",
  124. "x": 1,
  125. "y": 1,
  126. "z": 1
  127. },
  128. "_mobility": 0,
  129. "_layer": 33554432,
  130. "_euler": {
  131. "__type__": "cc.Vec3",
  132. "x": 0,
  133. "y": 0,
  134. "z": 0
  135. },
  136. "_id": ""
  137. },
  138. {
  139. "__type__": "cc.Node",
  140. "_name": "icon_aqyz",
  141. "_objFlags": 0,
  142. "__editorExtras__": {},
  143. "_parent": {
  144. "__id__": 2
  145. },
  146. "_children": [],
  147. "_active": true,
  148. "_components": [
  149. {
  150. "__id__": 4
  151. },
  152. {
  153. "__id__": 6
  154. }
  155. ],
  156. "_prefab": {
  157. "__id__": 8
  158. },
  159. "_lpos": {
  160. "__type__": "cc.Vec3",
  161. "x": 0,
  162. "y": 299.964,
  163. "z": 0
  164. },
  165. "_lrot": {
  166. "__type__": "cc.Quat",
  167. "x": 0,
  168. "y": 0,
  169. "z": 0,
  170. "w": 1
  171. },
  172. "_lscale": {
  173. "__type__": "cc.Vec3",
  174. "x": 1,
  175. "y": 1,
  176. "z": 1
  177. },
  178. "_mobility": 0,
  179. "_layer": 33554432,
  180. "_euler": {
  181. "__type__": "cc.Vec3",
  182. "x": 0,
  183. "y": 0,
  184. "z": 0
  185. },
  186. "_id": ""
  187. },
  188. {
  189. "__type__": "cc.UITransform",
  190. "_name": "",
  191. "_objFlags": 0,
  192. "__editorExtras__": {},
  193. "node": {
  194. "__id__": 3
  195. },
  196. "_enabled": true,
  197. "__prefab": {
  198. "__id__": 5
  199. },
  200. "_contentSize": {
  201. "__type__": "cc.Size",
  202. "width": 110,
  203. "height": 140
  204. },
  205. "_anchorPoint": {
  206. "__type__": "cc.Vec2",
  207. "x": 0.5,
  208. "y": 0.5
  209. },
  210. "_id": ""
  211. },
  212. {
  213. "__type__": "cc.CompPrefabInfo",
  214. "fileId": "20zjBrP/9N4ojEXPavhE95"
  215. },
  216. {
  217. "__type__": "cc.Sprite",
  218. "_name": "",
  219. "_objFlags": 0,
  220. "__editorExtras__": {},
  221. "node": {
  222. "__id__": 3
  223. },
  224. "_enabled": true,
  225. "__prefab": {
  226. "__id__": 7
  227. },
  228. "_customMaterial": null,
  229. "_srcBlendFactor": 2,
  230. "_dstBlendFactor": 4,
  231. "_color": {
  232. "__type__": "cc.Color",
  233. "r": 255,
  234. "g": 255,
  235. "b": 255,
  236. "a": 255
  237. },
  238. "_spriteFrame": {
  239. "__uuid__": "0b742203-3402-4369-afb0-93a1885fc3a7@f9941",
  240. "__expectedType__": "cc.SpriteFrame"
  241. },
  242. "_type": 0,
  243. "_fillType": 0,
  244. "_sizeMode": 1,
  245. "_fillCenter": {
  246. "__type__": "cc.Vec2",
  247. "x": 0,
  248. "y": 0
  249. },
  250. "_fillStart": 0,
  251. "_fillRange": 0,
  252. "_isTrimmedMode": true,
  253. "_useGrayscale": false,
  254. "_atlas": null,
  255. "_id": ""
  256. },
  257. {
  258. "__type__": "cc.CompPrefabInfo",
  259. "fileId": "78hnoUO3lFJYOon6d5f8Wv"
  260. },
  261. {
  262. "__type__": "cc.PrefabInfo",
  263. "root": {
  264. "__id__": 1
  265. },
  266. "asset": {
  267. "__id__": 0
  268. },
  269. "fileId": "e9v+Y9B4RLDrSy85SgICH3",
  270. "instance": null,
  271. "targetOverrides": null,
  272. "nestedPrefabInstanceRoots": null
  273. },
  274. {
  275. "__type__": "cc.Node",
  276. "_name": "btn_back",
  277. "_objFlags": 0,
  278. "__editorExtras__": {},
  279. "_parent": {
  280. "__id__": 2
  281. },
  282. "_children": [],
  283. "_active": true,
  284. "_components": [
  285. {
  286. "__id__": 10
  287. },
  288. {
  289. "__id__": 12
  290. },
  291. {
  292. "__id__": 14
  293. }
  294. ],
  295. "_prefab": {
  296. "__id__": 16
  297. },
  298. "_lpos": {
  299. "__type__": "cc.Vec3",
  300. "x": 292.455,
  301. "y": 396.147,
  302. "z": 0
  303. },
  304. "_lrot": {
  305. "__type__": "cc.Quat",
  306. "x": 0,
  307. "y": 0,
  308. "z": 0,
  309. "w": 1
  310. },
  311. "_lscale": {
  312. "__type__": "cc.Vec3",
  313. "x": 1,
  314. "y": 1,
  315. "z": 1
  316. },
  317. "_mobility": 0,
  318. "_layer": 33554432,
  319. "_euler": {
  320. "__type__": "cc.Vec3",
  321. "x": 0,
  322. "y": 0,
  323. "z": 0
  324. },
  325. "_id": ""
  326. },
  327. {
  328. "__type__": "cc.UITransform",
  329. "_name": "",
  330. "_objFlags": 0,
  331. "__editorExtras__": {},
  332. "node": {
  333. "__id__": 9
  334. },
  335. "_enabled": true,
  336. "__prefab": {
  337. "__id__": 11
  338. },
  339. "_contentSize": {
  340. "__type__": "cc.Size",
  341. "width": 80,
  342. "height": 80
  343. },
  344. "_anchorPoint": {
  345. "__type__": "cc.Vec2",
  346. "x": 0.5,
  347. "y": 0.5
  348. },
  349. "_id": ""
  350. },
  351. {
  352. "__type__": "cc.CompPrefabInfo",
  353. "fileId": "29Q1TW6XFMJ5wiNHWxDdRt"
  354. },
  355. {
  356. "__type__": "cc.Sprite",
  357. "_name": "",
  358. "_objFlags": 0,
  359. "__editorExtras__": {},
  360. "node": {
  361. "__id__": 9
  362. },
  363. "_enabled": true,
  364. "__prefab": {
  365. "__id__": 13
  366. },
  367. "_customMaterial": null,
  368. "_srcBlendFactor": 2,
  369. "_dstBlendFactor": 4,
  370. "_color": {
  371. "__type__": "cc.Color",
  372. "r": 255,
  373. "g": 255,
  374. "b": 255,
  375. "a": 255
  376. },
  377. "_spriteFrame": {
  378. "__uuid__": "54138f51-a62d-48d9-8dd2-b01485086792@f9941",
  379. "__expectedType__": "cc.SpriteFrame"
  380. },
  381. "_type": 1,
  382. "_fillType": 0,
  383. "_sizeMode": 2,
  384. "_fillCenter": {
  385. "__type__": "cc.Vec2",
  386. "x": 0,
  387. "y": 0
  388. },
  389. "_fillStart": 0,
  390. "_fillRange": 0,
  391. "_isTrimmedMode": true,
  392. "_useGrayscale": false,
  393. "_atlas": null,
  394. "_id": ""
  395. },
  396. {
  397. "__type__": "cc.CompPrefabInfo",
  398. "fileId": "dcM9PGARZFn6jbdgyFwdrq"
  399. },
  400. {
  401. "__type__": "cc.Button",
  402. "_name": "",
  403. "_objFlags": 0,
  404. "__editorExtras__": {},
  405. "node": {
  406. "__id__": 9
  407. },
  408. "_enabled": true,
  409. "__prefab": {
  410. "__id__": 15
  411. },
  412. "clickEvents": [],
  413. "_interactable": true,
  414. "_transition": 3,
  415. "_normalColor": {
  416. "__type__": "cc.Color",
  417. "r": 214,
  418. "g": 214,
  419. "b": 214,
  420. "a": 255
  421. },
  422. "_hoverColor": {
  423. "__type__": "cc.Color",
  424. "r": 211,
  425. "g": 211,
  426. "b": 211,
  427. "a": 255
  428. },
  429. "_pressedColor": {
  430. "__type__": "cc.Color",
  431. "r": 255,
  432. "g": 255,
  433. "b": 255,
  434. "a": 255
  435. },
  436. "_disabledColor": {
  437. "__type__": "cc.Color",
  438. "r": 124,
  439. "g": 124,
  440. "b": 124,
  441. "a": 255
  442. },
  443. "_normalSprite": {
  444. "__uuid__": "54138f51-a62d-48d9-8dd2-b01485086792@f9941",
  445. "__expectedType__": "cc.SpriteFrame"
  446. },
  447. "_hoverSprite": null,
  448. "_pressedSprite": null,
  449. "_disabledSprite": null,
  450. "_duration": 0.1,
  451. "_zoomScale": 1.2,
  452. "_target": {
  453. "__id__": 9
  454. },
  455. "_id": ""
  456. },
  457. {
  458. "__type__": "cc.CompPrefabInfo",
  459. "fileId": "12Fbu4gwNPwJZ68F2AskZT"
  460. },
  461. {
  462. "__type__": "cc.PrefabInfo",
  463. "root": {
  464. "__id__": 1
  465. },
  466. "asset": {
  467. "__id__": 0
  468. },
  469. "fileId": "b8dLUdoRpKXalZCzv5YcQN",
  470. "instance": null,
  471. "targetOverrides": null,
  472. "nestedPrefabInstanceRoots": null
  473. },
  474. {
  475. "__type__": "cc.Node",
  476. "_name": "lab_title",
  477. "_objFlags": 0,
  478. "__editorExtras__": {},
  479. "_parent": {
  480. "__id__": 2
  481. },
  482. "_children": [],
  483. "_active": true,
  484. "_components": [
  485. {
  486. "__id__": 18
  487. },
  488. {
  489. "__id__": 20
  490. }
  491. ],
  492. "_prefab": {
  493. "__id__": 22
  494. },
  495. "_lpos": {
  496. "__type__": "cc.Vec3",
  497. "x": 0,
  498. "y": 164.904,
  499. "z": 0
  500. },
  501. "_lrot": {
  502. "__type__": "cc.Quat",
  503. "x": 0,
  504. "y": 0,
  505. "z": 0,
  506. "w": 1
  507. },
  508. "_lscale": {
  509. "__type__": "cc.Vec3",
  510. "x": 1,
  511. "y": 1,
  512. "z": 1
  513. },
  514. "_mobility": 0,
  515. "_layer": 33554432,
  516. "_euler": {
  517. "__type__": "cc.Vec3",
  518. "x": 0,
  519. "y": 0,
  520. "z": 0
  521. },
  522. "_id": ""
  523. },
  524. {
  525. "__type__": "cc.UITransform",
  526. "_name": "",
  527. "_objFlags": 0,
  528. "__editorExtras__": {},
  529. "node": {
  530. "__id__": 17
  531. },
  532. "_enabled": true,
  533. "__prefab": {
  534. "__id__": 19
  535. },
  536. "_contentSize": {
  537. "__type__": "cc.Size",
  538. "width": 336,
  539. "height": 63
  540. },
  541. "_anchorPoint": {
  542. "__type__": "cc.Vec2",
  543. "x": 0.5,
  544. "y": 0.5
  545. },
  546. "_id": ""
  547. },
  548. {
  549. "__type__": "cc.CompPrefabInfo",
  550. "fileId": "e9aJwEKlhPwKEG4v7/Jsw8"
  551. },
  552. {
  553. "__type__": "cc.Label",
  554. "_name": "",
  555. "_objFlags": 0,
  556. "__editorExtras__": {},
  557. "node": {
  558. "__id__": 17
  559. },
  560. "_enabled": true,
  561. "__prefab": {
  562. "__id__": 21
  563. },
  564. "_customMaterial": null,
  565. "_srcBlendFactor": 2,
  566. "_dstBlendFactor": 4,
  567. "_color": {
  568. "__type__": "cc.Color",
  569. "r": 32,
  570. "g": 32,
  571. "b": 32,
  572. "a": 255
  573. },
  574. "_string": "第三方安全验证",
  575. "_horizontalAlign": 1,
  576. "_verticalAlign": 1,
  577. "_actualFontSize": 48,
  578. "_fontSize": 48,
  579. "_fontFamily": "Arial",
  580. "_lineHeight": 50,
  581. "_overflow": 0,
  582. "_enableWrapText": true,
  583. "_font": null,
  584. "_isSystemFontUsed": true,
  585. "_spacingX": 0,
  586. "_isItalic": false,
  587. "_isBold": true,
  588. "_isUnderline": false,
  589. "_underlineHeight": 2,
  590. "_cacheMode": 0,
  591. "_enableOutline": false,
  592. "_outlineColor": {
  593. "__type__": "cc.Color",
  594. "r": 0,
  595. "g": 0,
  596. "b": 0,
  597. "a": 255
  598. },
  599. "_outlineWidth": 2,
  600. "_enableShadow": false,
  601. "_shadowColor": {
  602. "__type__": "cc.Color",
  603. "r": 0,
  604. "g": 0,
  605. "b": 0,
  606. "a": 255
  607. },
  608. "_shadowOffset": {
  609. "__type__": "cc.Vec2",
  610. "x": 2,
  611. "y": 2
  612. },
  613. "_shadowBlur": 2,
  614. "_id": ""
  615. },
  616. {
  617. "__type__": "cc.CompPrefabInfo",
  618. "fileId": "42p8iuQbNMrqdaAd7XEjUA"
  619. },
  620. {
  621. "__type__": "cc.PrefabInfo",
  622. "root": {
  623. "__id__": 1
  624. },
  625. "asset": {
  626. "__id__": 0
  627. },
  628. "fileId": "a7oX9piIJK3I5s++PuMwEI",
  629. "instance": null,
  630. "targetOverrides": null,
  631. "nestedPrefabInstanceRoots": null
  632. },
  633. {
  634. "__type__": "cc.Node",
  635. "_name": "btn_ok",
  636. "_objFlags": 0,
  637. "__editorExtras__": {},
  638. "_parent": {
  639. "__id__": 2
  640. },
  641. "_children": [
  642. {
  643. "__id__": 24
  644. }
  645. ],
  646. "_active": true,
  647. "_components": [
  648. {
  649. "__id__": 30
  650. },
  651. {
  652. "__id__": 32
  653. },
  654. {
  655. "__id__": 34
  656. }
  657. ],
  658. "_prefab": {
  659. "__id__": 36
  660. },
  661. "_lpos": {
  662. "__type__": "cc.Vec3",
  663. "x": 0,
  664. "y": -255.6,
  665. "z": 0
  666. },
  667. "_lrot": {
  668. "__type__": "cc.Quat",
  669. "x": 0,
  670. "y": 0,
  671. "z": 0,
  672. "w": 1
  673. },
  674. "_lscale": {
  675. "__type__": "cc.Vec3",
  676. "x": 1,
  677. "y": 1,
  678. "z": 1
  679. },
  680. "_mobility": 0,
  681. "_layer": 33554432,
  682. "_euler": {
  683. "__type__": "cc.Vec3",
  684. "x": 0,
  685. "y": 0,
  686. "z": 0
  687. },
  688. "_id": ""
  689. },
  690. {
  691. "__type__": "cc.Node",
  692. "_name": "Label",
  693. "_objFlags": 512,
  694. "__editorExtras__": {},
  695. "_parent": {
  696. "__id__": 23
  697. },
  698. "_children": [],
  699. "_active": true,
  700. "_components": [
  701. {
  702. "__id__": 25
  703. },
  704. {
  705. "__id__": 27
  706. }
  707. ],
  708. "_prefab": {
  709. "__id__": 29
  710. },
  711. "_lpos": {
  712. "__type__": "cc.Vec3",
  713. "x": 0,
  714. "y": 0,
  715. "z": 0
  716. },
  717. "_lrot": {
  718. "__type__": "cc.Quat",
  719. "x": 0,
  720. "y": 0,
  721. "z": 0,
  722. "w": 1
  723. },
  724. "_lscale": {
  725. "__type__": "cc.Vec3",
  726. "x": 1,
  727. "y": 1,
  728. "z": 1
  729. },
  730. "_mobility": 0,
  731. "_layer": 33554432,
  732. "_euler": {
  733. "__type__": "cc.Vec3",
  734. "x": 0,
  735. "y": 0,
  736. "z": 0
  737. },
  738. "_id": ""
  739. },
  740. {
  741. "__type__": "cc.UITransform",
  742. "_name": "",
  743. "_objFlags": 0,
  744. "__editorExtras__": {},
  745. "node": {
  746. "__id__": 24
  747. },
  748. "_enabled": true,
  749. "__prefab": {
  750. "__id__": 26
  751. },
  752. "_contentSize": {
  753. "__type__": "cc.Size",
  754. "width": 200,
  755. "height": 60
  756. },
  757. "_anchorPoint": {
  758. "__type__": "cc.Vec2",
  759. "x": 0.5,
  760. "y": 0.5
  761. },
  762. "_id": ""
  763. },
  764. {
  765. "__type__": "cc.CompPrefabInfo",
  766. "fileId": "bbIsxzJNZC8Z1XZxHETLrU"
  767. },
  768. {
  769. "__type__": "cc.Label",
  770. "_name": "",
  771. "_objFlags": 0,
  772. "__editorExtras__": {},
  773. "node": {
  774. "__id__": 24
  775. },
  776. "_enabled": true,
  777. "__prefab": {
  778. "__id__": 28
  779. },
  780. "_customMaterial": null,
  781. "_srcBlendFactor": 2,
  782. "_dstBlendFactor": 4,
  783. "_color": {
  784. "__type__": "cc.Color",
  785. "r": 255,
  786. "g": 255,
  787. "b": 255,
  788. "a": 255
  789. },
  790. "_string": "知道了",
  791. "_horizontalAlign": 1,
  792. "_verticalAlign": 1,
  793. "_actualFontSize": 48,
  794. "_fontSize": 48,
  795. "_fontFamily": "Arial",
  796. "_lineHeight": 60,
  797. "_overflow": 1,
  798. "_enableWrapText": false,
  799. "_font": null,
  800. "_isSystemFontUsed": true,
  801. "_spacingX": 0,
  802. "_isItalic": false,
  803. "_isBold": true,
  804. "_isUnderline": false,
  805. "_underlineHeight": 2,
  806. "_cacheMode": 0,
  807. "_enableOutline": true,
  808. "_outlineColor": {
  809. "__type__": "cc.Color",
  810. "r": 88,
  811. "g": 42,
  812. "b": 9,
  813. "a": 255
  814. },
  815. "_outlineWidth": 4,
  816. "_enableShadow": false,
  817. "_shadowColor": {
  818. "__type__": "cc.Color",
  819. "r": 0,
  820. "g": 0,
  821. "b": 0,
  822. "a": 255
  823. },
  824. "_shadowOffset": {
  825. "__type__": "cc.Vec2",
  826. "x": 2,
  827. "y": 2
  828. },
  829. "_shadowBlur": 2,
  830. "_id": ""
  831. },
  832. {
  833. "__type__": "cc.CompPrefabInfo",
  834. "fileId": "243BVu8eRCYJZOjBUOOmGr"
  835. },
  836. {
  837. "__type__": "cc.PrefabInfo",
  838. "root": {
  839. "__id__": 1
  840. },
  841. "asset": {
  842. "__id__": 0
  843. },
  844. "fileId": "e4nAvbrWlAsYOBwY0Hb6Hl",
  845. "instance": null,
  846. "targetOverrides": null,
  847. "nestedPrefabInstanceRoots": null
  848. },
  849. {
  850. "__type__": "cc.UITransform",
  851. "_name": "",
  852. "_objFlags": 0,
  853. "__editorExtras__": {},
  854. "node": {
  855. "__id__": 23
  856. },
  857. "_enabled": true,
  858. "__prefab": {
  859. "__id__": 31
  860. },
  861. "_contentSize": {
  862. "__type__": "cc.Size",
  863. "width": 562,
  864. "height": 141
  865. },
  866. "_anchorPoint": {
  867. "__type__": "cc.Vec2",
  868. "x": 0.5,
  869. "y": 0.5
  870. },
  871. "_id": ""
  872. },
  873. {
  874. "__type__": "cc.CompPrefabInfo",
  875. "fileId": "b8ZH85Gz1Fl7JoTdGRrayv"
  876. },
  877. {
  878. "__type__": "cc.Sprite",
  879. "_name": "",
  880. "_objFlags": 0,
  881. "__editorExtras__": {},
  882. "node": {
  883. "__id__": 23
  884. },
  885. "_enabled": true,
  886. "__prefab": {
  887. "__id__": 33
  888. },
  889. "_customMaterial": null,
  890. "_srcBlendFactor": 2,
  891. "_dstBlendFactor": 4,
  892. "_color": {
  893. "__type__": "cc.Color",
  894. "r": 255,
  895. "g": 255,
  896. "b": 255,
  897. "a": 255
  898. },
  899. "_spriteFrame": {
  900. "__uuid__": "a49999bb-986e-40f5-9a9a-d4171636116f@f9941",
  901. "__expectedType__": "cc.SpriteFrame"
  902. },
  903. "_type": 1,
  904. "_fillType": 0,
  905. "_sizeMode": 2,
  906. "_fillCenter": {
  907. "__type__": "cc.Vec2",
  908. "x": 0,
  909. "y": 0
  910. },
  911. "_fillStart": 0,
  912. "_fillRange": 0,
  913. "_isTrimmedMode": true,
  914. "_useGrayscale": false,
  915. "_atlas": null,
  916. "_id": ""
  917. },
  918. {
  919. "__type__": "cc.CompPrefabInfo",
  920. "fileId": "86IMDSYrxKqp7Aae48nWXM"
  921. },
  922. {
  923. "__type__": "cc.Button",
  924. "_name": "",
  925. "_objFlags": 0,
  926. "__editorExtras__": {},
  927. "node": {
  928. "__id__": 23
  929. },
  930. "_enabled": true,
  931. "__prefab": {
  932. "__id__": 35
  933. },
  934. "clickEvents": [],
  935. "_interactable": true,
  936. "_transition": 3,
  937. "_normalColor": {
  938. "__type__": "cc.Color",
  939. "r": 214,
  940. "g": 214,
  941. "b": 214,
  942. "a": 255
  943. },
  944. "_hoverColor": {
  945. "__type__": "cc.Color",
  946. "r": 211,
  947. "g": 211,
  948. "b": 211,
  949. "a": 255
  950. },
  951. "_pressedColor": {
  952. "__type__": "cc.Color",
  953. "r": 255,
  954. "g": 255,
  955. "b": 255,
  956. "a": 255
  957. },
  958. "_disabledColor": {
  959. "__type__": "cc.Color",
  960. "r": 124,
  961. "g": 124,
  962. "b": 124,
  963. "a": 255
  964. },
  965. "_normalSprite": {
  966. "__uuid__": "a49999bb-986e-40f5-9a9a-d4171636116f@f9941",
  967. "__expectedType__": "cc.SpriteFrame"
  968. },
  969. "_hoverSprite": null,
  970. "_pressedSprite": null,
  971. "_disabledSprite": null,
  972. "_duration": 0.1,
  973. "_zoomScale": 1.2,
  974. "_target": {
  975. "__id__": 23
  976. },
  977. "_id": ""
  978. },
  979. {
  980. "__type__": "cc.CompPrefabInfo",
  981. "fileId": "f6MXIXIoFA+Lvf8r0danj4"
  982. },
  983. {
  984. "__type__": "cc.PrefabInfo",
  985. "root": {
  986. "__id__": 1
  987. },
  988. "asset": {
  989. "__id__": 0
  990. },
  991. "fileId": "2fuKoEOptFsrmNPxal2Fw+",
  992. "instance": null,
  993. "targetOverrides": null,
  994. "nestedPrefabInstanceRoots": null
  995. },
  996. {
  997. "__type__": "cc.Node",
  998. "_name": "Label",
  999. "_objFlags": 0,
  1000. "__editorExtras__": {},
  1001. "_parent": {
  1002. "__id__": 2
  1003. },
  1004. "_children": [],
  1005. "_active": true,
  1006. "_components": [
  1007. {
  1008. "__id__": 38
  1009. },
  1010. {
  1011. "__id__": 40
  1012. }
  1013. ],
  1014. "_prefab": {
  1015. "__id__": 42
  1016. },
  1017. "_lpos": {
  1018. "__type__": "cc.Vec3",
  1019. "x": 0,
  1020. "y": -362.402,
  1021. "z": 0
  1022. },
  1023. "_lrot": {
  1024. "__type__": "cc.Quat",
  1025. "x": 0,
  1026. "y": 0,
  1027. "z": 0,
  1028. "w": 1
  1029. },
  1030. "_lscale": {
  1031. "__type__": "cc.Vec3",
  1032. "x": 1,
  1033. "y": 1,
  1034. "z": 1
  1035. },
  1036. "_mobility": 0,
  1037. "_layer": 33554432,
  1038. "_euler": {
  1039. "__type__": "cc.Vec3",
  1040. "x": 0,
  1041. "y": 0,
  1042. "z": 0
  1043. },
  1044. "_id": ""
  1045. },
  1046. {
  1047. "__type__": "cc.UITransform",
  1048. "_name": "",
  1049. "_objFlags": 0,
  1050. "__editorExtras__": {},
  1051. "node": {
  1052. "__id__": 37
  1053. },
  1054. "_enabled": true,
  1055. "__prefab": {
  1056. "__id__": 39
  1057. },
  1058. "_contentSize": {
  1059. "__type__": "cc.Size",
  1060. "width": 216,
  1061. "height": 50.4
  1062. },
  1063. "_anchorPoint": {
  1064. "__type__": "cc.Vec2",
  1065. "x": 0.5,
  1066. "y": 0.5
  1067. },
  1068. "_id": ""
  1069. },
  1070. {
  1071. "__type__": "cc.CompPrefabInfo",
  1072. "fileId": "5e0J3JYG1PC5N/zdmMSLhx"
  1073. },
  1074. {
  1075. "__type__": "cc.Label",
  1076. "_name": "",
  1077. "_objFlags": 0,
  1078. "__editorExtras__": {},
  1079. "node": {
  1080. "__id__": 37
  1081. },
  1082. "_enabled": true,
  1083. "__prefab": {
  1084. "__id__": 41
  1085. },
  1086. "_customMaterial": null,
  1087. "_srcBlendFactor": 2,
  1088. "_dstBlendFactor": 4,
  1089. "_color": {
  1090. "__type__": "cc.Color",
  1091. "r": 32,
  1092. "g": 32,
  1093. "b": 32,
  1094. "a": 128
  1095. },
  1096. "_string": "提现由微信平台代理",
  1097. "_horizontalAlign": 1,
  1098. "_verticalAlign": 1,
  1099. "_actualFontSize": 24,
  1100. "_fontSize": 24,
  1101. "_fontFamily": "Arial",
  1102. "_lineHeight": 40,
  1103. "_overflow": 0,
  1104. "_enableWrapText": true,
  1105. "_font": null,
  1106. "_isSystemFontUsed": true,
  1107. "_spacingX": 0,
  1108. "_isItalic": false,
  1109. "_isBold": false,
  1110. "_isUnderline": false,
  1111. "_underlineHeight": 2,
  1112. "_cacheMode": 0,
  1113. "_enableOutline": false,
  1114. "_outlineColor": {
  1115. "__type__": "cc.Color",
  1116. "r": 0,
  1117. "g": 0,
  1118. "b": 0,
  1119. "a": 255
  1120. },
  1121. "_outlineWidth": 2,
  1122. "_enableShadow": false,
  1123. "_shadowColor": {
  1124. "__type__": "cc.Color",
  1125. "r": 0,
  1126. "g": 0,
  1127. "b": 0,
  1128. "a": 255
  1129. },
  1130. "_shadowOffset": {
  1131. "__type__": "cc.Vec2",
  1132. "x": 2,
  1133. "y": 2
  1134. },
  1135. "_shadowBlur": 2,
  1136. "_id": ""
  1137. },
  1138. {
  1139. "__type__": "cc.CompPrefabInfo",
  1140. "fileId": "83iS0cXT9M0LXGlT7saeX7"
  1141. },
  1142. {
  1143. "__type__": "cc.PrefabInfo",
  1144. "root": {
  1145. "__id__": 1
  1146. },
  1147. "asset": {
  1148. "__id__": 0
  1149. },
  1150. "fileId": "72zxxDlxREU6uCJ6mjFZ2v",
  1151. "instance": null,
  1152. "targetOverrides": null,
  1153. "nestedPrefabInstanceRoots": null
  1154. },
  1155. {
  1156. "__type__": "cc.Node",
  1157. "_name": "RichText",
  1158. "_objFlags": 0,
  1159. "__editorExtras__": {},
  1160. "_parent": {
  1161. "__id__": 2
  1162. },
  1163. "_children": [],
  1164. "_active": true,
  1165. "_components": [
  1166. {
  1167. "__id__": 44
  1168. },
  1169. {
  1170. "__id__": 46
  1171. }
  1172. ],
  1173. "_prefab": {
  1174. "__id__": 48
  1175. },
  1176. "_lpos": {
  1177. "__type__": "cc.Vec3",
  1178. "x": -5.322,
  1179. "y": -24.948,
  1180. "z": 0
  1181. },
  1182. "_lrot": {
  1183. "__type__": "cc.Quat",
  1184. "x": 0,
  1185. "y": 0,
  1186. "z": 0,
  1187. "w": 1
  1188. },
  1189. "_lscale": {
  1190. "__type__": "cc.Vec3",
  1191. "x": 1,
  1192. "y": 1,
  1193. "z": 1
  1194. },
  1195. "_mobility": 0,
  1196. "_layer": 33554432,
  1197. "_euler": {
  1198. "__type__": "cc.Vec3",
  1199. "x": 0,
  1200. "y": 0,
  1201. "z": 0
  1202. },
  1203. "_id": ""
  1204. },
  1205. {
  1206. "__type__": "cc.UITransform",
  1207. "_name": "",
  1208. "_objFlags": 0,
  1209. "__editorExtras__": {},
  1210. "node": {
  1211. "__id__": 43
  1212. },
  1213. "_enabled": true,
  1214. "__prefab": {
  1215. "__id__": 45
  1216. },
  1217. "_contentSize": {
  1218. "__type__": "cc.Size",
  1219. "width": 540,
  1220. "height": 225.35999999999999
  1221. },
  1222. "_anchorPoint": {
  1223. "__type__": "cc.Vec2",
  1224. "x": 0.5,
  1225. "y": 0.5
  1226. },
  1227. "_id": ""
  1228. },
  1229. {
  1230. "__type__": "cc.CompPrefabInfo",
  1231. "fileId": "53d3gxLWJPyqMXiWQmx5qZ"
  1232. },
  1233. {
  1234. "__type__": "cc.RichText",
  1235. "_name": "",
  1236. "_objFlags": 0,
  1237. "__editorExtras__": {},
  1238. "node": {
  1239. "__id__": 43
  1240. },
  1241. "_enabled": true,
  1242. "__prefab": {
  1243. "__id__": 47
  1244. },
  1245. "_lineHeight": 36,
  1246. "_string": "<color =#C13935>$m元</color>的大额提现已成功打款到平台《多宝方块》委托微信官方进行打款安全验证,<color =#C13935>需要预扣$n元手续费。</color>\n\n 仅需再赚$z元,$m元立即到账您的微信余额。",
  1247. "_horizontalAlign": 0,
  1248. "_verticalAlign": 0,
  1249. "_fontSize": 28,
  1250. "_fontColor": {
  1251. "__type__": "cc.Color",
  1252. "r": 32,
  1253. "g": 32,
  1254. "b": 32,
  1255. "a": 224
  1256. },
  1257. "_maxWidth": 540,
  1258. "_fontFamily": "Arial",
  1259. "_font": null,
  1260. "_isSystemFontUsed": true,
  1261. "_userDefinedFont": null,
  1262. "_cacheMode": 0,
  1263. "_imageAtlas": null,
  1264. "_handleTouchEvent": true,
  1265. "_id": ""
  1266. },
  1267. {
  1268. "__type__": "cc.CompPrefabInfo",
  1269. "fileId": "6fRxptYuFK/bOoJC7kMu3v"
  1270. },
  1271. {
  1272. "__type__": "cc.PrefabInfo",
  1273. "root": {
  1274. "__id__": 1
  1275. },
  1276. "asset": {
  1277. "__id__": 0
  1278. },
  1279. "fileId": "c9VQsgtuVGXJnSW8lFK2I0",
  1280. "instance": null,
  1281. "targetOverrides": null,
  1282. "nestedPrefabInstanceRoots": null
  1283. },
  1284. {
  1285. "__type__": "cc.UITransform",
  1286. "_name": "",
  1287. "_objFlags": 0,
  1288. "__editorExtras__": {},
  1289. "node": {
  1290. "__id__": 2
  1291. },
  1292. "_enabled": true,
  1293. "__prefab": {
  1294. "__id__": 50
  1295. },
  1296. "_contentSize": {
  1297. "__type__": "cc.Size",
  1298. "width": 640,
  1299. "height": 889
  1300. },
  1301. "_anchorPoint": {
  1302. "__type__": "cc.Vec2",
  1303. "x": 0.5,
  1304. "y": 0.5
  1305. },
  1306. "_id": ""
  1307. },
  1308. {
  1309. "__type__": "cc.CompPrefabInfo",
  1310. "fileId": "5fD4d8B4hDTKzE8oc41AW2"
  1311. },
  1312. {
  1313. "__type__": "cc.Sprite",
  1314. "_name": "",
  1315. "_objFlags": 0,
  1316. "__editorExtras__": {},
  1317. "node": {
  1318. "__id__": 2
  1319. },
  1320. "_enabled": true,
  1321. "__prefab": {
  1322. "__id__": 52
  1323. },
  1324. "_customMaterial": null,
  1325. "_srcBlendFactor": 2,
  1326. "_dstBlendFactor": 4,
  1327. "_color": {
  1328. "__type__": "cc.Color",
  1329. "r": 255,
  1330. "g": 255,
  1331. "b": 255,
  1332. "a": 255
  1333. },
  1334. "_spriteFrame": {
  1335. "__uuid__": "c5a17437-1409-43d2-bfd2-3cef9ed01a47@f9941",
  1336. "__expectedType__": "cc.SpriteFrame"
  1337. },
  1338. "_type": 1,
  1339. "_fillType": 0,
  1340. "_sizeMode": 1,
  1341. "_fillCenter": {
  1342. "__type__": "cc.Vec2",
  1343. "x": 0,
  1344. "y": 0
  1345. },
  1346. "_fillStart": 0,
  1347. "_fillRange": 0,
  1348. "_isTrimmedMode": true,
  1349. "_useGrayscale": false,
  1350. "_atlas": null,
  1351. "_id": ""
  1352. },
  1353. {
  1354. "__type__": "cc.CompPrefabInfo",
  1355. "fileId": "f0vnGtuS9JkpqhLrA8twU4"
  1356. },
  1357. {
  1358. "__type__": "cc.PrefabInfo",
  1359. "root": {
  1360. "__id__": 1
  1361. },
  1362. "asset": {
  1363. "__id__": 0
  1364. },
  1365. "fileId": "a0Px2CINlGN7LgRO4rB7uD",
  1366. "instance": null,
  1367. "targetOverrides": null,
  1368. "nestedPrefabInstanceRoots": null
  1369. },
  1370. {
  1371. "__type__": "cc.UITransform",
  1372. "_name": "",
  1373. "_objFlags": 0,
  1374. "__editorExtras__": {},
  1375. "node": {
  1376. "__id__": 1
  1377. },
  1378. "_enabled": true,
  1379. "__prefab": {
  1380. "__id__": 55
  1381. },
  1382. "_contentSize": {
  1383. "__type__": "cc.Size",
  1384. "width": 720,
  1385. "height": 1600.0000000000002
  1386. },
  1387. "_anchorPoint": {
  1388. "__type__": "cc.Vec2",
  1389. "x": 0.5,
  1390. "y": 0.5
  1391. },
  1392. "_id": ""
  1393. },
  1394. {
  1395. "__type__": "cc.CompPrefabInfo",
  1396. "fileId": "c7bO3gjiJGzZ0QWGNYs/Xm"
  1397. },
  1398. {
  1399. "__type__": "2d691E/eMxO4rFeOj0YU6O6",
  1400. "_name": "",
  1401. "_objFlags": 0,
  1402. "__editorExtras__": {},
  1403. "node": {
  1404. "__id__": 1
  1405. },
  1406. "_enabled": true,
  1407. "__prefab": {
  1408. "__id__": 57
  1409. },
  1410. "_id": ""
  1411. },
  1412. {
  1413. "__type__": "cc.CompPrefabInfo",
  1414. "fileId": "11s272PfNKb5sKP5SC9Jtz"
  1415. },
  1416. {
  1417. "__type__": "cc.Widget",
  1418. "_name": "",
  1419. "_objFlags": 0,
  1420. "__editorExtras__": {},
  1421. "node": {
  1422. "__id__": 1
  1423. },
  1424. "_enabled": true,
  1425. "__prefab": {
  1426. "__id__": 59
  1427. },
  1428. "_alignFlags": 45,
  1429. "_target": null,
  1430. "_left": 0,
  1431. "_right": 0,
  1432. "_top": 0,
  1433. "_bottom": 0,
  1434. "_horizontalCenter": 0,
  1435. "_verticalCenter": 0,
  1436. "_isAbsLeft": true,
  1437. "_isAbsRight": true,
  1438. "_isAbsTop": true,
  1439. "_isAbsBottom": true,
  1440. "_isAbsHorizontalCenter": true,
  1441. "_isAbsVerticalCenter": true,
  1442. "_originalWidth": 720,
  1443. "_originalHeight": 1280,
  1444. "_alignMode": 2,
  1445. "_lockFlags": 0,
  1446. "_id": ""
  1447. },
  1448. {
  1449. "__type__": "cc.CompPrefabInfo",
  1450. "fileId": "d3bh5cTadOkqnNV9i7JKLm"
  1451. },
  1452. {
  1453. "__type__": "cc.PrefabInfo",
  1454. "root": {
  1455. "__id__": 1
  1456. },
  1457. "asset": {
  1458. "__id__": 0
  1459. },
  1460. "fileId": "8eHXteLH5FqJPX1e02Xm4t",
  1461. "instance": null,
  1462. "targetOverrides": null
  1463. }
  1464. ]