dark.qss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. * {
  2. font-family: "思源黑体M", "Source Han Sans", "Microsoft YaHei", sans-serif; /* 确保字体的兼容性 */
  3. font-size: 14px;
  4. font-weight: normal;
  5. outline: 0px;
  6. }
  7. /*登录*/
  8. Login QWidget#widget_2
  9. {
  10. background-image: url(:/images/login.png);
  11. }
  12. Login QWidget#widget
  13. {
  14. border-radius: 20px;
  15. background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6164D6, stop: 1 #6164D6); /* 第一层渐变 */
  16. }
  17. Login QPushButton
  18. {
  19. color:#FFFFFF;
  20. border-radius: 8px;
  21. background: #9294FF;
  22. }
  23. Login QLineEdit#userNameLineEdit,
  24. Login QLineEdit#passLineEdit
  25. {
  26. color:#FFFFFF;
  27. border-radius: 8px;
  28. padding-left:82px;
  29. border: 1px solid #9294FF;
  30. background: rgba(111, 113, 223, 0.2);
  31. }
  32. Login QLabel#label_user
  33. {
  34. image: url(:/images/login_user.png);
  35. }
  36. Login QLabel#label_pass
  37. {
  38. image: url(:/images/login_pass.png);
  39. }
  40. Login QFrame#line,
  41. Login QFrame#line_2
  42. {
  43. background: #9294FF;
  44. }
  45. /*主界面*/
  46. MainWnd QWidget#TabSideBar
  47. {
  48. background: #2F3297;
  49. }
  50. MainWnd QWidget#centralwidget
  51. {
  52. background: #1D2087;
  53. }
  54. MainWnd QFrame#line,
  55. OriginalWnd QFrame#line_2,
  56. QFrame#line_3,
  57. SingleCameraOperationWnd QFrame#line_2,
  58. MainAndSecondaryCamerasWnd QFrame#line_16,
  59. ChartsAndCamerasWnd QFrame#line_2
  60. {
  61. border:none;
  62. background-color: rgba(186, 189, 220, 0.6);
  63. }
  64. MainWnd QWidget#TabSideBar QToolButton
  65. {
  66. color: #FFFFFF;
  67. font-weight: bold;
  68. background: #5A5CAD;
  69. border-radius:6px;
  70. }
  71. MainWnd QLabel#label_logo_m {
  72. image: url(:/images/deep/logo1.png);
  73. }
  74. /*侧边栏按钮*/
  75. QWidget#TabSideBar>QToolButton::hover,QWidget#TabSideBar>QToolButton::checked
  76. {
  77. border:none;
  78. color:#FFFFFF;
  79. background: #E17D07;
  80. }
  81. MainWnd QToolButton
  82. {
  83. padding-top: 8px;
  84. }
  85. QWidget#TabSideBar>QToolButton#tabHomeBtn
  86. {
  87. qproperty-icon:url(:/images/deep/home.png);
  88. }
  89. QWidget#TabSideBar>QToolButton#tabProductionBtn
  90. {
  91. qproperty-icon:url(:/images/deep/Productionn assistance.png);
  92. }
  93. QWidget#TabSideBar>QToolButton#tabProgramBtn
  94. {
  95. qproperty-icon:url(:/images/deep/Program.png);
  96. }
  97. QWidget#TabSideBar>QToolButton#tabMessageBtn
  98. {
  99. qproperty-icon:url(:/images/deep/Message.png);
  100. }
  101. QWidget#TabSideBar>QToolButton#tabModuleBtn
  102. {
  103. qproperty-icon:url(:/images/deep/Module.png);
  104. }
  105. QWidget#TabSideBar>QToolButton#tabDispositionBtn
  106. {
  107. qproperty-icon:url(:/images/deep/Disposition.png);
  108. }
  109. QWidget#TabSideBar>QToolButton#tabDiagnosisBtn
  110. {
  111. qproperty-icon:url(:/images/deep/Diagnosis.png);
  112. }
  113. QWidget#TabSideBar>QToolButton#tabSystemBtn
  114. {
  115. qproperty-icon:url(:/images/deep/System.png);
  116. }
  117. QWidget#TabSideBar>QToolButton#tabHelpBtn
  118. {
  119. qproperty-icon:url(:/images/deep/Help.png);
  120. }
  121. /*顶部*/
  122. QWidget#Toptitlebar
  123. {
  124. /*border-radius: 6px;*/
  125. background: #4E53B8;
  126. color: #FFFFFF;
  127. }
  128. QWidget#Toptitlebar QLable#label_4
  129. {
  130. color: #FFFFFF;
  131. }
  132. OriginalWnd QWidget#Toptitlebar QPushButton#CalibrationButton
  133. {
  134. color: #FFFFFF;
  135. border-radius: 4px;
  136. background: #4AA2FF;
  137. }
  138. QWidget#Toptitlebar QPushButton#pushButton_2
  139. {
  140. background-color: transparent;
  141. image: url(:/images/TopStatusBar/MachineLink.png);
  142. }
  143. QWidget#Toptitlebar QPushButton#pushButton_3
  144. {
  145. background-color: transparent;
  146. image: url(:/images/TopStatusBar/HostStatus.png);
  147. }
  148. /*初始界面*/
  149. OriginalWnd QWidget#widget_2,
  150. OriginalWnd QWidget#widget
  151. {
  152. background: #2F3297;
  153. border-radius: 10px;
  154. }
  155. OriginalWnd QWidget#widget QToolButton#stopButton
  156. {
  157. border-radius: 6px;
  158. background: #F02962;
  159. color: #FFFFFF;
  160. padding-bottom: 10px;
  161. padding-left: 9px;
  162. }
  163. OriginalWnd QWidget#widget QToolButton#startButton
  164. {
  165. border-radius: 6px;
  166. background: #4AB832;
  167. color: #FFFFFF;
  168. padding-bottom: 10px;
  169. padding-left: 9px;
  170. }
  171. OriginalWnd QWidget#widget>QToolButton#ChartButton::hover,
  172. OriginalWnd QWidget#widget>QToolButton#DoubleImageButton::hover,
  173. OriginalWnd QWidget#widget>QToolButton#SingleImageButton::hover,
  174. OriginalWnd QWidget#widget>QToolButton#ChartButton::checked,
  175. OriginalWnd QWidget#widget>QToolButton#DoubleImageButton::checked,
  176. OriginalWnd QWidget#widget>QToolButton#SingleImageButton::checked
  177. {
  178. background: #E17D07;
  179. }
  180. OriginalWnd QWidget#widget QToolButton#ChartButton
  181. {
  182. border-radius: 6px;
  183. background: #5A5CAD;
  184. padding-bottom: 8px;
  185. qproperty-icon:url(:/images/deep/Demo001_1.png);
  186. }
  187. OriginalWnd QWidget#widget QToolButton#DoubleImageButton
  188. {
  189. border-radius: 6px;
  190. background: #5A5CAD;
  191. padding-bottom: 8px;
  192. qproperty-icon:url(:/images/deep/Demo001_2.png);
  193. }
  194. OriginalWnd QWidget#widget QToolButton#SingleImageButton
  195. {
  196. border-radius: 6px;
  197. background: #5A5CAD;
  198. padding-bottom: 8px;
  199. qproperty-icon:url(:/images/deep/Demo001_3.png);
  200. }
  201. /* SingleCameraOperationWnd */
  202. QComboBox
  203. {
  204. border:1px solid #6D6FB6;
  205. border-radius:6px;
  206. background: #4C4FA6;
  207. color: #FFFFFF;
  208. }
  209. QComboBox::down-arrow
  210. {
  211. image: url(:/images/drop.png);
  212. width: 30px;
  213. height:30px;
  214. }
  215. QComboBox::drop-down
  216. {
  217. width:20px;
  218. border:none;
  219. padding-right:5px;
  220. }
  221. SingleCameraOperationWnd QWidget#centralwidget,
  222. MainAndSecondaryCamerasWnd QWidget#centralwidget,
  223. ChartsAndCamerasWnd QWidget#Leftwidget,
  224. ChartsAndCamerasWnd QWidget#Rightwidget
  225. {
  226. border-radius: 10px;
  227. background: #2F3297;
  228. }
  229. Group QPushButton#GroupButton
  230. {
  231. image: url(:/images/LightGroup/LightSwitch.png);
  232. border-radius: 6px;
  233. background: #6A6FFF;
  234. }
  235. SingleCameraOperationWnd QPushButton#LiveButton,
  236. MainAndSecondaryCamerasWnd QPushButton#LeftLiveButton,
  237. MainAndSecondaryCamerasWnd QPushButton#RightLiveButton,
  238. ChartsAndCamerasWnd QPushButton#LiveButton
  239. {
  240. color: #FFFFFF;
  241. border-radius: 6px;
  242. background: #6A6FFF;
  243. }
  244. SingleCameraOperationWnd QWidget#RedLight,
  245. SingleCameraOperationWnd QWidget#GreenLight,
  246. SingleCameraOperationWnd QWidget#BlueLight,
  247. SingleCameraOperationWnd QWidget#DotLight,
  248. MainAndSecondaryCamerasWnd QWidget#RedLight,
  249. MainAndSecondaryCamerasWnd QWidget#GreenLight,
  250. MainAndSecondaryCamerasWnd QWidget#BlueLight,
  251. MainAndSecondaryCamerasWnd QWidget#DotLight,
  252. MainAndSecondaryCamerasWnd QWidget#RedLight_L,
  253. MainAndSecondaryCamerasWnd QWidget#GreenLight_L,
  254. MainAndSecondaryCamerasWnd QWidget#BlueLight_L,
  255. MainAndSecondaryCamerasWnd QWidget#DotLight_L,
  256. ChartsAndCamerasWnd QWidget#RedLight,
  257. ChartsAndCamerasWnd QWidget#GreenLight,
  258. ChartsAndCamerasWnd QWidget#BlueLight,
  259. ChartsAndCamerasWnd QWidget#DotLight
  260. {
  261. background: #4E53B8;
  262. }
  263. SingleCameraOperationWnd QLineEdit,
  264. MainAndSecondaryCamerasWnd QLineEdit,
  265. ChartsAndCamerasWnd QLineEdit
  266. {
  267. background: #4C4FA6;
  268. border-radius: 6px;
  269. border: 1px solid #6D6FB6;
  270. color: #FFFFFF;
  271. }
  272. SingleCameraOperationWnd QWidget#BackGround,
  273. MainAndSecondaryCamerasWnd QWidget#LeftBackGround,
  274. MainAndSecondaryCamerasWnd QWidget#RightBackGround,
  275. ChartsAndCamerasWnd QWidget#BackGround
  276. {
  277. background: #FFFFFF;
  278. border: 1px solid #BABBDC;
  279. border-radius: 0px;
  280. }
  281. QProgressBar {
  282. border: 2px solid grey;
  283. border-radius: 5px;
  284. background-color: transparent;
  285. }
  286. QProgressBar#RedLightprogressBar::chunk,
  287. QProgressBar#RedLightprogressBar_2::chunk,
  288. QProgressBar#RedLightprogressBar_L::chunk
  289. {
  290. border-radius: 3px;
  291. background-color: red;
  292. height: 1px;
  293. }
  294. QProgressBar#GreenLightprogressBar::chunk,
  295. QProgressBar#GreenLightprogressBar_5::chunk,
  296. QProgressBar#GreenLightprogressBar_L::chunk
  297. {
  298. border-radius: 3px;
  299. background-color: Green;
  300. height: 1px;
  301. }
  302. QProgressBar#BlueLightprogressBar::chunk,
  303. QProgressBar#BlueLightprogressBar_2::chunk,
  304. QProgressBar#BlueLightprogressBar_L::chunk
  305. {
  306. border-radius: 3px;
  307. background-color: Blue;
  308. height: 1px;
  309. }
  310. QProgressBar#DotLightprogressBar::chunk,
  311. QProgressBar#DotLightprogressBar_2::chunk,
  312. QProgressBar#DotLightprogressBar_L::chunk
  313. {
  314. border-radius: 3px;
  315. background-color: yellow;
  316. height: 1px;
  317. }
  318. /* 工具栏 */
  319. SingleCameraOperationWnd QWidget#Toolbar,
  320. MainAndSecondaryCamerasWnd QWidget#LeftToolbar,
  321. MainAndSecondaryCamerasWnd QWidget#RightToolbar,
  322. ChartsAndCamerasWnd QWidget#Toolbar
  323. {
  324. border-radius: 6px;
  325. background: #4E53B8;
  326. }
  327. SingleCameraOperationWnd QWidget#Toolbar QPushButton,
  328. MainAndSecondaryCamerasWnd QWidget#LeftToolbar QPushButton,
  329. MainAndSecondaryCamerasWnd QWidget#RightToolbar QPushButton,
  330. ChartsAndCamerasWnd QWidget#Toolbar QPushButton
  331. {
  332. border-radius: 6px;
  333. background: #4E53B8;
  334. border:none;
  335. }
  336. SingleCameraOperationWnd QFrame#line,
  337. SingleCameraOperationWnd QFrame#line_3,
  338. SingleCameraOperationWnd QFrame#line_4,
  339. SingleCameraOperationWnd QFrame#line_5,
  340. SingleCameraOperationWnd QFrame#line_6,
  341. MainAndSecondaryCamerasWnd QFrame#line_1,
  342. MainAndSecondaryCamerasWnd QFrame#line_3,
  343. MainAndSecondaryCamerasWnd QFrame#line_4,
  344. MainAndSecondaryCamerasWnd QFrame#line_5,
  345. MainAndSecondaryCamerasWnd QFrame#line_6,
  346. MainAndSecondaryCamerasWnd QFrame#line_11,
  347. MainAndSecondaryCamerasWnd QFrame#line_12,
  348. MainAndSecondaryCamerasWnd QFrame#line_13,
  349. MainAndSecondaryCamerasWnd QFrame#line_14,
  350. MainAndSecondaryCamerasWnd QFrame#line_15,
  351. ChartsAndCamerasWnd QFrame#line,
  352. ChartsAndCamerasWnd QFrame#line_3,
  353. ChartsAndCamerasWnd QFrame#line_4,
  354. ChartsAndCamerasWnd QFrame#line_5,
  355. ChartsAndCamerasWnd QFrame#line_6
  356. {
  357. border:none;
  358. background-color: rgba(255, 255, 255, 0.5);
  359. }
  360. SingleCameraOperationWnd QPushButton#pushButton_2,
  361. SingleCameraOperationWnd QLabel#label_Percentage,
  362. MainAndSecondaryCamerasWnd QPushButton#pushButton_2,
  363. MainAndSecondaryCamerasWnd QLabel#Leftlabel_Percentage,
  364. MainAndSecondaryCamerasWnd QPushButton#pushButton_4,
  365. MainAndSecondaryCamerasWnd QLabel#Rightlabel_Percentage,
  366. ChartsAndCamerasWnd QPushButton#pushButton_2,
  367. ChartsAndCamerasWnd QLabel#label_Percentage
  368. {
  369. color: #FFFFFF;
  370. }
  371. SingleCameraOperationWnd QPushButton#ZoomUpButton,
  372. MainAndSecondaryCamerasWnd QPushButton#LeftZoomUpButton,
  373. MainAndSecondaryCamerasWnd QPushButton#RightZoomUpButton,
  374. ChartsAndCamerasWnd QPushButton#ZoomUpButton
  375. {
  376. image: url(:/images/deep/zoom up.png);
  377. }
  378. SingleCameraOperationWnd QPushButton#ZoomOutButton,
  379. MainAndSecondaryCamerasWnd QPushButton#LeftZoomOutButton,
  380. MainAndSecondaryCamerasWnd QPushButton#RightZoomOutButton,
  381. ChartsAndCamerasWnd QPushButton#ZoomOutButton
  382. {
  383. image: url(:/images/deep/zoom out.png);
  384. }
  385. SingleCameraOperationWnd QPushButton#RulerButton,
  386. MainAndSecondaryCamerasWnd QPushButton#LeftRulerButton,
  387. MainAndSecondaryCamerasWnd QPushButton#RightRulerButton,
  388. ChartsAndCamerasWnd QPushButton#RulerButton
  389. {
  390. image: url(:/images/deep/ruler.png);
  391. }
  392. SingleCameraOperationWnd QPushButton#PenButton,
  393. MainAndSecondaryCamerasWnd QPushButton#LeftPenButton,
  394. MainAndSecondaryCamerasWnd QPushButton#RightPenButton,
  395. ChartsAndCamerasWnd QPushButton#PenButton
  396. {
  397. image: url(:/images/deep/pen.png);
  398. }
  399. /* 为垂直滑块设置样式 */
  400. QSlider#RedLightverticalSlider::groove:vertical,
  401. QSlider#RedLightverticalSlider_L::groove:vertical,
  402. QSlider#RedLightverticalSlider_2::groove:vertical
  403. {
  404. height: 56px;
  405. width: 3px;
  406. background: red;
  407. }
  408. QSlider#GreenLightverticalSlider::groove:vertical,
  409. QSlider#GreenLightverticalSlider_L::groove:vertical,
  410. QSlider#GreenLightverticalSlider_5::groove:vertical
  411. {
  412. height: 56px;
  413. width: 3px;
  414. background: Green;
  415. }
  416. QSlider#BlueLightverticalSlider::groove:vertical,
  417. QSlider#BlueLightverticalSlider_L::groove:vertical
  418. {
  419. height: 56px;
  420. width: 3px;
  421. background: Blue;
  422. }
  423. QSlider#DotLightverticalSlider::groove:vertical,
  424. QSlider#DotLightverticalSlider_L::groove:vertical,
  425. QSlider#DotLightverticalSlider_2::groove:vertical
  426. {
  427. height: 56px;
  428. width: 3px;
  429. background: yellow;
  430. }
  431. /*QSlider::sub-page:vertical {
  432. height: 56px;
  433. width: 3px;
  434. background: rgba(78, 81, 206, 0.25);
  435. }*/
  436. QSlider#RedLightverticalSlider::handle:vertical,
  437. QSlider#RedLightverticalSlider_L::handle:vertical,
  438. QSlider#RedLightverticalSlider_2::handle:vertical
  439. {
  440. border-image: url(:/images/LightGroup/red.png);
  441. height: 6px;
  442. margin: 0px -5px 0px -5px;
  443. border-radius: 4px;
  444. }
  445. QSlider#GreenLightverticalSlider::handle:vertical,
  446. QSlider#GreenLightverticalSlider_L::handle:vertical,
  447. QSlider#GreenLightverticalSlider_5::handle:vertical
  448. {
  449. border-image: url(:/images/LightGroup/green.png);
  450. height: 6px;
  451. margin: 0px -5px 0px -5px;
  452. border-radius: 4px;
  453. }
  454. QSlider#BlueLightverticalSlider::handle:vertical,
  455. QSlider#BlueLightverticalSlider_L::handle:vertical
  456. {
  457. border-image: url(:/images/LightGroup/blue.png);
  458. height: 6px;
  459. margin: 0px -5px 0px -5px;
  460. border-radius: 4px;
  461. }
  462. QSlider#DotLightverticalSlider::handle:vertical,
  463. QSlider#DotLightverticalSlider_L::handle:vertical,
  464. QSlider#DotLightverticalSlider_2::handle:vertical
  465. {
  466. border-image: url(:/images/LightGroup/yellow.png);
  467. height: 6px;
  468. margin: 0px -5px 0px -5px;
  469. border-radius: 4px;
  470. }
  471. QScrollArea {
  472. background-color: transparent;
  473. border: none;
  474. }
  475. QScrollArea QWidget {
  476. background-color: transparent;
  477. }
  478. QScrollBar
  479. {
  480. background:transparent;
  481. width:10px;
  482. height:10px;
  483. border-radius:5px;
  484. border-style: solid;
  485. }
  486. QScrollBar::handle
  487. {
  488. background: #5058B3;
  489. border-radius: 5px;
  490. }
  491. QScrollBar::sub-page
  492. {
  493. background:transparent;
  494. border:none;
  495. }
  496. QScrollBar::add-page
  497. {
  498. background:transparent;
  499. border:none;
  500. }
  501. QScrollBar::up-arrow
  502. {
  503. background:transparent;
  504. border-top-left-radius:5px;
  505. border-top-right-radius:5px;
  506. }
  507. QScrollBar::down-arrow
  508. {
  509. background:transparent;
  510. border-bottom-left-radius:5px;
  511. border-bottom-right-radius:5px;
  512. }
  513. QScrollBar::sub-line
  514. {
  515. background:transparent;
  516. border-radius: 5px;
  517. }
  518. QScrollBar::add-line
  519. {
  520. background:transparent;
  521. border-radius: 5px;
  522. }
  523. ChartsAndCamerasWnd QWidget#Checkwidget
  524. {
  525. border-radius: 6px;
  526. border: 1px solid #BABBDC;
  527. }
  528. ChartsAndCamerasWnd QCheckBox {
  529. border: 0px solid #FFFFFF;
  530. padding: 4px;
  531. spacing: 18px;
  532. color: #FFFFFF;
  533. }
  534. ChartsAndCamerasWnd QCheckBox::indicator{
  535. border: 1px solid #BABBDC;
  536. width: 12px;
  537. height: 12px;
  538. border-radius: 2px;
  539. background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.01 #FFFFFF, stop: 1 #F2F2FA);
  540. }
  541. ChartsAndCamerasWnd QCheckBox::indicator:checked {
  542. image: url(:/images/check_selected.png);
  543. }
  544. ChartsAndCamerasWnd QLabel#GreenDiamond
  545. {
  546. image: url(:/images/Participation display/GreenDiamond.png);
  547. }
  548. ChartsAndCamerasWnd QLabel#RedDiamond
  549. {
  550. image: url(:/images/Participation display/RedDiamond.png);
  551. }
  552. ChartsAndCamerasWnd QLabel#BlueDiamond
  553. {
  554. image: url(:/images/Participation display/BlueDiamond.png);
  555. }
  556. ChartsAndCamerasWnd QLabel#YellowDiamond
  557. {
  558. image: url(:/images/Participation display/YellowDiamond.png);
  559. }
  560. ChartsAndCamerasWnd QLabel#BlackDiamond
  561. {
  562. image: url(:/images/Participation display/BlackDiamond.png);
  563. }
  564. ChartsAndCamerasWnd QLabel#WhiteVerticalBar
  565. {
  566. image: url(:/images/Participation display/White vertical bars.png);
  567. }
  568. ChartsAndCamerasWnd QLabel#RedHorizontalLine
  569. {
  570. image: url(:/images/Participation display/Red horizontal line.png);
  571. }
  572. ChartsAndCamerasWnd QLabel#BlueHorizontalLine
  573. {
  574. image: url(:/images/Participation display/Blue horizontal line.png);
  575. }
  576. ChartsAndCamerasWnd QLabel#BlueVerticalBar
  577. {
  578. image: url(:/images/Participation display/Blue vertical bars.png);
  579. }
  580. ChartsAndCamerasWnd QLabel#GreenVerticalBar
  581. {
  582. image: url(:/images/Participation display/Green vertical bars.png);
  583. }
  584. ChartsAndCamerasWnd QLabel#PurpleVerticalBar
  585. {
  586. image: url(:/images/Participation display/Purple vertical bars.png);
  587. }