公众号前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wx-menu.css 6.8 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. @charset "utf-8";
  2. * {
  3. box-sizing: border-box;
  4. }
  5. #app-menu ul {
  6. padding: 0;
  7. }
  8. #app-menu li {
  9. list-style: none;
  10. }
  11. #app-menu {
  12. overflow: hidden;
  13. width: 100%;
  14. }
  15. .weixin-preview {
  16. position: relative;
  17. width: 320px;
  18. height: 540px;
  19. float: left;
  20. margin-right: 10px;
  21. border: 1px solid #e7e7eb;
  22. }
  23. .weixin-preview a {
  24. text-decoration: none;
  25. color: #616161;
  26. }
  27. .weixin-preview .weixin-hd .weixin-title {
  28. color: #fff;
  29. font-size: 15px;
  30. width: 100%;
  31. text-align: center;
  32. position: absolute;
  33. top: 33px;
  34. left: 0px;
  35. }
  36. .weixin-preview .weixin-header{
  37. text-align: center;
  38. padding: 10px 0;
  39. background-color: #616161;
  40. color: #ffffff;
  41. }
  42. .weixin-preview .weixin-menu {
  43. position: absolute;
  44. bottom: 0;
  45. left: 0;
  46. right: 0;
  47. border-top: 1px solid #e7e7e7;
  48. background-position: 0 0;
  49. background-repeat: no-repeat;
  50. margin-bottom: 0px;
  51. }
  52. /*一级*/
  53. .weixin-preview .weixin-menu .menu-item {
  54. position: relative;
  55. float: left;
  56. line-height: 50px;
  57. height: 50px;
  58. text-align: center;
  59. width: 33.33%;
  60. border-left: 1px solid #e7e7e7;
  61. cursor: pointer;
  62. color: #616161;
  63. }
  64. /*二级*/
  65. .weixin-preview .weixin-sub-menu {
  66. position: absolute;
  67. bottom: 60px;
  68. left: 0;
  69. right: 0;
  70. border-top: 1px solid #d0d0d0;
  71. margin-bottom: 0px;
  72. background: #fafafa;
  73. display: block;
  74. padding: 0;
  75. }
  76. .weixin-preview .weixin-sub-menu .menu-sub-item {
  77. line-height: 50px;
  78. height: 50px;
  79. text-align: center;
  80. width: 100%;
  81. border: 1px solid #d0d0d0;
  82. border-top-width: 0px;
  83. cursor: pointer;
  84. position: relative;
  85. color: #616161;
  86. }
  87. .weixin-preview .weixin-sub-menu .menu-sub-item.on-drag-over{
  88. border-top: 2px solid #44b549;
  89. }
  90. .weixin-preview .menu-arrow {
  91. position: absolute;
  92. left: 50%;
  93. margin-left: -6px;
  94. }
  95. .weixin-preview .arrow_in {
  96. bottom: -4px;
  97. display: inline-block;
  98. width: 0px;
  99. height: 0px;
  100. border-width: 6px 6px 0px;
  101. border-style: solid dashed dashed;
  102. border-color: #fafafa transparent transparent;
  103. }
  104. .weixin-preview .arrow_out {
  105. bottom: -5px;
  106. display: inline-block;
  107. width: 0px;
  108. height: 0px;
  109. border-width: 6px 6px 0px;
  110. border-style: solid dashed dashed;
  111. border-color: #d0d0d0 transparent transparent;
  112. }
  113. .weixin-preview .menu-item .menu-item-title, .weixin-preview .menu-sub-item .menu-item-title {
  114. width: 100%;
  115. overflow: hidden;
  116. white-space: nowrap;
  117. text-overflow: ellipsis;
  118. box-sizing: border-box;
  119. }
  120. .weixin-preview .menu-item.current, .weixin-preview .menu-sub-item.current {
  121. border: 1px solid #44b549;
  122. background: #fff;
  123. color: #44b549;
  124. }
  125. .weixin-preview .weixin-sub-menu.show {
  126. display: block;
  127. }
  128. .weixin-preview .icon_menu_dot {
  129. /* background: url(../images/index_z354723.png) 0px -36px no-repeat; */
  130. width: 7px;
  131. height: 7px;
  132. vertical-align: middle;
  133. display: inline-block;
  134. margin-right: 2px;
  135. margin-top: -2px;
  136. }
  137. .weixin-preview .icon14_menu_add {
  138. /* background: url(../images/index_z354723.png) 0px 0px no-repeat; */
  139. width: 14px;
  140. height: 14px;
  141. vertical-align: middle;
  142. display: inline-block;
  143. margin-top: -2px;
  144. }
  145. .weixin-preview li:hover .icon14_menu_add {
  146. /* background: url(../images/index_z354723.png) 0px -18px no-repeat; */
  147. }
  148. .weixin-preview .menu-item:hover {
  149. color: #000;
  150. }
  151. .weixin-preview .menu-sub-item:hover {
  152. background: #eee;
  153. }
  154. .weixin-preview li.current:hover {
  155. background: #fff;
  156. color: #44b549;
  157. }
  158. /*菜单内容*/
  159. .weixin-menu-detail {
  160. width: 600px;
  161. padding: 0px 20px 5px;
  162. background-color: #f4f5f9;
  163. border: 1px solid #e7e7eb;
  164. float: left;
  165. min-height: 540px;
  166. }
  167. .weixin-menu-detail .menu-name {
  168. float: left;
  169. height: 40px;
  170. line-height: 40px;
  171. font-size: 18px;
  172. }
  173. .weixin-menu-detail .menu-del {
  174. float: right;
  175. height: 40px;
  176. line-height: 40px;
  177. color: #459ae9;
  178. cursor: pointer;
  179. }
  180. .weixin-menu-detail .menu-input-group {
  181. width: 540px;
  182. margin: 10px 0 30px 0;
  183. overflow: hidden;
  184. }
  185. .weixin-menu-detail .menu-label {
  186. float: left;
  187. height: 30px;
  188. line-height: 30px;
  189. width: 80px;
  190. text-align: right;
  191. }
  192. .weixin-menu-detail .menu-input {
  193. float: left;
  194. width: 380px
  195. }
  196. .weixin-menu-detail .menu-input-text {
  197. border: 0px;
  198. outline: 0px;
  199. background: #fff;
  200. width: 300px;
  201. padding: 5px 0px 5px 0px;
  202. margin-left: 10px;
  203. text-indent: 10px;
  204. height: 35px;
  205. }
  206. .weixin-menu-detail .menu-tips {
  207. color: #8d8d8d;
  208. padding-top: 4px;
  209. margin: 0;
  210. }
  211. .weixin-menu-detail .menu-tips.cursor {
  212. color: #459ae9;
  213. cursor: pointer;
  214. }
  215. .weixin-menu-detail .menu-input .menu-tips {
  216. margin: 0 0 0 10px;
  217. }
  218. .weixin-menu-detail .menu-content {
  219. padding: 16px 20px;
  220. border: 1px solid #e7e7eb;
  221. background-color: #fff;
  222. }
  223. .weixin-menu-detail .menu-content .menu-input-group {
  224. margin: 0px 0 10px 0;
  225. }
  226. .weixin-menu-detail .menu-content .menu-label {
  227. text-align: left;
  228. width: 100px;
  229. }
  230. .weixin-menu-detail .menu-content .menu-input-text {
  231. border: 1px solid #e7e7eb;
  232. }
  233. .weixin-menu-detail .menu-content .menu-tips {
  234. padding-bottom: 10px;
  235. }
  236. .weixin-menu-detail .menu-msg-content {
  237. padding: 0;
  238. border: 1px solid #e7e7eb;
  239. background-color: #fff;
  240. }
  241. .weixin-menu-detail .menu-msg-content .menu-msg-head {
  242. overflow: hidden;
  243. border-bottom: 1px solid #e7e7eb;
  244. line-height: 38px;
  245. height: 38px;
  246. padding: 0 20px;
  247. }
  248. .weixin-menu-detail .menu-msg-content .menu-msg-panel {
  249. padding: 30px 50px;
  250. }
  251. .weixin-menu-detail .menu-msg-content .menu-msg-select {
  252. padding: 40px 20px;
  253. border: 2px dotted #d9dadc;
  254. text-align: center;
  255. }
  256. .weixin-menu-detail .menu-msg-content .menu-msg-select:hover {
  257. border-color: #b3b3b3;
  258. }
  259. .weixin-menu-detail .menu-msg-content strong {
  260. display: block;
  261. padding-top: 3px;
  262. font-weight: 400;
  263. font-style: normal;
  264. }
  265. .weixin-menu-detail .menu-msg-content .menu-msg-title {
  266. float: left;
  267. width: 310px;
  268. height: 30px;
  269. line-height: 30px;
  270. overflow: hidden;
  271. text-overflow: ellipsis;
  272. white-space: nowrap;
  273. }
  274. .icon36_common {
  275. width: 36px;
  276. height: 36px;
  277. vertical-align: middle;
  278. display: inline-block;
  279. }
  280. .icon_msg_sender {
  281. margin-right: 3px;
  282. margin-top: -2px;
  283. width: 20px;
  284. height: 20px;
  285. vertical-align: middle;
  286. display: inline-block;
  287. /* background: url(../images/msg_tab_z25df2d.png) 0 -270px no-repeat; */
  288. }
  289. .weixin-btn-group {
  290. text-align: center;
  291. width: 100%;
  292. margin: 30px 0px;
  293. overflow: hidden;
  294. }
  295. .weixin-btn-group .btn {
  296. width: 100px;
  297. border-radius: 0px;
  298. }
  299. #material-list {
  300. padding: 20px;
  301. overflow-y: scroll;
  302. height: 558px;
  303. }
  304. #news-list {
  305. padding: 20px;
  306. overflow-y: scroll;
  307. height: 558px;
  308. }
  309. #material-list table {
  310. width: 100%;
  311. }