menu.css 6.5 KB

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