css.wcss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. {
  2. "titleBar": {
  3. "overflow": "hidden",
  4. "height": "50px",
  5. "background-color": "#4c6b87"
  6. },
  7. "titleTextNode": {
  8. "padding-left": "20px",
  9. "color": "#FFF",
  10. "font-size": "18px",
  11. "line-height": "50px",
  12. "font-weight": "bold",
  13. "width": "160px",
  14. "float": "left"
  15. },
  16. "tabAreaNode": {
  17. "overflow": "auto",
  18. "height": "100%"
  19. },
  20. "explorerNaviAreaNode": {
  21. "float": "left",
  22. "width": "180px",
  23. //"margin-top": "1%",
  24. "height": "100%",
  25. "background-color": "#4c6b87"
  26. },
  27. "explorerNaviNode": {
  28. "overflow": "hidden",
  29. "margin-top": "40px"
  30. },
  31. "explorerContentAreaNode":{
  32. "background-color": "#ffffff",
  33. "margin-left": "180px",
  34. "overflow": "auto",
  35. "border-top-left-radius": "10px",
  36. "height": "100%"
  37. },
  38. "explorerContentAreaNode":{
  39. "background-color": "#ffffff",
  40. "margin-left": "180px",
  41. "overflow": "auto",
  42. "border-top-left-radius": "10px",
  43. "height": "100%"
  44. },
  45. "naviItemNode": {
  46. "cursor": "pointer",
  47. "height": "40px",
  48. "border-top-left-radius": "20px",
  49. "border-bottom-left-radius": "20px",
  50. "margin": "0px 0px 0px 20px",
  51. "border-bottom": "1px solid #CCC",
  52. "background-color": "#4c6b87",
  53. "background-repeat": "no-repeat",
  54. "background-position": "8px center",
  55. "color": "#FFF",
  56. "line-height": "40px",
  57. "overflow": "hidden",
  58. "font-size": "14px",
  59. "padding": "0px 0px 0px 40px"
  60. },
  61. "naviItemNode_current": {
  62. "background-color": "#ffffff",
  63. "border-bottom": "1px solid #ffffff",
  64. "color": "#4c6b87"
  65. },
  66. "explorerContentTitleNode": {
  67. "height": "40px",
  68. "padding": "0px 30px",
  69. "font-size": "24px",
  70. "color": "#333333",
  71. "font-weight": "bold",
  72. "line-height": "40px",
  73. "padding-top": "20px"
  74. },
  75. "explorerContentTitleSubNode": {
  76. "padding": "5px 30px",
  77. "font-size": "14px",
  78. "color": "#666666"
  79. },
  80. "explorerContentItemTitleNode": {
  81. "height": "30px",
  82. "line-height": "30px",
  83. "padding": "20px 0px 0px 30px",
  84. "padding-top": "20px",
  85. "font-size": "18px",
  86. "font-weight": "bold",
  87. "clear": "both",
  88. "color": "#666666"
  89. },
  90. "explorerContentItemDataNode": {
  91. "height": "30px",
  92. "line-height": "30px",
  93. "padding": "20px 0px 0px 30px",
  94. "padding-top": "20px",
  95. "font-size": "18px",
  96. "color": "#0000FF"
  97. },
  98. "explorerContentItemQrcodeNode": {
  99. "padding": "5px 30px"
  100. },
  101. "explorerContentItemButton": {
  102. "margin-left": "10px",
  103. "margin-top": "7px",
  104. "height": "30px",
  105. "width": "120px",
  106. "border-radius": "20px",
  107. "background-color": "#4A90E2",
  108. "line-height": "30px",
  109. "text-align": "center",
  110. "cursor": "pointer",
  111. "color": "#FFF",
  112. "font-size": "14px"
  113. },
  114. "explorerContentInputInforNode": {
  115. "overflow": "hidden",
  116. "padding": "5px 30px",
  117. "font-size": "14px",
  118. "color": "#999999",
  119. "clear": "both"
  120. },
  121. "explorerContentInputAreaNode": {
  122. "height": "24px",
  123. "padding": "0px 30px"
  124. },
  125. "explorerContentInputValueAreaNode": {
  126. "height": "24px",
  127. "line-height": "24px",
  128. "font-size": "14px",
  129. "color": "#0000FF",
  130. "float": "left"
  131. },
  132. "explorerContentInputNode": {
  133. "width": "auto",
  134. "height": "22px",
  135. //"width": "350px",
  136. "line-height": "22px",
  137. "border": "1px solid #ffffff",
  138. "font-size": "14px",
  139. "color": "#0000FF",
  140. "padding": "0px 5px",
  141. "background": "transparent",
  142. "display": "block",
  143. "float": "left"
  144. },
  145. "explorerContentInputNode_edit": {
  146. "width": "340px",
  147. "border": "1px solid #999999",
  148. "background": "#ffffff"
  149. },
  150. "explorerContentButtonNode": {
  151. "height": "24px",
  152. "line-height": "24px",
  153. "border": "1px solid #dddddd",
  154. "background-color": "#dddddd",
  155. "text-align": "center",
  156. "padding": "0px 10px",
  157. "float": "left",
  158. "cursor": "pointer",
  159. "margin-left": "10px"
  160. },
  161. "explorerContentCheckValueAreaNode_off": {
  162. "height": "10px",
  163. "padding": "2px",
  164. "width": "38px",
  165. "border": "2px solid #333333",
  166. "border-radius": "8px",
  167. "background-color": "#ffffff",
  168. "cursor": "pointer",
  169. "margin-top": "3px",
  170. "float": "left"
  171. },
  172. "explorerContentCheckValueAreaNode_on": {
  173. "height": "10px",
  174. "padding": "2px",
  175. "width": "38px",
  176. "border": "2px solid #0078d7",
  177. "border-radius": "10px",
  178. "background-color": "#0078d7",
  179. "cursor": "pointer",
  180. "margin-top": "3px",
  181. "float": "left"
  182. },
  183. "explorerContentCheckPointValueAreaNode_off": {
  184. "height": "10px",
  185. "width": "10px",
  186. "border-radius": "5px",
  187. "background-color": "#333333",
  188. "float": "left"
  189. },
  190. "explorerContentCheckPointValueAreaNode_on":{
  191. "height": "10px",
  192. "width": "10px",
  193. "border-radius": "5px",
  194. "background-color": "#ffffff",
  195. "float": "right"
  196. },
  197. "explorerContentCheckInforValueAreaNode": {
  198. "height": "24px",
  199. "line-height": "24px",
  200. "float": "left",
  201. "margin-left": "10px",
  202. "font-size": "14px"
  203. },
  204. "explorerContentSelectValueAreaNode": {
  205. "height": "22px",
  206. //"width": "300px",
  207. "font-size": "14px"
  208. },
  209. "explorerContentListAreaNode": {
  210. "padding": "0px 30px",
  211. "overflow": "hidden",
  212. "cursor": "default"
  213. },
  214. "explorerContentListActionAreaNode": {
  215. "height": "40px",
  216. "min-width": "350px",
  217. "clear": "both",
  218. "float": "left",
  219. "padding": "8px",
  220. "padding-right": "40px",
  221. "line-height": "40px",
  222. "font-size": "16px",
  223. "background": "#ffffff",
  224. "border-left": "2px solid #ffffff",
  225. "border-top": "2px solid #ffffff",
  226. "border-right": "2px solid #ffffff",
  227. "border-bottom": "2px solid #ffffff",
  228. "color": "#333333"
  229. },
  230. "explorerContentListActionAreaNode_over": {
  231. "background": "#f3f3f3",
  232. "height": "40px",
  233. "border-left": "2px solid #f3f3f3",
  234. "border-top": "2px solid #f3f3f3",
  235. "border-right": "2px solid #f3f3f3",
  236. "border-bottom": "2px solid #f3f3f3"
  237. },
  238. "explorerContentListActionAreaNode_down": {
  239. "background": "#f3f3f3",
  240. "height": "40px",
  241. "border-left": "4px solid #f3f3f3",
  242. "border-top": "4px solid #f3f3f3",
  243. "border-right": "0px solid #f3f3f3",
  244. "border-bottom": "0px solid #f3f3f3"
  245. },
  246. "explorerContentListStyleActionAreaNode": {
  247. "height": "40px",
  248. "min-width": "380px",
  249. "clear": "both",
  250. "float": "left",
  251. "padding": "8px",
  252. "padding-right": "10px",
  253. "line-height": "40px",
  254. "font-size": "16px",
  255. "background": "#f1f1f1",
  256. "border-left": "2px solid #f1f1f1",
  257. "border-top": "2px solid #f1f1f1",
  258. "border-right": "2px solid #f1f1f1",
  259. "border-bottom": "2px solid #f1f1f1",
  260. "margin-bottom": "10px",
  261. "color": "#333333"
  262. },
  263. "explorerContentListStyleActionAreaNode_over": {
  264. "background": "#dddddd",
  265. "height": "40px",
  266. "border-left": "2px solid #dddddd",
  267. "border-top": "2px solid #dddddd",
  268. "border-right": "2px solid #dddddd",
  269. "border-bottom": "2px solid #dddddd"
  270. },
  271. "explorerContentListStyleActionAreaNode_down": {
  272. "background": "#dddddd",
  273. "height": "40px",
  274. "border-left": "4px solid #dddddd",
  275. "border-top": "4px solid #dddddd",
  276. "border-right": "0px solid #dddddd",
  277. "border-bottom": "0px solid #dddddd"
  278. },
  279. "explorerContentListActionAreaNode_selected":{
  280. "background": "#f3f3f3",
  281. "border-left": "2px solid #f3f3f3",
  282. "border-top": "2px solid #f3f3f3",
  283. "border-right": "2px solid #f3f3f3",
  284. "border-bottom": "2px solid #f3f3f3",
  285. "height": "80px"
  286. },
  287. "explorerContentListActionIconAreaNode": {
  288. "height": "40px",
  289. "width": "40px",
  290. "float": "left",
  291. "background-color": "#cccccc"
  292. },
  293. "explorerContentListActionIconNode": {
  294. "height": "40px",
  295. "width": "40px",
  296. "background": "url(../x_component_Setting/$Main/default/icon/add.png) no-repeat center center"
  297. },
  298. "explorerContentListActionTextAreaNode": {
  299. "margin-left": "50px",
  300. "height": "40px"
  301. },
  302. "explorerContentListItemIconAreaNode": {
  303. "height": "40px",
  304. "width": "40px",
  305. "float": "left",
  306. "background-color": "#0076d7"
  307. },
  308. "explorerContentListCheckIconAreaNode": {
  309. "height": "40px",
  310. "width": "40px",
  311. "float": "right",
  312. "cursor": "pointer",
  313. "background": "url(../x_component_Setting/$Main/default/icon/ok.png) no-repeat center center"
  314. },
  315. "explorerContentListNotCheckIconAreaNode": {
  316. "height": "40px",
  317. "width": "40px",
  318. "float": "right",
  319. "cursor": "pointer",
  320. "background": "url(../x_component_Setting/$Main/default/icon/ok_gray.png) no-repeat center center"
  321. },
  322. "explorerContentListItemIconNode": {
  323. "height": "40px",
  324. "width": "40px"
  325. },
  326. "explorerContentListItemActionAreaNode": {
  327. "height": "26px",
  328. "padding-top": "14px",
  329. "clear": "both"
  330. },
  331. "explorerContentListItemActionNode": {
  332. "height": "24px",
  333. "line-height": "24px",
  334. "border": "1px solid #dddddd",
  335. "background-color": "#dddddd",
  336. "text-align": "center",
  337. "padding": "0px 10px",
  338. "float": "right",
  339. "cursor": "pointer",
  340. "font-size": "12px",
  341. "margin-left": "10px"
  342. },
  343. "explorerContentListEditAreaNode": {
  344. "overflow": "hidden",
  345. "width": "80%",
  346. "min-width": "200px",
  347. "max-width": "400px",
  348. "margin": "0px auto"
  349. },
  350. "explorerContentListStyleEditAreaNode": {
  351. "overflow": "hidden",
  352. "padding": "0px 10px",
  353. "margin": "0px auto",
  354. "text-align": "right"
  355. },
  356. "explorerContentListEditTitleNode": {
  357. "min-height": "26px",
  358. "line-height": "26px",
  359. "margin-top": "10px",
  360. "font-size": "14px",
  361. "color": "#666666"
  362. },
  363. "explorerContentListEditInputNode": {
  364. "height": "22px",
  365. "width": "95%",
  366. "line-height": "22px",
  367. "border": "1px solid #666666",
  368. "margin-top": "0px",
  369. "font-size": "14px",
  370. "color": "#666666"
  371. },
  372. "explorerContentListEditMapNode": {
  373. "height": "140px",
  374. "width": "95%",
  375. "margin-top": "0px",
  376. "border": "0px solid #666666"
  377. },
  378. "explorerContentImgInputAreaNode": {
  379. "padding": "0px 30px"
  380. },
  381. "explorerContentImgActionAreaNode": {
  382. "overflow": "hidden",
  383. "min-width": "350px",
  384. "clear": "both",
  385. "float": "left",
  386. "padding": "8px",
  387. "padding-right": "40px",
  388. "line-height": "40px",
  389. "font-size": "16px",
  390. "background": "#ffffff",
  391. "border-left": "2px solid #ffffff",
  392. "border-top": "2px solid #ffffff",
  393. "border-right": "2px solid #ffffff",
  394. "border-bottom": "2px solid #ffffff",
  395. "color": "#333333"
  396. },
  397. "explorerContentImgItemIconAreaNode": {
  398. "overflow": "hidden",
  399. "width": "auto",
  400. "float": "left"
  401. },
  402. "explorerContentImgItemIconNode": {
  403. "overflow": "hidden"
  404. },
  405. "explorerContentImgActionTextAreaNode": {
  406. "float":"right",
  407. "clear": "right",
  408. "margin-left": "10px",
  409. "margin-top": "10px",
  410. "height": "30px",
  411. "line-height": "30px",
  412. "color": "#000000",
  413. "padding": "0px 10px",
  414. "font-size": "12px",
  415. "cursor": "pointer",
  416. "border": "1px solid #cccccc",
  417. "background-color": "#cccccc"
  418. },
  419. "explorerContentImgActionTextAreaNode_over": {
  420. "border": "1px solid #666666"
  421. },
  422. "explorerContentImgActionAreaNode_over": {
  423. "background": "#f3f3f3",
  424. "border-left": "2px solid #f3f3f3",
  425. "border-top": "2px solid #f3f3f3",
  426. "border-right": "2px solid #f3f3f3",
  427. "border-bottom": "2px solid #f3f3f3"
  428. },
  429. "explorerContentImgActionAreaNode_down": {
  430. "background": "#f3f3f3",
  431. "border-left": "4px solid #f3f3f3",
  432. "border-top": "4px solid #f3f3f3",
  433. "border-right": "0px solid #f3f3f3",
  434. "border-bottom": "0px solid #f3f3f3"
  435. },
  436. "explorerContentStyleActionNode": {
  437. "float":"left",
  438. "margin-left": "10px",
  439. "height": "56px",
  440. "line-height": "56px",
  441. "color": "#000000",
  442. "padding": "0px 10px",
  443. "font-size": "14px",
  444. "padding": "0px 10px",
  445. "cursor": "pointer",
  446. "border": "1px solid #f1f1f1",
  447. "background-color": "#f1f1f1"
  448. },
  449. "explorerContentStyleActionNode_over": {
  450. "border": "1px solid #999999",
  451. "background-color": "#dddddd"
  452. },
  453. "explorerContentStyleEditNode": {
  454. "background-color": "#f3f3f3",
  455. "width": "500px",
  456. "height": "80px",
  457. "overflow": "hidden",
  458. "border-top-left-radius": "10px",
  459. "position": "absolute"
  460. },
  461. "explorerContentStyleEditorAreaNode": {
  462. "min-width": "660px",
  463. "overflow": "hidden",
  464. "height": "100%"
  465. },
  466. "explorerContentStyleEditorLeftAreaNode": {
  467. "width": "50%",
  468. "float": "left",
  469. "height": "100%",
  470. "overflow": "auto"
  471. },
  472. "explorerContentStyleEditorRightAreaNode": {
  473. "width": "50%",
  474. "float": "left",
  475. "height": "100%",
  476. "overflow": "auto"
  477. },
  478. "explorerContentStyleEditPreviewNode": {
  479. "margin-left": "10px",
  480. "margin-right": "20px",
  481. "margin-top": "20px",
  482. "margin-bottom": "20px",
  483. "position": "relative"
  484. },
  485. "explorerContentStyleEditEditorNode": {
  486. "margin-left": "20px",
  487. "margin-right": "10px",
  488. "margin-top": "20px",
  489. "margin-bottom": "20px",
  490. "overflow": "hidden"
  491. },
  492. "explorerContentStyleEditMapNode": {
  493. "overflow": "hidden",
  494. "margin-top": "0px",
  495. "margin-bottom": "20px",
  496. "border": "0px solid #666666"
  497. },
  498. "explorerContentStyleEditorReturnNode": {
  499. "height": "30px",
  500. "width": "60px",
  501. "border": "1px solid #666666",
  502. "background-color": "#dddddd",
  503. "text-align": "center",
  504. "line-height": "30px",
  505. "cursor": "pointer",
  506. "float": "right",
  507. "position": "relative",
  508. "top": "-100%",
  509. "margin-top": "20px",
  510. "margin-right": "40px"
  511. },
  512. "explorerContentListModuleActionAreaNode": {
  513. "height": "80px",
  514. "min-width": "380px",
  515. "clear": "both",
  516. "float": "left",
  517. "padding": "8px",
  518. "padding-right": "10px",
  519. "line-height": "80px",
  520. "font-size": "16px",
  521. "background": "#f1f1f1",
  522. "border-left": "2px solid #f1f1f1",
  523. "border-top": "2px solid #f1f1f1",
  524. "border-right": "2px solid #f1f1f1",
  525. "border-bottom": "2px solid #f1f1f1",
  526. "margin-bottom": "10px",
  527. "color": "#333333"
  528. },
  529. "explorerContentListItemModuleIconAreaNode": {
  530. "height": "80px",
  531. "width": "80px",
  532. "float": "left"
  533. },
  534. "explorerContentListItemModuleIconNode": {
  535. "height": "80px",
  536. "width": "80px"
  537. },
  538. "explorerContentListModuleActionTextAreaNode": {
  539. "margin-left": "90px",
  540. "height": "80px"
  541. },
  542. "buttonNode": {
  543. "text-align": "center",
  544. "padding": "8px 15px",
  545. "float": "left",
  546. "cursor": "pointer",
  547. "margin-left": "10px",
  548. "border-radius": "20px"
  549. },
  550. "menuDataInfor": {
  551. "overflow": "hidden",
  552. "padding": "10px 0",
  553. "font-size": "14px",
  554. "color": "#999999",
  555. "clear": "both",
  556. "margin": "10px"
  557. }
  558. }