member.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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. box-shadow: 0 2px 8px 0 rgba(200, 201, 204, .5);
  77. position: absolute;
  78. z-index: 2000;
  79. border-radius: 2px;
  80. padding: 13px 12px;
  81. top: 45px;
  82. right: 10px;
  83. transform: translateX(10px);
  84. }
  85. .table-btn .more-operation:before {
  86. right: 7px;
  87. top: -14px;
  88. border: solid transparent;
  89. content: "";
  90. height: 0;
  91. width: 0;
  92. position: absolute;
  93. pointer-events: none;
  94. border-color: transparent;
  95. border-bottom-color: #fff;
  96. border-width: 8px;
  97. }
  98. .table-btn .more-operation .operation {
  99. display: block;
  100. text-align: right;
  101. margin-bottom: 12px;
  102. cursor: pointer;
  103. }
  104. .table-btn .more-operation .operation:last-child {
  105. margin-bottom: 0
  106. }
  107. .coupon-modal {
  108. display: flex;
  109. justify-content: space-around;
  110. align-items: center;
  111. padding: 25px 0;
  112. }
  113. .coupon-modal .coupon-list {
  114. width: 255px;
  115. height: 375px;
  116. align-items: center;
  117. border: 1px solid #ccc;
  118. }
  119. .coupon-modal .title {
  120. height: 35px;
  121. line-height: 35px;
  122. text-align: center;
  123. }
  124. .bg-color-gray {
  125. background-color: #EFEFEF !important;
  126. }
  127. .coupon-modal .box {
  128. overflow-y: auto;
  129. padding: 10px 0;
  130. height: 340px;
  131. box-sizing: border-box;
  132. overflow-x: hidden;
  133. }
  134. .coupon-modal .add {
  135. background-color: transparent;
  136. border: 1px solid #ccc;
  137. padding: 5px 10px;
  138. cursor: pointer;
  139. }
  140. .modal-operation {
  141. display: flex;
  142. justify-content: center;
  143. align-items: center;
  144. height: 50px;
  145. }
  146. .coupon-list .box ul li {
  147. cursor: pointer;
  148. background-color: #fff;
  149. padding: 5px 10px;
  150. position: relative;
  151. }
  152. .coupon-list.all-coupon .box ul li .left-selected {
  153. background: #d7d7d7;
  154. }
  155. .coupon-list .coupon-delete {
  156. position: absolute;
  157. top: -2px;
  158. right: 4px;
  159. width: 16px;
  160. height: 16px;
  161. border-radius: 50%;
  162. background-color: #d7d7d7;
  163. color: #fff;
  164. line-height: 15px;
  165. text-align: center;
  166. cursor: pointer;
  167. }
  168. .coupon-list .box ul li.selected:hover .coupon-delete {
  169. display: block;
  170. }
  171. .coupon-list .coupon-box {
  172. border: 1px dashed #DDDDDD;
  173. padding: 5px 15px;
  174. }
  175. .coupon-list .coupon-box .coupon-name {
  176. font-size: 14px;
  177. line-height: 1.5;
  178. }
  179. .coupon-list .coupon-box .coupon-money {
  180. font-size: 20px;
  181. color: red;
  182. }
  183. .coupon-list .coupon-box .coupon-time {
  184. font-size: 12px;
  185. color: #999999;
  186. line-height: 14px;
  187. }
  188. .give-num {
  189. display: flex;
  190. align-items: center;
  191. justify-content: flex-end;
  192. }
  193. .give-num span {
  194. font-size: 12px;
  195. color: #999;
  196. }
  197. .give-num .layui-input {
  198. margin-left: 5px;
  199. width: 60px!important;
  200. height: 25px;
  201. text-align: center;
  202. }