list.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .fp-part-left {
  2. float: left;
  3. width: 100%;
  4. overflow-y: auto;
  5. overflow-x: auto;
  6. box-sizing: border-box;
  7. }
  8. p {
  9. word-break: normal;
  10. white-space: normal;
  11. }
  12. .pointer{
  13. cursor:pointer
  14. }
  15. .menu-list {
  16. float: left;
  17. }
  18. .menu-list ul {
  19. margin: 8px 0 8px 20px;
  20. border: solid #eee;
  21. border-width: 0;
  22. }
  23. .menu-list > ul {
  24. margin: 8px;
  25. border: solid #eee;
  26. border-width: 0;
  27. }
  28. .menu-list ul li p {
  29. padding: 0px 15px 0px 0px;
  30. margin: 0;
  31. word-break: normal;
  32. white-space: nowrap;
  33. line-height: 30px;
  34. text-indent: 5px;
  35. width: auto;
  36. display: inline-block !important;
  37. border-radius: 3px;
  38. }
  39. .menu-list ul li p .edit-menu {
  40. display: none;
  41. margin-left: 10px;
  42. }
  43. .menu-list ul li p .edit-menu span {
  44. display: inline-block;
  45. height: 25px;
  46. line-height: 25px;
  47. }
  48. .menu-list ul li p:hover .edit-menu {
  49. display: inline-block;
  50. }
  51. .menu-list ul li p span {
  52. cursor: pointer;
  53. }
  54. .menu-list ul li p.active {
  55. background: lightskyblue;
  56. }
  57. .menu-list i {
  58. color: #999;
  59. }
  60. .menu-list ul li .edit-menu i:hover {
  61. color: #333;
  62. }
  63. .menu-list .pActive {
  64. color: #fff !important;
  65. background-color: #1c84c6;
  66. }
  67. .menu-list .pActive i {
  68. color: #fff !important;
  69. }
  70. body .sp-layer .sp-btn-blue {
  71. padding: 4px 10px;
  72. }
  73. .upload-img{
  74. width: 200px;
  75. height: 60px;
  76. overflow: hidden;
  77. position: relative;
  78. display: inline-block;
  79. vertical-align: middle;
  80. }
  81. .upload-img img{
  82. margin:5px;
  83. cursor:pointer;
  84. }
  85. .upload-img-file-single{
  86. position: absolute;
  87. width: 62px;
  88. height: 30px;
  89. line-height: 30px;
  90. left: 200px;
  91. bottom: 30px;
  92. opacity: 0;
  93. font-size: 0;
  94. filter: alpha(opacity=0);
  95. cursor: pointer !important;
  96. }