css.wcss 15 KB

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