member_cluster.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. .layui-form-search {
  2. width: 100%;
  3. background-color: #F8F8F8;
  4. padding: 15px;
  5. border: 1px solid #e6e6e6;
  6. border-radius: 5px;
  7. box-sizing: border-box;
  8. margin-bottom: 12px;
  9. }
  10. .search-form {
  11. display: none;
  12. }
  13. .layui-form-search .layui-btn-container {
  14. padding-left: 155px;
  15. }
  16. .layui-form-search .layui-form-item {
  17. margin-bottom: 25px;
  18. }
  19. .required {
  20. margin-right: 3px;
  21. }
  22. .layui-form-item>p {
  23. line-height: 34px;
  24. color: #999;
  25. }
  26. .layui-form-radio>i:hover,
  27. .layui-form-radioed>i {
  28. color: #ff8143;
  29. }
  30. .layui-layer-content {
  31. height: auto !important;
  32. }
  33. .layui-form-checkbox[lay-skin=primary]:hover i {
  34. border-color: #ff8143;
  35. }
  36. .layui-input-inline.split {
  37. line-height: 34px;
  38. }
  39. .layui-table-view .layui-table[lay-size=lg] td .layui-table-cell {
  40. line-height: 25px;
  41. }
  42. #member_label_dl {
  43. display: flex;
  44. flex-wrap: wrap;
  45. }
  46. #member_label_dl span {
  47. margin: 3px 5px 3px 0;
  48. background-color: #ff8143;
  49. color: white;
  50. padding: 0 5px;
  51. border-radius: 5px;
  52. }
  53. .table-tuwen-box .img-box {
  54. width: 40px;
  55. height: 40px;
  56. border-radius: 50%;
  57. overflow: hidden;
  58. }
  59. .layui-table-view td:last-child>div {
  60. overflow: inherit;
  61. }
  62. .layui-table-box {
  63. overflow: inherit;
  64. }
  65. .layui-table-body {
  66. overflow: inherit;
  67. }
  68. .table-btn {
  69. position: relative;
  70. }
  71. .table-btn .more-operation {
  72. display: none;
  73. font-size: 14px;
  74. line-height: 20px;
  75. background-color: #fff;
  76. border-radius: 2px;
  77. box-shadow: 0 2px 8px 0 rgba(200, 201, 204, .5);
  78. position: absolute;
  79. z-index: 2000;
  80. border-radius: 2px;
  81. padding: 13px 12px;
  82. top: 40px;
  83. transform: translateX(10px);
  84. right: 0px;
  85. }
  86. .table-btn .more-operation:before {
  87. left: 50px;
  88. top: -14px;
  89. border: solid transparent;
  90. content: "";
  91. height: 0;
  92. width: 0;
  93. position: absolute;
  94. pointer-events: none;
  95. border-color: transparent;
  96. border-bottom-color: #fff;
  97. border-width: 8px;
  98. }
  99. .table-btn .more-operation .operation {
  100. display: block;
  101. text-align: right;
  102. margin-bottom: 12px;
  103. cursor: pointer;
  104. }
  105. .table-btn .more-operation .operation:last-child {
  106. margin-bottom: 0
  107. }
  108. .coupon-modal {
  109. display: flex;
  110. justify-content: space-around;
  111. align-items: center;
  112. padding: 25px 0;
  113. }
  114. .coupon-modal .coupon-list {
  115. width: 255px;
  116. height: 375px;
  117. align-items: center;
  118. border: 1px solid #ccc;
  119. }
  120. .coupon-modal .title {
  121. height: 35px;
  122. line-height: 35px;
  123. text-align: center;
  124. }
  125. .bg-color-gray {
  126. background-color: #EFEFEF !important;
  127. }
  128. .coupon-modal .box {
  129. overflow-y: auto;
  130. padding: 10px 0;
  131. height: 340px;
  132. box-sizing: border-box;
  133. overflow-x: hidden;
  134. }
  135. .coupon-modal .add {
  136. background-color: transparent;
  137. border: 1px solid #ccc;
  138. padding: 5px 10px;
  139. cursor: pointer;
  140. }
  141. .modal-operation {
  142. display: flex;
  143. justify-content: center;
  144. align-items: center;
  145. height: 50px;
  146. }
  147. .coupon-list .box ul li {
  148. cursor: pointer;
  149. background-color: #fff;
  150. padding: 5px 10px;
  151. position: relative;
  152. }
  153. .coupon-list.all-coupon .box ul li .left-selected {
  154. background: #d7d7d7;
  155. }
  156. .coupon-list .coupon-delete {
  157. position: absolute;
  158. top: -2px;
  159. right: 4px;
  160. width: 16px;
  161. height: 16px;
  162. border-radius: 50%;
  163. background-color: #d7d7d7;
  164. color: #fff;
  165. line-height: 15px;
  166. text-align: center;
  167. cursor: pointer;
  168. }
  169. .coupon-list .box ul li.selected:hover .coupon-delete {
  170. display: block;
  171. }
  172. .coupon-list .coupon-box {
  173. border: 1px dashed #DDDDDD;
  174. padding: 5px 15px;
  175. }
  176. .coupon-list .coupon-box .coupon-name {
  177. font-size: 14px;
  178. line-height: 30px;
  179. }
  180. .coupon-list .coupon-box .coupon-money {
  181. font-size: 20px;
  182. color: red;
  183. }
  184. .coupon-list .coupon-box .coupon-time {
  185. font-size: 12px;
  186. color: #999999;
  187. line-height: 14px;
  188. }
  189. .give-num {
  190. display: flex;
  191. align-items: center;
  192. justify-content: flex-end;
  193. }
  194. .give-num span {
  195. font-size: 12px;
  196. color: #999;
  197. }
  198. .give-num .layui-input {
  199. margin-left: 5px;
  200. width: 60px!important;
  201. height: 25px;
  202. text-align: center;
  203. }