menu.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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(../../img/wx_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(../../img/wx_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(../../img/wx_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;padding:0;
  146. }
  147. .sub-menu-list li{
  148. line-height: 44px;
  149. margin: -1px -1px 0;
  150. list-style: none;
  151. }
  152. .sub-menu-box .arrow {
  153. position: absolute;
  154. left: 50%;
  155. margin-left: -6px;
  156. }
  157. .sub-menu-box .arrow-in {
  158. bottom: -5px;
  159. display: inline-block;
  160. width: 0;
  161. height: 0;
  162. border-width: 6px;
  163. border-style: dashed;
  164. border-color: transparent;
  165. border-bottom-width: 0;
  166. border-top-color: #fafafa;
  167. border-top-style: solid;
  168. }
  169. .sub-menu-box .arrow-out {
  170. bottom: -6px;
  171. display: inline-block;
  172. width: 0;
  173. height: 0;
  174. border-width: 6px;
  175. border-style: dashed;
  176. border-color: transparent;
  177. border-bottom-width: 0;
  178. border-top-color: #d0d0d0;
  179. border-top-style: solid;
  180. }
  181. .sub-menu-item.current{
  182. }
  183. .sub-menu-inner-add{
  184. display: block;
  185. border-top: 1px solid #e7e7eb;
  186. width: auto;
  187. overflow: hidden;
  188. text-overflow: ellipsis;
  189. white-space: nowrap;
  190. word-wrap: normal;
  191. cursor: pointer;
  192. }
  193. .weixin-icon{
  194. background: url(../../img/weixin_icon.png) 0 -4418px no-repeat;
  195. width: 16px;
  196. height: 16px;
  197. vertical-align: middle;
  198. display: inline-block;
  199. line-height: 100px;
  200. overflow: hidden;
  201. }
  202. .weixin-icon.add-gray {
  203. background-position: 0 0;
  204. }
  205. .weixin-icon.sort-gray {
  206. background: url(../../img/weixin_icon.png) 0 -32px no-repeat;
  207. background-position: 0 -32px;
  208. margin-top: -1px;
  209. display:none;
  210. width: 20px;
  211. }
  212. .weixin-icon.big-add-gray{
  213. background-position: -36px 0;
  214. width: 36px;
  215. height: 36px;
  216. vertical-align: middle;
  217. }
  218. .menu-item a.menu-link:hover{
  219. }
  220. .add-item.extra,.add-item.extra{
  221. float: none;
  222. width: auto;
  223. overflow: hidden;
  224. }
  225. table.btn-bar{width:100%;}
  226. table.btn-bar td{ text-align: center; }
  227. .item-info .item-head{
  228. position:relative;
  229. padding: 0;
  230. border-bottom: 1px solid #e7e7eb;
  231. }
  232. .item-info .item-delete{
  233. position:absolute;
  234. top:0;
  235. right:0;
  236. }
  237. table.weixin-form td{
  238. vertical-align:middle;
  239. height:24px;
  240. line-height: 24px;
  241. padding: 8px 0;
  242. }
  243. #menu-content{
  244. background-color: #fff;
  245. padding: 16px 20px;
  246. border: 1px solid #e7e7eb;
  247. }
  248. .menu-content-tips{
  249. color: #8d8d8d;
  250. padding-bottom: 10px;
  251. }
  252. .form-item dl{
  253. position:relative;
  254. margin:10px 0;
  255. }
  256. .form-item dl dt{
  257. width:90px;
  258. height: 30px;
  259. line-height: 30px;
  260. text-align: right;
  261. position:absolute;
  262. vertical-align: middle;
  263. top:0;
  264. left:0;
  265. bottom:0;
  266. display:block;
  267. }
  268. .form-item dl dd{
  269. position:relative;
  270. display:block;
  271. margin-left: 90px;
  272. line-height: 30px;
  273. }
  274. .form-item .input-box {
  275. display: inline-block;
  276. position: relative;
  277. height: 30px;
  278. line-height: 30px;
  279. vertical-align: middle;
  280. width: 278px;
  281. font-size: 14px;
  282. padding: 0 10px;
  283. border: 1px solid #e7e7eb;
  284. box-shadow: none;
  285. -moz-box-shadow: none;
  286. -webkit-box-shadow: none;
  287. border-radius: 0;
  288. -moz-border-radius: 0;
  289. -webkit-border-radius: 0;
  290. background-color: #fff;
  291. }
  292. .form-item .input-box input{
  293. width: 100%;
  294. background-color: transparent;
  295. border: 0;
  296. outline: 0;
  297. height:30px;
  298. }
  299. .clickbox{
  300. text-align: center;
  301. margin:40px 0;
  302. }
  303. .create-click{
  304. display: inline-block;
  305. padding-top: 30px;
  306. position: relative;
  307. width:240px;
  308. height: 120px;
  309. border: 2px dotted #d9dadc;
  310. text-align: center;
  311. margin-bottom: 20px;
  312. margin-left: 50px;
  313. }
  314. .create-click a{
  315. display:block;
  316. }
  317. .create-click a strong{
  318. display:block;
  319. }
  320. .keytitle {
  321. position:absolute;
  322. width:100%;
  323. text-align:center;
  324. top:0px;
  325. height:35px;
  326. line-height:35px;
  327. background:#f4f5f9;
  328. }
  329. dl.is-item dd>label {margin-left:5px;}