rule.prefab 29 KB

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