当前位置:   article > 正文

element UI日历组件自定义操作设置农历、阳历、节日展示、单日操作_elementui日历组件

elementui日历组件

图例:

 自定义calendar.js,其他页面直接引入就可以

  1. /**
  2. * @1900-2100区间内的公历、农历互转
  3. * @charset UTF-8
  4. * @Author Jea杨(JJonline@JJonline.Cn)
  5. * @Time 2014-7-21
  6. * @Time 2016-8-13 Fixed 2033hex、Attribution Annals
  7. * @Time 2016-9-25 Fixed lunar LeapMonth Param Bug
  8. * @Time 2017-7-24 Fixed use getTerm Func Param Error.use solar year,NOT lunar year
  9. * @Version 1.0.3
  10. * @公历转农历:calendar.solar2lunar(1987,11,01); //[you can ignore params of prefix 0]
  11. * @农历转公历:calendar.lunar2solar(1987,09,10); //[you can ignore params of prefix 0]
  12. */
  13. var calendar = {
  14. /**
  15. * 农历1900-2100的润大小信息表
  16. * @Array Of Property
  17. * @return Hex
  18. */
  19. lunarInfo:[0x04bd8,0x04ae0,0x0a570,0x054d5,0x0d260,0x0d950,0x16554,0x056a0,0x09ad0,0x055d2,//1900-1909
  20. 0x04ae0,0x0a5b6,0x0a4d0,0x0d250,0x1d255,0x0b540,0x0d6a0,0x0ada2,0x095b0,0x14977,//1910-1919
  21. 0x04970,0x0a4b0,0x0b4b5,0x06a50,0x06d40,0x1ab54,0x02b60,0x09570,0x052f2,0x04970,//1920-1929
  22. 0x06566,0x0d4a0,0x0ea50,0x06e95,0x05ad0,0x02b60,0x186e3,0x092e0,0x1c8d7,0x0c950,//1930-1939
  23. 0x0d4a0,0x1d8a6,0x0b550,0x056a0,0x1a5b4,0x025d0,0x092d0,0x0d2b2,0x0a950,0x0b557,//1940-1949
  24. 0x06ca0,0x0b550,0x15355,0x04da0,0x0a5b0,0x14573,0x052b0,0x0a9a8,0x0e950,0x06aa0,//1950-1959
  25. 0x0aea6,0x0ab50,0x04b60,0x0aae4,0x0a570,0x05260,0x0f263,0x0d950,0x05b57,0x056a0,//1960-1969
  26. 0x096d0,0x04dd5,0x04ad0,0x0a4d0,0x0d4d4,0x0d250,0x0d558,0x0b540,0x0b6a0,0x195a6,//1970-1979
  27. 0x095b0,0x049b0,0x0a974,0x0a4b0,0x0b27a,0x06a50,0x06d40,0x0af46,0x0ab60,0x09570,//1980-1989
  28. 0x04af5,0x04970,0x064b0,0x074a3,0x0ea50,0x06b58,0x05ac0,0x0ab60,0x096d5,0x092e0,//1990-1999
  29. 0x0c960,0x0d954,0x0d4a0,0x0da50,0x07552,0x056a0,0x0abb7,0x025d0,0x092d0,0x0cab5,//2000-2009
  30. 0x0a950,0x0b4a0,0x0baa4,0x0ad50,0x055d9,0x04ba0,0x0a5b0,0x15176,0x052b0,0x0a930,//2010-2019
  31. 0x07954,0x06aa0,0x0ad50,0x05b52,0x04b60,0x0a6e6,0x0a4e0,0x0d260,0x0ea65,0x0d530,//2020-2029
  32. 0x05aa0,0x076a3,0x096d0,0x04afb,0x04ad0,0x0a4d0,0x1d0b6,0x0d250,0x0d520,0x0dd45,//2030-2039
  33. 0x0b5a0,0x056d0,0x055b2,0x049b0,0x0a577,0x0a4b0,0x0aa50,0x1b255,0x06d20,0x0ada0,//2040-2049
  34. /**Add By JJonline@JJonline.Cn**/
  35. 0x14b63,0x09370,0x049f8,0x04970,0x064b0,0x168a6,0x0ea50, 0x06b20,0x1a6c4,0x0aae0,//2050-2059
  36. 0x0a2e0,0x0d2e3,0x0c960,0x0d557,0x0d4a0,0x0da50,0x05d55,0x056a0,0x0a6d0,0x055d4,//2060-2069
  37. 0x052d0,0x0a9b8,0x0a950,0x0b4a0,0x0b6a6,0x0ad50,0x055a0,0x0aba4,0x0a5b0,0x052b0,//2070-2079
  38. 0x0b273,0x06930,0x07337,0x06aa0,0x0ad50,0x14b55,0x04b60,0x0a570,0x054e4,0x0d160,//2080-2089
  39. 0x0e968,0x0d520,0x0daa0,0x16aa6,0x056d0,0x04ae0,0x0a9d4,0x0a2d0,0x0d150,0x0f252,//2090-2099
  40. 0x0d520],//2100
  41. /**
  42. * 公历每个月份的天数普通表
  43. * @Array Of Property
  44. * @return Number
  45. */
  46. solarMonth:[31,28,31,30,31,30,31,31,30,31,30,31],
  47. /**
  48. * 天干地支之天干速查表
  49. * @Array Of Property trans["甲","乙","丙","丁","戊","己","庚","辛","壬","癸"]
  50. * @return Cn string
  51. */
  52. Gan:["\u7532","\u4e59","\u4e19","\u4e01","\u620a","\u5df1","\u5e9a","\u8f9b","\u58ec","\u7678"],
  53. /**
  54. * 天干地支之地支速查表
  55. * @Array Of Property
  56. * @trans["子","丑","寅","卯","辰","巳","午","未","申","酉","戌","亥"]
  57. * @return Cn string
  58. */
  59. Zhi:["\u5b50","\u4e11","\u5bc5","\u536f","\u8fb0","\u5df3","\u5348","\u672a","\u7533","\u9149","\u620c","\u4ea5"],
  60. /**
  61. * 天干地支之地支速查表<=>生肖
  62. * @Array Of Property
  63. * @trans["鼠","牛","虎","兔","龙","蛇","马","羊","猴","鸡","狗","猪"]
  64. * @return Cn string
  65. */
  66. Animals:["\u9f20","\u725b","\u864e","\u5154","\u9f99","\u86c7","\u9a6c","\u7f8a","\u7334","\u9e21","\u72d7","\u732a"],
  67. /**
  68. * 阳历节日
  69. */
  70. festival: {
  71. '1-1': {title: '元旦节'},
  72. '2-14': {title: '情人节'},
  73. '5-1': {title: '劳动节'},
  74. '5-4': {title: '青年节'},
  75. '6-1': {title: '儿童节'},
  76. '9-10': {title: '教师节'},
  77. '10-1': {title: '国庆节'},
  78. '12-25': {title: '圣诞节'},
  79. '3-8': {title: '妇女节'},
  80. '3-12': {title: '植树节'},
  81. '4-1': {title: '愚人节'},
  82. '5-12': {title: '护士节'},
  83. '7-1': {title: '建党节'},
  84. '8-1': {title: '建军节'},
  85. '12-24': {title: '平安夜'},
  86. },
  87. /**
  88. * 农历节日
  89. */
  90. lfestival: {
  91. '12-30': {title: '除夕'},
  92. '1-1': {title: '春节'},
  93. '1-15': {title: '元宵节'},
  94. '5-5': {title: '端午节'},
  95. '8-15': {title: '中秋节'},
  96. '9-9': {title: '重阳节'},
  97. },
  98. /**
  99. * 返回默认定义的阳历节日
  100. */
  101. getFestival(){
  102. return this.festival
  103. },
  104. /**
  105. * 返回默认定义的内容里节日
  106. */
  107. getLunarFestival(){
  108. return this.lfestival
  109. },
  110. /**
  111. *
  112. * @param {Object} 按照festival的格式输入数据,设置阳历节日
  113. */
  114. setFestival(param={}){
  115. this.festival = param
  116. },
  117. /**
  118. *
  119. * @param {Object} 按照lfestival的格式输入数据,设置农历节日
  120. */
  121. setLunarFestival(param={}){
  122. this.lfestival = param
  123. },
  124. /**
  125. * 24节气速查表
  126. * @Array Of Property
  127. * @trans["小寒","大寒","立春","雨水","惊蛰","春分","清明","谷雨","立夏","小满","芒种","夏至","小暑","大暑","立秋","处暑","白露","秋分","寒露","霜降","立冬","小雪","大雪","冬至"]
  128. * @return Cn string
  129. */
  130. solarTerm:["\u5c0f\u5bd2","\u5927\u5bd2","\u7acb\u6625","\u96e8\u6c34","\u60ca\u86f0","\u6625\u5206","\u6e05\u660e","\u8c37\u96e8","\u7acb\u590f","\u5c0f\u6ee1","\u8292\u79cd","\u590f\u81f3","\u5c0f\u6691","\u5927\u6691","\u7acb\u79cb","\u5904\u6691","\u767d\u9732","\u79cb\u5206","\u5bd2\u9732","\u971c\u964d","\u7acb\u51ac","\u5c0f\u96ea","\u5927\u96ea","\u51ac\u81f3"],
  131. /**
  132. * 1900-2100各年的24节气日期速查表
  133. * @Array Of Property
  134. * @return 0x string For splice
  135. */
  136. sTermInfo:['9778397bd097c36b0b6fc9274c91aa','97b6b97bd19801ec9210c965cc920e','97bcf97c3598082c95f8c965cc920f',
  137. '97bd0b06bdb0722c965ce1cfcc920f','b027097bd097c36b0b6fc9274c91aa','97b6b97bd19801ec9210c965cc920e',
  138. '97bcf97c359801ec95f8c965cc920f','97bd0b06bdb0722c965ce1cfcc920f','b027097bd097c36b0b6fc9274c91aa',
  139. '97b6b97bd19801ec9210c965cc920e','97bcf97c359801ec95f8c965cc920f','97bd0b06bdb0722c965ce1cfcc920f',
  140. 'b027097bd097c36b0b6fc9274c91aa','9778397bd19801ec9210c965cc920e','97b6b97bd19801ec95f8c965cc920f',
  141. '97bd09801d98082c95f8e1cfcc920f','97bd097bd097c36b0b6fc9210c8dc2','9778397bd197c36c9210c9274c91aa',
  142. '97b6b97bd19801ec95f8c965cc920e','97bd09801d98082c95f8e1cfcc920f','97bd097bd097c36b0b6fc9210c8dc2',
  143. '9778397bd097c36c9210c9274c91aa','97b6b97bd19801ec95f8c965cc920e','97bcf97c3598082c95f8e1cfcc920f',
  144. '97bd097bd097c36b0b6fc9210c8dc2','9778397bd097c36c9210c9274c91aa','97b6b97bd19801ec9210c965cc920e',
  145. '97bcf97c3598082c95f8c965cc920f','97bd097bd097c35b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa',
  146. '97b6b97bd19801ec9210c965cc920e','97bcf97c3598082c95f8c965cc920f','97bd097bd097c35b0b6fc920fb0722',
  147. '9778397bd097c36b0b6fc9274c91aa','97b6b97bd19801ec9210c965cc920e','97bcf97c359801ec95f8c965cc920f',
  148. '97bd097bd097c35b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa','97b6b97bd19801ec9210c965cc920e',
  149. '97bcf97c359801ec95f8c965cc920f','97bd097bd097c35b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa',
  150. '97b6b97bd19801ec9210c965cc920e','97bcf97c359801ec95f8c965cc920f','97bd097bd07f595b0b6fc920fb0722',
  151. '9778397bd097c36b0b6fc9210c8dc2','9778397bd19801ec9210c9274c920e','97b6b97bd19801ec95f8c965cc920f',
  152. '97bd07f5307f595b0b0bc920fb0722','7f0e397bd097c36b0b6fc9210c8dc2','9778397bd097c36c9210c9274c920e',
  153. '97b6b97bd19801ec95f8c965cc920f','97bd07f5307f595b0b0bc920fb0722','7f0e397bd097c36b0b6fc9210c8dc2',
  154. '9778397bd097c36c9210c9274c91aa','97b6b97bd19801ec9210c965cc920e','97bd07f1487f595b0b0bc920fb0722',
  155. '7f0e397bd097c36b0b6fc9210c8dc2','9778397bd097c36b0b6fc9274c91aa','97b6b97bd19801ec9210c965cc920e',
  156. '97bcf7f1487f595b0b0bb0b6fb0722','7f0e397bd097c35b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa',
  157. '97b6b97bd19801ec9210c965cc920e','97bcf7f1487f595b0b0bb0b6fb0722','7f0e397bd097c35b0b6fc920fb0722',
  158. '9778397bd097c36b0b6fc9274c91aa','97b6b97bd19801ec9210c965cc920e','97bcf7f1487f531b0b0bb0b6fb0722',
  159. '7f0e397bd097c35b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa','97b6b97bd19801ec9210c965cc920e',
  160. '97bcf7f1487f531b0b0bb0b6fb0722','7f0e397bd07f595b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa',
  161. '97b6b97bd19801ec9210c9274c920e','97bcf7f0e47f531b0b0bb0b6fb0722','7f0e397bd07f595b0b0bc920fb0722',
  162. '9778397bd097c36b0b6fc9210c91aa','97b6b97bd197c36c9210c9274c920e','97bcf7f0e47f531b0b0bb0b6fb0722',
  163. '7f0e397bd07f595b0b0bc920fb0722','9778397bd097c36b0b6fc9210c8dc2','9778397bd097c36c9210c9274c920e',
  164. '97b6b7f0e47f531b0723b0b6fb0722','7f0e37f5307f595b0b0bc920fb0722','7f0e397bd097c36b0b6fc9210c8dc2',
  165. '9778397bd097c36b0b70c9274c91aa','97b6b7f0e47f531b0723b0b6fb0721','7f0e37f1487f595b0b0bb0b6fb0722',
  166. '7f0e397bd097c35b0b6fc9210c8dc2','9778397bd097c36b0b6fc9274c91aa','97b6b7f0e47f531b0723b0b6fb0721',
  167. '7f0e27f1487f595b0b0bb0b6fb0722','7f0e397bd097c35b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa',
  168. '97b6b7f0e47f531b0723b0b6fb0721','7f0e27f1487f531b0b0bb0b6fb0722','7f0e397bd097c35b0b6fc920fb0722',
  169. '9778397bd097c36b0b6fc9274c91aa','97b6b7f0e47f531b0723b0b6fb0721','7f0e27f1487f531b0b0bb0b6fb0722',
  170. '7f0e397bd097c35b0b6fc920fb0722','9778397bd097c36b0b6fc9274c91aa','97b6b7f0e47f531b0723b0b6fb0721',
  171. '7f0e27f1487f531b0b0bb0b6fb0722','7f0e397bd07f595b0b0bc920fb0722','9778397bd097c36b0b6fc9274c91aa',
  172. '97b6b7f0e47f531b0723b0787b0721','7f0e27f0e47f531b0b0bb0b6fb0722','7f0e397bd07f595b0b0bc920fb0722',
  173. '9778397bd097c36b0b6fc9210c91aa','97b6b7f0e47f149b0723b0787b0721','7f0e27f0e47f531b0723b0b6fb0722',
  174. '7f0e397bd07f595b0b0bc920fb0722','9778397bd097c36b0b6fc9210c8dc2','977837f0e37f149b0723b0787b0721',
  175. '7f07e7f0e47f531b0723b0b6fb0722','7f0e37f5307f595b0b0bc920fb0722','7f0e397bd097c35b0b6fc9210c8dc2',
  176. '977837f0e37f14998082b0787b0721','7f07e7f0e47f531b0723b0b6fb0721','7f0e37f1487f595b0b0bb0b6fb0722',
  177. '7f0e397bd097c35b0b6fc9210c8dc2','977837f0e37f14998082b0787b06bd','7f07e7f0e47f531b0723b0b6fb0721',
  178. '7f0e27f1487f531b0b0bb0b6fb0722','7f0e397bd097c35b0b6fc920fb0722','977837f0e37f14998082b0787b06bd',
  179. '7f07e7f0e47f531b0723b0b6fb0721','7f0e27f1487f531b0b0bb0b6fb0722','7f0e397bd097c35b0b6fc920fb0722',
  180. '977837f0e37f14998082b0787b06bd','7f07e7f0e47f531b0723b0b6fb0721','7f0e27f1487f531b0b0bb0b6fb0722',
  181. '7f0e397bd07f595b0b0bc920fb0722','977837f0e37f14998082b0787b06bd','7f07e7f0e47f531b0723b0b6fb0721',
  182. '7f0e27f1487f531b0b0bb0b6fb0722','7f0e397bd07f595b0b0bc920fb0722','977837f0e37f14998082b0787b06bd',
  183. '7f07e7f0e47f149b0723b0787b0721','7f0e27f0e47f531b0b0bb0b6fb0722','7f0e397bd07f595b0b0bc920fb0722',
  184. '977837f0e37f14998082b0723b06bd','7f07e7f0e37f149b0723b0787b0721','7f0e27f0e47f531b0723b0b6fb0722',
  185. '7f0e397bd07f595b0b0bc920fb0722','977837f0e37f14898082b0723b02d5','7ec967f0e37f14998082b0787b0721',
  186. '7f07e7f0e47f531b0723b0b6fb0722','7f0e37f1487f595b0b0bb0b6fb0722','7f0e37f0e37f14898082b0723b02d5',
  187. '7ec967f0e37f14998082b0787b0721','7f07e7f0e47f531b0723b0b6fb0722','7f0e37f1487f531b0b0bb0b6fb0722',
  188. '7f0e37f0e37f14898082b0723b02d5','7ec967f0e37f14998082b0787b06bd','7f07e7f0e47f531b0723b0b6fb0721',
  189. '7f0e37f1487f531b0b0bb0b6fb0722','7f0e37f0e37f14898082b072297c35','7ec967f0e37f14998082b0787b06bd',
  190. '7f07e7f0e47f531b0723b0b6fb0721','7f0e27f1487f531b0b0bb0b6fb0722','7f0e37f0e37f14898082b072297c35',
  191. '7ec967f0e37f14998082b0787b06bd','7f07e7f0e47f531b0723b0b6fb0721','7f0e27f1487f531b0b0bb0b6fb0722',
  192. '7f0e37f0e366aa89801eb072297c35','7ec967f0e37f14998082b0787b06bd','7f07e7f0e47f149b0723b0787b0721',
  193. '7f0e27f1487f531b0b0bb0b6fb0722','7f0e37f0e366aa89801eb072297c35','7ec967f0e37f14998082b0723b06bd',
  194. '7f07e7f0e47f149b0723b0787b0721','7f0e27f0e47f531b0723b0b6fb0722','7f0e37f0e366aa89801eb072297c35',
  195. '7ec967f0e37f14998082b0723b06bd','7f07e7f0e37f14998083b0787b0721','7f0e27f0e47f531b0723b0b6fb0722',
  196. '7f0e37f0e366aa89801eb072297c35','7ec967f0e37f14898082b0723b02d5','7f07e7f0e37f14998082b0787b0721',
  197. '7f07e7f0e47f531b0723b0b6fb0722','7f0e36665b66aa89801e9808297c35','665f67f0e37f14898082b0723b02d5',
  198. '7ec967f0e37f14998082b0787b0721','7f07e7f0e47f531b0723b0b6fb0722','7f0e36665b66a449801e9808297c35',
  199. '665f67f0e37f14898082b0723b02d5','7ec967f0e37f14998082b0787b06bd','7f07e7f0e47f531b0723b0b6fb0721',
  200. '7f0e36665b66a449801e9808297c35','665f67f0e37f14898082b072297c35','7ec967f0e37f14998082b0787b06bd',
  201. '7f07e7f0e47f531b0723b0b6fb0721','7f0e26665b66a449801e9808297c35','665f67f0e37f1489801eb072297c35',
  202. '7ec967f0e37f14998082b0787b06bd','7f07e7f0e47f531b0723b0b6fb0721','7f0e27f1487f531b0b0bb0b6fb0722'],
  203. /**
  204. * 数字转中文速查表
  205. * @Array Of Property
  206. * @trans ['日','一','二','三','四','五','六','七','八','九','十']
  207. * @return Cn string
  208. */
  209. nStr1:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d","\u4e03","\u516b","\u4e5d","\u5341"],
  210. /**
  211. * 日期转农历称呼速查表
  212. * @Array Of Property
  213. * @trans ['初','十','廿','卅']
  214. * @return Cn string
  215. */
  216. nStr2:["\u521d","\u5341","\u5eff","\u5345"],
  217. /**
  218. * 月份转农历称呼速查表
  219. * @Array Of Property
  220. * @trans ['正','一','二','三','四','五','六','七','八','九','十','冬','腊']
  221. * @return Cn string
  222. */
  223. nStr3:["\u6b63","\u4e8c","\u4e09","\u56db","\u4e94","\u516d","\u4e03","\u516b","\u4e5d","\u5341","\u51ac","\u814a"],
  224. /**
  225. * 返回农历y年一整年的总天数
  226. * @param lunar Year
  227. * @return Number
  228. * @eg:var count = calendar.lYearDays(1987) ;//count=387
  229. */
  230. lYearDays:function(y) {
  231. var i, sum = 348;
  232. for(i=0x8000; i>0x8; i>>=1) { sum += (this.lunarInfo[y-1900] & i)? 1: 0; }
  233. return(sum+this.leapDays(y));
  234. },
  235. /**
  236. * 返回农历y年闰月是哪个月;若y年没有闰月 则返回0
  237. * @param lunar Year
  238. * @return Number (0-12)
  239. * @eg:var leapMonth = calendar.leapMonth(1987) ;//leapMonth=6
  240. */
  241. leapMonth:function(y) { //闰字编码 \u95f0
  242. return(this.lunarInfo[y-1900] & 0xf);
  243. },
  244. /**
  245. * 返回农历y年闰月的天数 若该年没有闰月则返回0
  246. * @param lunar Year
  247. * @return Number (0、29、30)
  248. * @eg:var leapMonthDay = calendar.leapDays(1987) ;//leapMonthDay=29
  249. */
  250. leapDays:function(y) {
  251. if(this.leapMonth(y)) {
  252. return((this.lunarInfo[y-1900] & 0x10000)? 30: 29);
  253. }
  254. return(0);
  255. },
  256. /**
  257. * 返回农历y年m月(非闰月)的总天数,计算m为闰月时的天数请使用leapDays方法
  258. * @param lunar Year
  259. * @return Number (-1、29、30)
  260. * @eg:var MonthDay = calendar.monthDays(1987,9) ;//MonthDay=29
  261. */
  262. monthDays:function(y,m) {
  263. if(m>12 || m<1) {return -1}//月份参数从112,参数错误返回-1
  264. return( (this.lunarInfo[y-1900] & (0x10000>>m))? 30: 29 );
  265. },
  266. /**
  267. * 返回公历(!)y年m月的天数
  268. * @param solar Year
  269. * @return Number (-1、28、29、30、31)
  270. * @eg:var solarMonthDay = calendar.leapDays(1987) ;//solarMonthDay=30
  271. */
  272. solarDays:function(y,m) {
  273. if(m>12 || m<1) {return -1} //若参数错误 返回-1
  274. var ms = m-1;
  275. if(ms==1) { //2月份的闰平规律测算后确认返回2829
  276. return(((y%4 == 0) && (y%100 != 0) || (y%400 == 0))? 29: 28);
  277. }else {
  278. return(this.solarMonth[ms]);
  279. }
  280. },
  281. /**
  282. * 农历年份转换为干支纪年
  283. * @param lYear 农历年的年份数
  284. * @return Cn string
  285. */
  286. toGanZhiYear:function(lYear) {
  287. var ganKey = (lYear - 3) % 10;
  288. var zhiKey = (lYear - 3) % 12;
  289. if(ganKey == 0) ganKey = 10;//如果余数为0则为最后一个天干
  290. if(zhiKey == 0) zhiKey = 12;//如果余数为0则为最后一个地支
  291. return this.Gan[ganKey-1] + this.Zhi[zhiKey-1];
  292. },
  293. /**
  294. * 公历月、日判断所属星座
  295. * @param cMonth [description]
  296. * @param cDay [description]
  297. * @return Cn string
  298. */
  299. toAstro:function(cMonth,cDay) {
  300. var s = "\u9b54\u7faf\u6c34\u74f6\u53cc\u9c7c\u767d\u7f8a\u91d1\u725b\u53cc\u5b50\u5de8\u87f9\u72ee\u5b50\u5904\u5973\u5929\u79e4\u5929\u874e\u5c04\u624b\u9b54\u7faf";
  301. var arr = [20,19,21,21,21,22,23,23,23,23,22,22];
  302. return s.substr(cMonth*2 - (cDay < arr[cMonth-1] ? 2 : 0),2) + "\u5ea7";//
  303. },
  304. /**
  305. * 传入offset偏移量返回干支
  306. * @param offset 相对甲子的偏移量
  307. * @return Cn string
  308. */
  309. toGanZhi:function(offset) {
  310. return this.Gan[offset%10] + this.Zhi[offset%12];
  311. },
  312. /**
  313. * 传入公历(!)y年获得该年第n个节气的公历日期
  314. * @param y公历年(1900-2100);n二十四节气中的第几个节气(1~24);从n=1(小寒)算起
  315. * @return day Number
  316. * @eg:var _24 = calendar.getTerm(1987,3) ;//_24=4;意即1987年2月4日立春
  317. */
  318. getTerm:function(y,n) {
  319. if(y<1900 || y>2100) {return -1;}
  320. if(n<1 || n>24) {return -1;}
  321. var _table = this.sTermInfo[y-1900];
  322. var _info = [
  323. parseInt('0x'+_table.substr(0,5)).toString() ,
  324. parseInt('0x'+_table.substr(5,5)).toString(),
  325. parseInt('0x'+_table.substr(10,5)).toString(),
  326. parseInt('0x'+_table.substr(15,5)).toString(),
  327. parseInt('0x'+_table.substr(20,5)).toString(),
  328. parseInt('0x'+_table.substr(25,5)).toString()
  329. ];
  330. var _calday = [
  331. _info[0].substr(0,1),
  332. _info[0].substr(1,2),
  333. _info[0].substr(3,1),
  334. _info[0].substr(4,2),
  335. _info[1].substr(0,1),
  336. _info[1].substr(1,2),
  337. _info[1].substr(3,1),
  338. _info[1].substr(4,2),
  339. _info[2].substr(0,1),
  340. _info[2].substr(1,2),
  341. _info[2].substr(3,1),
  342. _info[2].substr(4,2),
  343. _info[3].substr(0,1),
  344. _info[3].substr(1,2),
  345. _info[3].substr(3,1),
  346. _info[3].substr(4,2),
  347. _info[4].substr(0,1),
  348. _info[4].substr(1,2),
  349. _info[4].substr(3,1),
  350. _info[4].substr(4,2),
  351. _info[5].substr(0,1),
  352. _info[5].substr(1,2),
  353. _info[5].substr(3,1),
  354. _info[5].substr(4,2),
  355. ];
  356. return parseInt(_calday[n-1]);
  357. },
  358. /**
  359. * 传入农历数字月份返回汉语通俗表示法
  360. * @param lunar month
  361. * @return Cn string
  362. * @eg:var cnMonth = calendar.toChinaMonth(12) ;//cnMonth='腊月'
  363. */
  364. toChinaMonth:function(m) { //=> \u6708
  365. if(m>12 || m<1) {return -1} //若参数错误 返回-1
  366. var s = this.nStr3[m-1];
  367. s+= "\u6708";//加上月字
  368. return s;
  369. },
  370. /**
  371. * 传入农历日期数字返回汉字表示法
  372. * @param lunar day
  373. * @return Cn string
  374. * @eg:var cnDay = calendar.toChinaDay(21) ;//cnMonth='廿一'
  375. */
  376. toChinaDay:function(d){ //=> \u65e5
  377. var s;
  378. switch (d) {
  379. case 10:
  380. s = '\u521d\u5341'; break;
  381. case 20:
  382. s = '\u4e8c\u5341'; break;
  383. break;
  384. case 30:
  385. s = '\u4e09\u5341'; break;
  386. break;
  387. default :
  388. s = this.nStr2[Math.floor(d/10)];
  389. s += this.nStr1[d%10];
  390. }
  391. return(s);
  392. },
  393. /**
  394. * 年份转生肖[!仅能大致转换] => 精确划分生肖分界线是“立春”
  395. * @param y year
  396. * @return Cn string
  397. * @eg:var animal = calendar.getAnimal(1987) ;//animal='兔'
  398. */
  399. getAnimal: function(y) {
  400. return this.Animals[(y - 4) % 12]
  401. },
  402. /**
  403. * 传入阳历年月日获得详细的公历、农历object信息 <=>JSON
  404. * @param y solar year
  405. * @param m solar month
  406. * @param d solar day
  407. * @return JSON object
  408. * @eg:console.log(calendar.solar2lunar(1987,11,01));
  409. */
  410. solar2lunar:function (y,m,d) { //参数区间1900.1.31~2100.12.31
  411. y = parseInt(y)
  412. m = parseInt(m)
  413. d = parseInt(d)
  414. //年份限定、上限
  415. if(y<1900 || y>2100) {
  416. return -1;// undefined转换为数字变为NaN
  417. }
  418. //公历传参最下限
  419. if(y==1900&&m==1&&d<31) {
  420. return -1;
  421. }
  422. //未传参 获得当天
  423. if(!y) {
  424. var objDate = new Date();
  425. }else {
  426. var objDate = new Date(y,parseInt(m)-1,d)
  427. }
  428. var i, leap=0, temp=0;
  429. //修正ymd参数
  430. var y = objDate.getFullYear(),
  431. m = objDate.getMonth()+1,
  432. d = objDate.getDate();
  433. var offset = (Date.UTC(objDate.getFullYear(),objDate.getMonth(),objDate.getDate()) - Date.UTC(1900,0,31))/86400000;
  434. for(i=1900; i<2101 && offset>0; i++) {
  435. temp = this.lYearDays(i);
  436. offset -= temp;
  437. }
  438. if(offset<0) {
  439. offset+=temp; i--;
  440. }
  441. //是否今天
  442. var isTodayObj = new Date(),
  443. isToday = false;
  444. if(isTodayObj.getFullYear()==y && isTodayObj.getMonth()+1==m && isTodayObj.getDate()==d) {
  445. isToday = true;
  446. }
  447. //星期几
  448. var nWeek = objDate.getDay(),
  449. cWeek = this.nStr1[nWeek];
  450. //数字表示周几顺应天朝周一开始的惯例
  451. if(nWeek==0) {
  452. nWeek = 7;
  453. }
  454. //农历年
  455. var year = i;
  456. var leap = this.leapMonth(i); //闰哪个月
  457. var isLeap = false;
  458. //效验闰月
  459. for(i=1; i<13 && offset>0; i++) {
  460. //闰月
  461. if(leap>0 && i==(leap+1) && isLeap==false){
  462. --i;
  463. isLeap = true; temp = this.leapDays(year); //计算农历闰月天数
  464. }
  465. else{
  466. temp = this.monthDays(year, i);//计算农历普通月天数
  467. }
  468. //解除闰月
  469. if(isLeap==true && i==(leap+1)) { isLeap = false; }
  470. offset -= temp;
  471. }
  472. // 闰月导致数组下标重叠取反
  473. if(offset==0 && leap>0 && i==leap+1)
  474. {
  475. if(isLeap){
  476. isLeap = false;
  477. }else{
  478. isLeap = true; --i;
  479. }
  480. }
  481. if(offset<0)
  482. {
  483. offset += temp; --i;
  484. }
  485. //农历月
  486. var month = i;
  487. //农历日
  488. var day = offset + 1;
  489. //天干地支处理
  490. var sm = m-1;
  491. var gzY = this.toGanZhiYear(year);
  492. // 当月的两个节气
  493. // bugfix-2017-7-24 11:03:38 use lunar Year Param `y` Not `year`
  494. var firstNode = this.getTerm(y,(m*2-1));//返回当月「节」为几日开始
  495. var secondNode = this.getTerm(y,(m*2));//返回当月「节」为几日开始
  496. // 依据12节气修正干支月
  497. var gzM = this.toGanZhi((y-1900)*12+m+11);
  498. if(d>=firstNode) {
  499. gzM = this.toGanZhi((y-1900)*12+m+12);
  500. }
  501. //传入的日期的节气与否
  502. var isTerm = false;
  503. var Term = null;
  504. if(firstNode==d) {
  505. isTerm = true;
  506. Term = this.solarTerm[m*2-2];
  507. }
  508. if(secondNode==d) {
  509. isTerm = true;
  510. Term = this.solarTerm[m*2-1];
  511. }
  512. //日柱 当月一日与 1900/1/1 相差天数
  513. var dayCyclical = Date.UTC(y,sm,1,0,0,0,0)/86400000+25567+10;
  514. var gzD = this.toGanZhi(dayCyclical+d-1);
  515. //该日期所属的星座
  516. var astro = this.toAstro(m,d);
  517. var solarDate = y+'-'+m+'-'+d
  518. var lunarDate = year+'-'+month+'-'+day
  519. var festival = this.festival
  520. var lfestival = this.lfestival
  521. var festivalDate = m+'-'+d
  522. var lunarFestivalDate = month+'-'+day
  523. return {
  524. date: solarDate,
  525. lunarDate: lunarDate,
  526. festival: festival[festivalDate] ? festival[festivalDate].title : null,
  527. lunarFestival: lfestival[lunarFestivalDate] ? lfestival[lunarFestivalDate].title : null,
  528. 'lYear':year,
  529. 'lMonth':month,
  530. 'lDay':day,
  531. 'Animal':this.getAnimal(year),
  532. 'IMonthCn':(isLeap?"\u95f0":'')+this.toChinaMonth(month),
  533. 'IDayCn':this.toChinaDay(day),
  534. 'cYear':y,
  535. 'cMonth':m,
  536. 'cDay':d,
  537. 'gzYear':gzY,
  538. 'gzMonth':gzM,
  539. 'gzDay':gzD,
  540. 'isToday':isToday,
  541. 'isLeap':isLeap,
  542. 'nWeek':nWeek,
  543. 'ncWeek':"\u661f\u671f"+cWeek,
  544. 'isTerm':isTerm,
  545. 'Term':Term,
  546. 'astro':astro
  547. };
  548. },
  549. /**
  550. * 传入农历年月日以及传入的月份是否闰月获得详细的公历、农历object信息 <=>JSON
  551. * @param y lunar year
  552. * @param m lunar month
  553. * @param d lunar day
  554. * @param isLeapMonth lunar month is leap or not.[如果是农历闰月第四个参数赋值true即可]
  555. * @return JSON object
  556. * @eg:console.log(calendar.lunar2solar(1987,9,10));
  557. */
  558. lunar2solar:function(y,m,d,isLeapMonth) { //参数区间1900.1.31~2100.12.1
  559. y = parseInt(y)
  560. m = parseInt(m)
  561. d = parseInt(d)
  562. var isLeapMonth = !!isLeapMonth;
  563. var leapOffset = 0;
  564. var leapMonth = this.leapMonth(y);
  565. var leapDay = this.leapDays(y);
  566. if(isLeapMonth&&(leapMonth!=m)) {return -1;}//传参要求计算该闰月公历 但该年得出的闰月与传参的月份并不同
  567. if(y==2100&&m==12&&d>1 || y==1900&&m==1&&d<31) {return -1;}//超出了最大极限值
  568. var day = this.monthDays(y,m);
  569. var _day = day;
  570. //bugFix 2016-9-25
  571. //if month is leap, _day use leapDays method
  572. if(isLeapMonth) {
  573. _day = this.leapDays(y,m);
  574. }
  575. if(y < 1900 || y > 2100 || d > _day) {return -1;}//参数合法性效验
  576. //计算农历的时间差
  577. var offset = 0;
  578. for(var i=1900;i<y;i++) {
  579. offset+=this.lYearDays(i);
  580. }
  581. var leap = 0,isAdd= false;
  582. for(var i=1;i<m;i++) {
  583. leap = this.leapMonth(y);
  584. if(!isAdd) {//处理闰月
  585. if(leap<=i && leap>0) {
  586. offset+=this.leapDays(y);isAdd = true;
  587. }
  588. }
  589. offset+=this.monthDays(y,i);
  590. }
  591. //转换闰月农历 需补充该年闰月的前一个月的时差
  592. if(isLeapMonth) {offset+=day;}
  593. //1900年农历正月一日的公历时间为1900130000秒(该时间也是本农历的最开始起始点)
  594. var stmap = Date.UTC(1900,1,30,0,0,0);
  595. var calObj = new Date((offset+d-31)*86400000+stmap);
  596. var cY = calObj.getUTCFullYear();
  597. var cM = calObj.getUTCMonth()+1;
  598. var cD = calObj.getUTCDate();
  599. return this.solar2lunar(cY,cM,cD);
  600. }
  601. };
  602. export default calendar;

创建calendar.vue文件

  1. <template>
  2. <div class="hello">
  3. <div class="threetype">
  4. <span class='typeflag flagtwo'></span>&nbsp;工作日&nbsp;
  5. <span class='typeflag flagthree'></span>&nbsp;今日日期&nbsp;
  6. <span class='typeflag flagone'></span>&nbsp;休息日&nbsp;
  7. </div>
  8. <el-calendar :first-day-of-week="7" class='main'>
  9. <template slot="dateCell" slot-scope="{date, data}">
  10. <div class="item">
  11. <div class="top">
  12. <!-- {{solarDate2lunar(data.day) }} -->
  13. <span class="onedate">{{solarDate2lunar(data.day,'one')}}</span>
  14. <span class="twodate">{{solarDate2lunar(data.day,'two')}}</span>
  15. <span class='flag' :class="getMyDay(new Date(data.day))?'flagone':getToday(data.day)?'flagthree':'flagtwo'"></span>
  16. </div>
  17. <div class="center" :class="getFes(data.day)?'centerone':'centertwo'">
  18. {{getFes(data.day)}}
  19. </div>
  20. <div>
  21. <span class="logo unactive"> </span>
  22. <img class="logoimg" src="@/assets/logo.png" alt="" />
  23. </div>
  24. <template v-for="(item, index) in msg">
  25. <el-popover
  26. v-if="item.date == data.day"
  27. :key="index"
  28. placement="top-start"
  29. width="200"
  30. trigger="hover"
  31. >
  32. <p v-for="(item2, index2) in item.msg" :key="index2">
  33. <span>{{item2}} </span>
  34. <el-button type="primary" size="mini" class="addbtn" @click="oneself(date,data,item.num)">自定义</el-button>
  35. </p>
  36. <ul class='ulmsg' v-if='item.date===data.day' slot="reference" @dblclick="aclick(data,item)">
  37. <div v-if="item.num>0" >
  38. <span class="logo active"> </span>
  39. <img class="logoimg" src="@/assets/logo.png"/>
  40. </div>
  41. <li v-for="(item1, index1) in item.msg" :key="index1">
  42. <span style="display:inline-block;width:70px;">{{item1.split('|')[0]}}</span>
  43. <span>{{item1.split('|')[1]}} </span>
  44. </li>
  45. </ul>
  46. </el-popover>
  47. </template>
  48. </div>
  49. </template>
  50. </el-calendar>
  51. <el-dialog title="修改备注" :visible.sync="dialogFormVisible" :close-on-click-modal="false">
  52. <el-button type="primary" size="mini" @click="add(changemsg)" class="addbtn">添加</el-button>
  53. <p v-for='(msg,i) in changemsg.msg' :key="i">
  54. <el-input
  55. style="display:inline-block;width:140px;"
  56. :placeholder="msg"
  57. :disabled="true">
  58. </el-input>
  59. <el-button type="primary" size="mini" icon="el-icon-edit" circle @click="edit(changemsg,i)"></el-button>
  60. <el-button type="danger" size="mini" icon="el-icon-delete" circle @click="dele(changemsg,i)"></el-button>
  61. </p>
  62. </el-dialog>
  63. </div>
  64. </template>
  65. <script>
  66. import calendar from "@/assets/calendar.js";
  67. export default {
  68. name: "HelloWorld",
  69. data() {
  70. return {
  71. refNamePopover: 'popover-',
  72. // value: new Date(),
  73. msg: [{date:"2022-02-21",msg:['8:00-9:30|1人','9:30-11:00|8人','14:30-16:00|1人','14:30-16:00|1人'],num:4},{date:"2022-03-29",msg:['8:00-9:30|1人','9:30-11:00|8人','14:30-16:00|1人','14:30-16:00|1人'],num:4},{date:"2022-02-23",msg:['9:30-11:00|8人','14:30-16:00|1人','9:30-11:00|8人','14:30-16:00|1人','9:30-11:00|8人','14:30-16:00|1人'],num:6},{date:"2022-02-09",msg:['14:30-16:00|1人'],num:1},{date:"2022-01-19",msg:['9:30-11:00|8人','14:30-16:00|1人','14:31-16:00|3人'],num:3}],
  74. dialogFormVisible:false,
  75. changemsg:{},
  76. input:'',
  77. inputshow:true
  78. };
  79. },
  80. created: function() {
  81. // <span v-for='(item,key) in msg' @dblclick="aclick(data,item)" :key="key"
  82. // >
  83. // <el-popover placement="right" trigger="hover" :ref="refNamePopover+key">
  84. // <div slot="content">
  85. //  <p v-for='(msg,i) in item.msg' :key="i">
  86. // <span style="display:inline-block;width:70px;">{{msg.split('|')[0]}}</span>
  87. // <span>{{msg.split('|')[1]}} </span>
  88. // <el-button type="primary" size="mini" class="addbtn" @click="oneself(date,data,key)" slot="reference">自定义</el-button>
  89. // </p>
  90. // </div>
  91. // <ul class='ulmsg' v-if='item.date===data.day'>
  92. // <div v-if="item.num>0" >
  93. // <span class="logo active"> </span>
  94. // <img class="logoimg" src="@/assets/logo.png"/>
  95. // </div>
  96. // <li v-for='(msg,i) in item.msg' :key="i">
  97. // <span style="display:inline-block;width:70px;">{{msg.split('|')[0]}}</span>
  98. // <span>{{msg.split('|')[1]}} </span>
  99. // </li>
  100. // </ul>
  101. // </el-popover>
  102. // </span>
  103. // <template v-for="(item, index) in msg">
  104. // <el-popover
  105. // v-if="item.date == data.day"
  106. // :key="index"
  107. // placement="top-start"
  108. // width="200"
  109. // trigger="hover"
  110. // >
  111. // <p v-for="(item2, index2) in item.data" :key="index2">
  112. // <span>{{item2}} </span>
  113. // <el-button type="primary" size="mini" class="addbtn" @click="oneself(date,data,item.num)">自定义</el-button>
  114. // </p>
  115. // <span slot="reference" v-for="(item1, index1) in item.data" v-if="item.date == data.day" :key="index1" style="display:inline-block;">{{item1}}</span>
  116. // </el-popover>
  117. // </template>
  118. },
  119. methods:{
  120. oneself(date,data,id){
  121. console.log('9999',date,data,id)
  122. },
  123. aclick(data,msg){
  124. console.log(data,msg)
  125. this.dialogFormVisible =true
  126. this.changemsg= msg
  127. },
  128. solarDate2lunar(solarDate,type) {
  129. // console.log('6666',solarDate,type)
  130. var solar = solarDate.split("-");
  131. var lunar = calendar.solar2lunar(solar[0], solar[1], solar[2]);
  132. // console.log('888',solar,solar[2])
  133. if(type==='one'){
  134. if(lunar.IDayCn==='初一'){
  135. // return lunar.IMonthCn + lunar.IDayCn+ "\n\n" + solar[1] + "-" + solar[2] ;//三月初一 03-24
  136. return lunar.IMonthCn + lunar.IDayCn;//三月初一 03-24
  137. }
  138. return lunar.IDayCn;
  139. }
  140. return solar[2]+"日" ;
  141. },
  142. getToday(date){
  143. let today = new Date()
  144. let month = today.getMonth()+1>10?today.getMonth()+1:'0'+(today.getMonth()+1)
  145. let day = today.getDate()>10?today.getDate():'0'+(today.getDate())
  146. let s = today.getFullYear()+'-'+month+'-'+day
  147. return date==s
  148. },
  149. getMyDay(date){
  150. var week;
  151. if(date.getDay()==0) week="周日"
  152. if(date.getDay()==6) week="周六"
  153. return week;
  154. },
  155. getFes(solarDate){
  156. var solar = solarDate.split("-");
  157. var lunar = calendar.solar2lunar(solar[0], solar[1], solar[2]);
  158. return lunar.festival? lunar.festival:lunar.lunarFestival
  159. },
  160. edit(obj,i){
  161. let str =obj.msg[i]
  162. str=str.substr(0, str.length - 1);
  163. this.$prompt('请输入修改', '提示', {
  164. confirmButtonText: '确定',
  165. cancelButtonText: '取消',
  166. inputValue:str,
  167. inputPattern: /^([0-9]|1[0-9]|2[0-3]):[0-5][0-9]-([0-9]|1[0-9]|2[0-3]):[0-5][0-9][|][0-9]*[1-9][0-9]*$/,
  168. inputErrorMessage: '格式不正确',
  169. closeOnClickModal:false,
  170. }).then(({ value }) => {
  171. this.changemsg.msg.splice(i,1,value+'人')
  172. this.$message({
  173. type: 'success',
  174. message: '修改成功'
  175. });
  176. }).catch(() => {
  177. this.$message({
  178. type: 'info',
  179. message: '取消修改'
  180. });
  181. });
  182. },
  183. dele(obj,i){
  184. console.log(obj,i)
  185. obj.msg.splice(i,1)
  186. this.changemsg=obj
  187. },
  188. add(obj){
  189. this.$prompt('请输入添加', '提示', {
  190. confirmButtonText: '确定',
  191. cancelButtonText: '取消',
  192. inputValue:'0:00-0:00|1',
  193. inputPattern: /^([0-9]|1[0-9]|2[0-3]):[0-5][0-9]-([0-9]|1[0-9]|2[0-3]):[0-5][0-9][|][0-9]*[1-9][0-9]*$/,
  194. inputErrorMessage: '格式不正确',
  195. closeOnClickModal:false,
  196. }).then(({ value }) => {
  197. this.changemsg.msg.push(value+'人')
  198. this.$message({
  199. type: 'success',
  200. message: '添加成功'
  201. });
  202. }).catch(() => {
  203. this.$message({
  204. type: 'info',
  205. message: '取消添加'
  206. });
  207. });
  208. }
  209. }
  210. };
  211. </script>
  212. <!-- Add "scoped" attribute to limit CSS to this component only -->
  213. <style>
  214. .el-calendar-table thead th:before{
  215. content: '周';
  216. }
  217. .el-calendar__title{
  218. margin-left: 50%;
  219. transform: translate(-50%);
  220. font-size: 1.5em;
  221. font-weight: 500;
  222. }
  223. .el-calendar__button-group{
  224. margin-right: 20%;
  225. }
  226. .el-calendar-table .el-calendar-day{
  227. height: 100px;
  228. }
  229. .el-calendar-table thead th{
  230. font-weight: 500;
  231. }
  232. </style>
  233. <style scoped>
  234. .main{
  235. width: 80%;
  236. }
  237. .threetype{
  238. position: absolute;
  239. left: 65%;
  240. top: 10.5%;
  241. font-size: 13px;
  242. }
  243. .typeflag{
  244. height: 8px;
  245. width: 8px;
  246. display: inline-block;
  247. border-radius: 50%;
  248. }
  249. .item{
  250. position: relative;
  251. }
  252. .top{
  253. height: 10px;
  254. font-size: 13px;
  255. }
  256. .center{
  257. position: absolute;
  258. width: 112%;
  259. height: 20px;
  260. line-height: 20px;
  261. left: -10px;
  262. margin-top: 10px;
  263. margin-left: 0;
  264. border-bottom: 1px dashed #EBE8EC;
  265. font-size: 13px;
  266. }
  267. .centerone{
  268. background: #F0F5F1;
  269. color:#6CBE77;
  270. }
  271. .centertwo{
  272. background: rgba(255, 255, 255, 0.1);
  273. color:#fff;
  274. }
  275. .logo{
  276. width: 0;
  277. height: 0;
  278. border: 24px solid;
  279. border-left: 0;
  280. transform:rotate(90deg);
  281. display: inline-block;
  282. position: absolute;
  283. left: 3px;
  284. top: -20px;
  285. }
  286. .onedate{
  287. float: left;
  288. }
  289. .twodate{
  290. float: right;
  291. }
  292. .flag{
  293. height: 8px;
  294. width: 8px;
  295. float: right;
  296. display: block;
  297. position: relative;
  298. top: 5px;
  299. left: -5px;
  300. border-radius: 50%;
  301. }
  302. .flagone{
  303. background: #ccc;
  304. }
  305. .flagtwo{
  306. background: #28B541;
  307. }
  308. .flagthree{
  309. background: #f00;
  310. }
  311. .unactive{
  312. border-color: transparent transparent #F4F6F8;
  313. top: -21px;
  314. }
  315. .active{
  316. border-color: transparent transparent #64A7F9;
  317. }
  318. .logoimg{
  319. height: 15px;
  320. width: 15px;
  321. position: absolute;
  322. left: -8px;
  323. top: -10px;
  324. }
  325. .ulmsg{
  326. margin-top: 30px;
  327. height: 50px;
  328. overflow: hidden;
  329. }
  330. .ulmsg li{
  331. list-style: none;
  332. font-size: 13px;
  333. text-align: left;
  334. z-index: -1;
  335. }
  336. .addbtn{
  337. position: absolute;
  338. right: 10%;
  339. bottom: 15%;
  340. }
  341. </style>

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/229310
推荐阅读
相关标签
  

闽ICP备14008679号