menu.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. .weixin-menu-setting {
  2. margin: 0;
  3. margin-bottom: 10px;
  4. width: 100%;
  5. }
  6. .mobile-head-title {
  7. color: #fff;
  8. text-align: center;
  9. padding-top: 33px;
  10. font-size: 15px;
  11. width: auto;
  12. overflow: hidden;
  13. text-overflow: ellipsis;
  14. white-space: nowrap;
  15. word-wrap: normal;
  16. margin: 0 40px 0 70px;
  17. }
  18. .weixin-body {
  19. padding: 0;
  20. margin: 0;
  21. margin-left: 337px;
  22. }
  23. .weixin-content, .no-weixin-content {
  24. background-color: #f4f5f9;
  25. border: 1px solid #e7e7eb;
  26. padding: 15px;
  27. }
  28. .no-weixin-content {
  29. border: #fff;
  30. background-color: #fff;
  31. vertical-align: middle;
  32. padding-top: 200px;
  33. text-align: center;
  34. }
  35. @media (max-width: 720px) {
  36. .weixin-body {
  37. margin-left: 0;
  38. margin-top: 560px;
  39. }
  40. }
  41. .weixin-menu-title {
  42. border-bottom: 1px solid #e7e7eb;
  43. font-size: 16px;
  44. padding: 0 20px;
  45. line-height: 55px;
  46. margin-bottom: 20px;
  47. }
  48. .mobile-menu-preview {
  49. display: block;
  50. float: left;
  51. position: relative;
  52. width: 317px;
  53. height: 550px;
  54. background: transparent url(../images/mobile_header_bg.png) no-repeat 0 0;
  55. background-position: 0 0;
  56. border: 1px solid #e7e7eb;
  57. }
  58. .mobile-menu-preview .menu-list {
  59. position: absolute;
  60. height: 50px;
  61. bottom: 0;
  62. left: 0;
  63. right: 0;
  64. border-top: 1px solid #e7e7eb;
  65. background: transparent url(../images/mobile_footer_bg.png) no-repeat 0 0;
  66. background-position: 0 0;
  67. background-repeat: no-repeat;
  68. padding-left: 43px;
  69. margin: 0;
  70. }
  71. .menu-list .menu-item, .menu-list .add-item {
  72. line-height: 50px;
  73. position: relative;
  74. float: left;
  75. text-align: center;
  76. width: 33.33%;
  77. list-style: none;
  78. }
  79. .ui-sortable-placeholder {
  80. background-color: #fff;
  81. }
  82. .menu-item a, .add-item a {
  83. display: block;
  84. width: auto;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. white-space: nowrap;
  88. word-wrap: normal;
  89. color: #616161;
  90. text-decoration: none;
  91. }
  92. .menu-item.current a.menu-link {
  93. border: 1px solid #44b549;
  94. line-height: 48px;
  95. background-color: #fff;
  96. color: #44b549;
  97. }
  98. .menu-item .icon-menu-dot {
  99. background: url(../images/mobile_index.png) 0 0 no-repeat;
  100. width: 7px;
  101. height: 7px;
  102. vertical-align: middle;
  103. display: inline-block;
  104. margin-right: 2px;
  105. margin-top: -2px;
  106. bottom: 60px;
  107. background-color: #fafafa;
  108. border-top-width: 0;
  109. }
  110. .menu-item .menu-link, .add-item .menu-link {
  111. border-left-width: 0;
  112. border-left: 1px solid #e7e7eb;
  113. text-align: center;
  114. }
  115. .sub-menu-item a, .add-sub-item a {
  116. border: 1px solid #d0d0d0;
  117. position: relative;
  118. padding: 0 0.5em;
  119. }
  120. .sub-menu-item.current a {
  121. border: 1px solid #44b549;
  122. background-color: #fff;
  123. color: #44b549;
  124. z-index: 1;
  125. }
  126. .sub-menu-list li a:hover {
  127. background: #f1f1f1;
  128. }
  129. .menu-item.current .menu-link {
  130. border: 1px solid #44b549;
  131. line-height: 48px;
  132. background-color: #fff;
  133. color: #44b549;
  134. }
  135. .sub-menu-box {
  136. position: absolute;
  137. bottom: 60px;
  138. left: 0;
  139. width: 100%;
  140. background-color: #fff;
  141. border-top: none;
  142. }
  143. .sub-menu-list {
  144. line-height: 50px;
  145. margin: 0;
  146. padding: 0;
  147. }
  148. .sub-menu-list li {
  149. line-height: 44px;
  150. margin: -1px -1px 0;
  151. list-style: none;
  152. }
  153. .sub-menu-box .arrow {
  154. position: absolute;
  155. left: 50%;
  156. margin-left: -6px;
  157. }
  158. .sub-menu-box .arrow-in {
  159. bottom: -5px;
  160. display: inline-block;
  161. width: 0;
  162. height: 0;
  163. border-width: 6px;
  164. border-style: dashed;
  165. border-color: transparent;
  166. border-bottom-width: 0;
  167. border-top-color: #fafafa;
  168. border-top-style: solid;
  169. }
  170. .sub-menu-box .arrow-out {
  171. bottom: -6px;
  172. display: inline-block;
  173. width: 0;
  174. height: 0;
  175. border-width: 6px;
  176. border-style: dashed;
  177. border-color: transparent;
  178. border-bottom-width: 0;
  179. border-top-color: #d0d0d0;
  180. border-top-style: solid;
  181. }
  182. .sub-menu-item.current {
  183. }
  184. .sub-menu-inner-add {
  185. display: block;
  186. border-top: 1px solid #e7e7eb;
  187. width: auto;
  188. overflow: hidden;
  189. text-overflow: ellipsis;
  190. white-space: nowrap;
  191. word-wrap: normal;
  192. cursor: pointer;
  193. }
  194. .weixin-icon {
  195. background: url(../images/weixin_icon.png) 0 -4418px no-repeat;
  196. width: 16px;
  197. height: 16px;
  198. vertical-align: middle;
  199. display: inline-block;
  200. line-height: 100px;
  201. overflow: hidden;
  202. }
  203. .weixin-icon.add-gray {
  204. background-position: 0 0;
  205. }
  206. .weixin-icon.sort-gray {
  207. background: url(../images/weixin_icon.png) 0 -32px no-repeat;
  208. background-position: 0 -32px;
  209. margin-top: -1px;
  210. display: none;
  211. width: 20px;
  212. }
  213. .weixin-icon.big-add-gray {
  214. background-position: -36px 0;
  215. width: 36px;
  216. height: 36px;
  217. vertical-align: middle;
  218. }
  219. .menu-item a.menu-link:hover {
  220. }
  221. .add-item.extra, .add-item.extra {
  222. float: none;
  223. width: auto;
  224. overflow: hidden;
  225. }
  226. table.btn-bar {
  227. width: 100%;
  228. }
  229. table.btn-bar td {
  230. text-align: center;
  231. }
  232. .item-info .item-head {
  233. position: relative;
  234. padding: 0;
  235. border-bottom: 1px solid #e7e7eb;
  236. }
  237. .item-info .item-delete {
  238. position: absolute;
  239. top: 0;
  240. right: 0;
  241. }
  242. table.weixin-form td {
  243. vertical-align: middle;
  244. height: 24px;
  245. line-height: 24px;
  246. padding: 8px 0;
  247. }
  248. #menu-content {
  249. background-color: #fff;
  250. padding: 16px 20px;
  251. border: 1px solid #e7e7eb;
  252. }
  253. .menu-content-tips {
  254. color: #8d8d8d;
  255. padding-bottom: 10px;
  256. }
  257. .form-item dl {
  258. position: relative;
  259. margin: 10px 0;
  260. }
  261. .form-item dl dt {
  262. width: 90px;
  263. height: 30px;
  264. line-height: 30px;
  265. text-align: right;
  266. position: absolute;
  267. vertical-align: middle;
  268. top: 0;
  269. left: 0;
  270. bottom: 0;
  271. display: block;
  272. }
  273. .form-item dl dd {
  274. position: relative;
  275. display: block;
  276. margin-left: 90px;
  277. line-height: 30px;
  278. }
  279. .form-item .input-box {
  280. display: inline-block;
  281. position: relative;
  282. height: 30px;
  283. line-height: 30px;
  284. vertical-align: middle;
  285. width: 278px;
  286. font-size: 14px;
  287. padding: 0 10px;
  288. border: 1px solid #e7e7eb;
  289. box-shadow: none;
  290. -moz-box-shadow: none;
  291. -webkit-box-shadow: none;
  292. border-radius: 0;
  293. -moz-border-radius: 0;
  294. -webkit-border-radius: 0;
  295. background-color: #fff;
  296. }
  297. .form-item .input-box input {
  298. width: 100%;
  299. background-color: transparent;
  300. border: 0;
  301. outline: 0;
  302. height: 30px;
  303. }
  304. .clickbox {
  305. text-align: center;
  306. margin: 40px 0;
  307. }
  308. .create-click {
  309. display: inline-block;
  310. padding-top: 30px;
  311. position: relative;
  312. width: 240px;
  313. height: 120px;
  314. border: 2px dotted #d9dadc;
  315. text-align: center;
  316. margin-bottom: 20px;
  317. margin-left: 50px;
  318. }
  319. .create-click a {
  320. display: block;
  321. }
  322. .create-click a strong {
  323. display: block;
  324. }
  325. .keytitle {
  326. position: absolute;
  327. width: 100%;
  328. text-align: center;
  329. top: 0px;
  330. height: 35px;
  331. line-height: 35px;
  332. background: #f4f5f9;
  333. }
  334. dl.is-item dd > label {
  335. margin-left: 5px;
  336. }