css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. {
  2. "node": {
  3. "margin": "10px 0px",
  4. "overflow": "hidden",
  5. "background-color": "#fff",
  6. "magin-top": "60px",
  7. //"position": "absolute",
  8. "width": "100%",
  9. // "top": "0px",
  10. // "left": "200px",
  11. "display": "block",
  12. "opacity": "1"
  13. },
  14. "scrollNode" : {
  15. "overflow-x": "hidden",
  16. "overflow-y": "scroll"
  17. },
  18. "contentWarpNode" : {
  19. //"width": "1170px",
  20. //"margin" : "0px auto 20px auto",
  21. "overflow" : "hidden"
  22. },
  23. "contentContainerNode" : {
  24. "height" : "100%",
  25. "overflow": "hidden"
  26. },
  27. "contentNode" : {
  28. "background-color": "#FFF",
  29. "-webkit-user-select": "none",
  30. "-moz-user-select": "none"
  31. },
  32. "calendarTitleNode": {
  33. "height": "40px",
  34. "overflow": "hidden",
  35. "background-color": "#F7F7F7"
  36. },
  37. "calendarBodyNode": {
  38. "overflow": "hidden"
  39. },
  40. "titleNameNode" : {
  41. "margin-left" : "10px",
  42. "line-height" : "40px",
  43. "font-size" : "16px",
  44. "color" : "#333",
  45. "float" : "left"
  46. },
  47. "calendarPrevMonthNode": {
  48. "line-height" : "40px",
  49. "height": "16px",
  50. "width": "16px",
  51. "margin": "12px 3px",
  52. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_triangle_left.png) no-repeat center center",
  53. "cursor": "pointer",
  54. "float": "right"
  55. },
  56. "calendarPrevMonthNode_over": {
  57. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_triangle_left_click.png) no-repeat center center"
  58. },
  59. "calendarPrevMonthNode_down": {
  60. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_triangle_left_click.png) no-repeat center center"
  61. },
  62. "calendarNextMonthNode": {
  63. "height": "16px",
  64. "width": "16px",
  65. "margin": "12px 3px",
  66. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_triangle_right.png) no-repeat center center",
  67. "cursor": "pointer",
  68. "float": "right"
  69. },
  70. "calendarNextMonthNode_over": {
  71. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_triangle_right_click.png) no-repeat center center"
  72. },
  73. "calendarNextMonthNode_down": {
  74. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_triangle_right_click.png) no-repeat center center"
  75. },
  76. "calendarTitleTextNode": {
  77. "line-height": "38px",
  78. "color" : "#0081F3",
  79. "margin": "0px 20px",
  80. "font-size": "16px",
  81. "float": "right",
  82. "cursor": "pointer"
  83. },
  84. "calendarTitleTextNode_over": {
  85. "color": "#4990e2"
  86. },
  87. "calendarTitleTextNode_down": {
  88. "color": "#4990e2"
  89. },
  90. "calendarMonthSelectNode": {
  91. "width": "260px",
  92. "height": "300px",
  93. "background-color": "#FFF",
  94. "position": "absolute",
  95. "text-align": "center",
  96. "box-shadow": "0 0 8px 0 rgba(0,0,0,0.25)",
  97. "border-radius" : "8px"
  98. },
  99. "calendarMonthSelectTitleNode": {
  100. "color" : "#fff",
  101. "background-color": "#3C76B7",
  102. "overflow": "hidden"
  103. },
  104. "calendarMonthSelectTitlePrevYearNode": {
  105. "height": "40px",
  106. "width": "40px",
  107. "float": "left",
  108. "background": "url(../x_component_Calendar/$MonthView/default/icon/icon_left.png) no-repeat center center",
  109. "cursor": "pointer"
  110. },
  111. "calendarMonthSelectTitleNextYearNode": {
  112. "height": "40px",
  113. "width": "40px",
  114. "float": "right",
  115. "background": "url(../x_component_Calendar/$MonthView/default/icon/icon_right.png) no-repeat center center",
  116. "cursor": "pointer"
  117. },
  118. "calendarMonthSelectTitleTextNode": {
  119. "text-align": "center",
  120. "margin": "0px 40px",
  121. "height": "40px",
  122. "font-size": "18px",
  123. "line-height": "40px"
  124. },
  125. "calendarMonthSelectCurrentNode" : {
  126. "color" : "#4990e2",
  127. "cursor": "pointer",
  128. "font-size": "14px",
  129. "height" : "30px",
  130. "line-height" : "30px",
  131. "border-radius" : "100px",
  132. "width" : "30px",
  133. "border" : "1px solid #4990e2",
  134. "background-color" : "#fff",
  135. "margin" : "auto"
  136. },
  137. "calendarMonthSelectTodayNode" : {
  138. "color" : "#fff",
  139. "cursor": "pointer",
  140. "font-size": "14px",
  141. "height" : "30px",
  142. "line-height" : "30px",
  143. "border-radius" : "100px",
  144. "width" : "30px",
  145. "border" : "1px solid #4990e2",
  146. "background-color" : "#4990e2",
  147. "margin" : "auto"
  148. },
  149. "calendarMonthSelectTdNode": {
  150. "cursor": "pointer",
  151. "height" : "30px",
  152. "width" : "30px",
  153. "color": "#333",
  154. "font-size": "14px"
  155. },
  156. "calendarMonthSelectTdNode_over": {
  157. "color": "#4990e2"
  158. },
  159. "calendarMonthSelectTdNode_down": {
  160. "color": "#8894e9"
  161. },
  162. "calendarMonthSelectBottomNode": {
  163. "height": "50px",
  164. "font-size": "18px",
  165. "line-height": "40px",
  166. "cursor": "pointer",
  167. "color": "#333"
  168. },
  169. "calendarMonthSelectBottomNode_over": {
  170. "color": "#4990e2"
  171. },
  172. "calendarTitleTableContainer": {
  173. "table-layout" : "fixed",
  174. "height": "40px",
  175. "overflow": "hidden"
  176. //"margin": "0px auto 0px 12px"
  177. },
  178. "rightContentNode" : {
  179. "float" : "left",
  180. "width" : "130px",
  181. "margin-top" : "5px",
  182. "background-color" : "#4A90E2",
  183. "color" : "#fff",
  184. "padding" : "15px"
  185. },
  186. "rightContentTitle" : { "overflow" : "hidden", "height" : "28px" },
  187. "rightContentTitle_text" : {
  188. "float" : "left",
  189. "font-size" : "13px"
  190. },
  191. "rightContentTitle_count" : {
  192. "float" : "left",
  193. "font-size" : "13px",
  194. "width" : "18px",
  195. "height" : "18px",
  196. "text-align" : "center",
  197. "background-color" : "#fff",
  198. "color" : "#4A90E2",
  199. "border-radius" : "30px",
  200. "margin" : "0px 4px"
  201. },
  202. "rightContentItemContainer" : {
  203. "height" : "130px"
  204. },
  205. "rightContentItem" : {
  206. "cursor" : "pointer",
  207. "border-radius" : "2px",
  208. "background-color" : "#fff",
  209. "width" : "130px",
  210. "height" : "50px",
  211. "position" : "relative",
  212. "margin-top" : "10px"
  213. },
  214. "rightContentItemDot" : {
  215. "width" : "6px",
  216. "height" : "6px",
  217. "background-color" : "#4A90E2",
  218. "position" : "absolute",
  219. "top" : "12px",
  220. "left" : "5px",
  221. "border-radius": "20px"
  222. },
  223. "rightContentItemText" : {
  224. "width" : "100px",
  225. "overflow" : "hidden",
  226. "line-height" : "20px",
  227. "height" : "20px",
  228. "font-size" : "12px",
  229. "color" : "#333",
  230. "padding-top" : "5px",
  231. "margin-left" : "18px"
  232. },
  233. "rightContentItemTime" : {
  234. "font-size" : "11px",
  235. "color" : "#333",
  236. "height" : "20px",
  237. "margin-left" : "18px"
  238. },
  239. "rightToolbar" : {
  240. "overflow" : "hidden"
  241. },
  242. "rightTool_add" : {
  243. "padding-left" : "20px",
  244. "height": "20px",
  245. "width": "40px",
  246. "float": "left",
  247. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_zj_click.png) no-repeat left center",
  248. "cursor": "pointer"
  249. },
  250. "rightTool_more" : {
  251. "padding-left" : "20px",
  252. "height": "20px",
  253. "width": "40px",
  254. "float": "right",
  255. "background": "url(../x_component_Calendar/widget/$Schedule/default/icon/icon_more.png) no-repeat left center",
  256. "cursor": "pointer"
  257. },
  258. "calendarTable": {
  259. "table-layout" : "fixed",
  260. "font-size" : "12px",
  261. "width": "100%",
  262. "border-left": "1px solid #dfdfdf"
  263. },
  264. "calendarTableTitleTr": {
  265. "height": "30px"
  266. },
  267. "calendarTableTh": {
  268. "width": "14.28%",
  269. //"background-color" : "#f0f0f0",
  270. "color": "#333",
  271. "font-size": "14px",
  272. "font-weight" : "normal",
  273. //"min-width": "120px",
  274. //"border-bottom": "1px solid #CCC",
  275. "text-align" : "center"
  276. },
  277. "calendarTableTh_pre": {
  278. "background-color" : "#f0f0f0",
  279. "color": "#666",
  280. "font-size": "18px",
  281. "font-weight" : "normal",
  282. //"min-width": "120px",
  283. "border-bottom": "1px solid #CCC",
  284. "border-left": "1px solid #f0f0f0",
  285. "text-align" : "center",
  286. "overflow" : "hidden"
  287. },
  288. "calendarTableCell_thisMonth": {
  289. "width": "14.28%",
  290. // "margin": "7px",
  291. "overflow": "hidden",
  292. "text-align" : "center",
  293. "color" : "#ccc",
  294. "background-color": "transparent"
  295. // "border-right": "1px solid #dfdfdf",
  296. // "border-bottom": "1px solid #dfdfdf",
  297. // "border-radius": "4px",
  298. // "height" : "20px"
  299. },
  300. "calendarTableCell_otherMonth": {
  301. "width": "14.28%",
  302. "text-align" : "center",
  303. // "margin": "7px",
  304. "overflow": "hidden",
  305. "background-color": "transparent"
  306. // "border-right": "1px solid #dfdfdf",
  307. // "border-bottom": "1px solid #dfdfdf",
  308. // "border-radius": "4px",
  309. // "height" : "20px"
  310. },
  311. "calendarTableCell_today": {
  312. "width": "14.28%",
  313. "text-align" : "center",
  314. // "margin": "7px",
  315. "overflow": "hidden",
  316. "background-color": "transparent" //"#F8FBFF",
  317. // "border-right": "1px solid #dfdfdf",
  318. // "border-bottom": "1px solid #dfdfdf",
  319. // "border-radius": "4px",
  320. // "height" : "20px"
  321. },
  322. // "dayTitle_thisMonth": {
  323. // //"padding" : "5px 0px 5px 5px",
  324. // "height": "40px",
  325. // "cursor": "pointer",
  326. // "line-height": "40px"//,
  327. // // "background-color": "#FFF"
  328. // },
  329. // "dayTitle_otherMonth": {
  330. // //"padding" : "5px 0px 5px 5px",
  331. // "min-height": "20px",
  332. // "cursor": "pointer",
  333. // "line-height": "40px"//,
  334. // // "background-color": "#FFF"
  335. // },
  336. // "dayTitle_today": {
  337. // //"padding" : "5px 0px 5px 5px",
  338. // "min-height": "40px",
  339. // "cursor": "pointer",
  340. // "line-height": "40px"//,
  341. // // "background-color": "#F8FBFF"
  342. //// },
  343. "dayTitleDay_thisMonth": {
  344. "width": "20px",
  345. "text-align" : "center",
  346. "margin" : "0px auto",
  347. "font-size" : "14px",
  348. // "min-height": "20px",
  349. // "width" : "20px",
  350. //"float": "left",
  351. "position" : "relative",
  352. "border": "0px",
  353. "color": "#333",
  354. "cursor" : "pointer"
  355. },
  356. "dayTitleDay_otherMonth": {
  357. "width": "20px",
  358. "text-align" : "center",
  359. "margin" : "0px auto",
  360. "color" : "#ccc",
  361. "font-size" : "14px",
  362. // "height": "20px",
  363. // "width" : "20px",
  364. //"float": "left",
  365. "position" : "relative",
  366. "border": "0px",
  367. "color": "#ccc",
  368. "cursor" : "pointer"
  369. },
  370. "dayTitleDay_current": {
  371. "width": "20px",
  372. "margin-top" : "3px",
  373. "font-size" : "14px",
  374. "border": "1px solid #3C76B7",
  375. "border-radius": "100px",
  376. "text-align" : "center",
  377. "margin" : "0px auto",
  378. "position" : "relative",
  379. // "width": "20px",
  380. // "height": "20px",
  381. //"float": "left",
  382. "color": "#3C76B7",
  383. "cursor" : "pointer"
  384. },
  385. "dayTitleDay_today": {
  386. "width": "20px",
  387. "margin-top" : "3px",
  388. "font-size" : "14px",
  389. "background": "#3C76B7",
  390. "border-radius": "100px",
  391. "text-align" : "center",
  392. "margin" : "0px auto",
  393. "position" : "relative",
  394. // "width": "20px",
  395. // "height": "20px",
  396. //"float": "left",
  397. "color": "#fff",
  398. "cursor" : "pointer"
  399. },
  400. "dayHasData" : {
  401. "width" : "6px",
  402. "height" : "6px",
  403. "background-color" : "#4A90E2",
  404. "position" : "absolute",
  405. "top" : "1px",
  406. "right" : "-8px",
  407. "border-radius": "20px"
  408. },
  409. "dayHasData_today" : {
  410. "width" : "6px",
  411. "height" : "6px",
  412. "background-color" : "#4A90E2",
  413. "position" : "absolute",
  414. "top" : "1px",
  415. "right" : "-8px",
  416. "border-radius": "20px"
  417. },
  418. // "dayTitleInfor_thisMonth": {
  419. // "margin-right": "10px",
  420. // "height": "20px",
  421. // "font-size" : "14px",
  422. // "line-height": "20px",
  423. // "text-align": "right",
  424. // "color": "#3C76B7"
  425. // },
  426. // "dayTitleInfor_otherMonth": {
  427. // "margin-right": "10px",
  428. // "height": "20px",
  429. // "font-size" : "14px",
  430. // "line-height": "20px",
  431. // "text-align": "right",
  432. // "color": "#999"
  433. // },
  434. // "dayTitleInfor_today": {
  435. // "margin-right": "10px",
  436. // "height": "20px",
  437. // "font-size" : "14px",
  438. // "line-height": "20px",
  439. // "text-align": "right",
  440. // "color": "#3C76B7"
  441. // },
  442. "dayContentNode": {
  443. "overflow": "hidden",
  444. //"border-top": "1px solid #ccc",
  445. "margin": "0px 5px 0px 0px"
  446. },
  447. "calendarNode_today": {
  448. "height": "30px",
  449. "background-color": "#F8FBFF",
  450. "margin": "0px",
  451. "cursor": "pointer",
  452. "font-size": "14px",
  453. "color": "#333",
  454. "line-height": "30px"
  455. },
  456. "calendarNode": {
  457. "height": "30px",
  458. "background-color": "#FFF",
  459. "margin": "0px",
  460. "cursor": "pointer",
  461. "font-size": "14px",
  462. "color": "#333",
  463. "line-height": "30px"
  464. },
  465. "calendarNode_over" : {
  466. "background-color": "#F8F8F8",
  467. "color" : "#3C76B7"
  468. },
  469. "calendarIconNode": {
  470. "height": "30px",
  471. "width": "20px",
  472. "float": "left"
  473. },
  474. "calendarTextNode": {
  475. "margin-left": "20px",
  476. "margin-right": "48px",
  477. "height": "30px",
  478. "overflow": "hidden"
  479. },
  480. "calendarTimeNode":{
  481. "height": "30px",
  482. "width": "40px",
  483. "color" : "#999",
  484. "font-size": "14px",
  485. "float": "right"
  486. }
  487. }