menu.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. #menu {
  2. .mennu-box {
  3. background: #ffffff;
  4. .phone {
  5. position: relative;
  6. margin-bottom: 20px;
  7. float: left;
  8. margin: 0 0;
  9. width: 400px;
  10. height: 700px;
  11. background: url("../../img/preview_phone_short.jpg") no-repeat center;
  12. .frame {
  13. position: absolute;
  14. left: 0;
  15. margin: 100px 0 0 40px;
  16. width: 320px;
  17. border: 2px solid #333;
  18. background: #666;
  19. height: 491px;
  20. width: 325px;
  21. overflow: hidden;
  22. .wx-menu {
  23. position: absolute;
  24. bottom: 0;
  25. left: 0;
  26. right: 0;
  27. height: 50px;
  28. background: #fff;
  29. .keyboard {
  30. float: left;
  31. width: 44px;
  32. height: 50px;
  33. background: url("../../img/wx_menu_keyboard_icon.png") no-repeat;
  34. background-size: 100% 100%;
  35. border-right: 1px solid #CCC;
  36. }
  37. .menu {
  38. display: -webkit-box;
  39. height: 50px;
  40. float: left;
  41. width: 277px;
  42. > div {
  43. -webkit-box-flex: 1;
  44. display: block;
  45. line-height: 50px;
  46. color: #434343;
  47. text-align: center;
  48. border-right: 1px solid #ccc;
  49. position: relative;
  50. cursor: pointer;
  51. }
  52. }
  53. }
  54. }
  55. }
  56. .menu-list {
  57. margin-top: 15px;
  58. float: left;
  59. width: e("calc(100% - 415px)");
  60. .table {
  61. .action-tools {
  62. width: 150px;
  63. text-align: center;
  64. span {
  65. margin-right: 10px;
  66. }
  67. }
  68. .add {
  69. color: #4097ce;
  70. background: #ffffff;
  71. cursor: pointer;
  72. }
  73. .operation {
  74. background: #ffffff;
  75. }
  76. .compile {
  77. color: #4097ce;
  78. cursor: pointer;
  79. }
  80. .delete {
  81. color: #4097ce;
  82. cursor: pointer;
  83. }
  84. .second-menu {
  85. td:first-child {
  86. padding-left: 25px;
  87. }
  88. }
  89. }
  90. }
  91. .issue {
  92. text-align: center;
  93. padding: 20px 0;
  94. border-top: 1px solid #dddddd;
  95. button {
  96. padding: 5px 25px;
  97. background: #1cc09f;
  98. border: none;
  99. }
  100. }
  101. }
  102. }