index.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. .ns-good-box {
  2. position: relative;
  3. }
  4. .disabled .n-stock {
  5. display: inline-block;
  6. }
  7. .disabled .y-stock {
  8. display: none;
  9. }
  10. .n-stock {
  11. display: none;
  12. }
  13. .y-stock {
  14. background-color: #fff !important;
  15. border: 1px solid #ff6c04 !important;
  16. color: #ff6c04 !important;
  17. }
  18. .ns-good-box .ns-bg-color-grey {
  19. background-color: #999999;
  20. cursor: not-allowed;
  21. }
  22. .ns-money {
  23. display: flex;
  24. }
  25. .ns-money-right .layui-card-body {
  26. padding: 15px;
  27. max-height: 1045px;
  28. min-height: 200px;
  29. position: relative;
  30. box-sizing: border-box;
  31. overflow: auto;
  32. border: 1px solid #e8e8e8;
  33. }
  34. .ns-table-tab .layui-tab-content {
  35. height: calc(100% - 122px);
  36. }
  37. .ns-pay-type .layui-tab-content {
  38. padding: 10px;
  39. box-sizing: border-box;
  40. }
  41. .ns-good-seleted {
  42. border-bottom: 1px solid #F1F1F1;
  43. padding: 10px 5px;
  44. }
  45. .ns-good-seleted-name,
  46. .ns-good-seleted-info {
  47. width: 100%;
  48. display: flex;
  49. align-items: center;
  50. line-height: 35px;
  51. }
  52. .ns-good-seleted-name p {
  53. width: 85%;
  54. padding-bottom: 10px;
  55. }
  56. .ns-good-seleted-name span {
  57. margin-top: 10px;
  58. color: #ff700b;
  59. }
  60. .title .ns-card-title::before {
  61. content: "";
  62. display: inline-block;
  63. width: 3px;
  64. height: 14px;
  65. background-color: #FF6A00;
  66. position: absolute;
  67. left: 0;
  68. top: 50%;
  69. border-radius: 5px;
  70. transform: translateY(-50%);
  71. }
  72. .ns-menber-detail {
  73. display: flex;
  74. }
  75. .checked-peo {
  76. width: 195px;
  77. border: 1px solid #ff700b;
  78. border-radius: 3px;
  79. padding: 5px 10px;
  80. }
  81. .nickname {
  82. white-space: nowrap;
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. }
  86. .layui-unselect.layui-form-radio.layui-form-radioed i:after {
  87. background-color: #fff;
  88. }
  89. .layui-table-body {
  90. max-height: 530px;
  91. }
  92. .check-btn {
  93. margin: 50px 0 0 20px;
  94. }
  95. .ns-cash {
  96. padding-top: 20px;
  97. }
  98. .ns-money-left {
  99. width: 595px;
  100. margin-right: 33px;
  101. }
  102. .ns-money-right {
  103. width: 595px;
  104. }
  105. .ns-money-left .ns-title-pic {
  106. width: 66px;
  107. height: 66px;
  108. }
  109. .ns-good-price {
  110. display: flex;
  111. margin-top: 5px;
  112. }
  113. .store-price {
  114. color: #ff700b;
  115. width: 100px;
  116. }
  117. .store-stoce {
  118. margin-left: 30px;
  119. }
  120. .store-stock {
  121. color: #ff700b;
  122. }
  123. .tips-color {
  124. color: #ff700b;
  125. }
  126. .page .layui-laypage {
  127. margin: 10px 50px;
  128. }
  129. .ns-goods-list {
  130. border: 1px solid #e8e8e8;
  131. padding: 10px;
  132. }
  133. .all-goods {
  134. margin-bottom: 10px;
  135. border-bottom: 1px solid #e8e8e8;
  136. padding-bottom: 10px;
  137. }
  138. .layui-input-inline {
  139. width: 160px;
  140. }
  141. .search-input input {
  142. height: 30px;
  143. line-height: 30px;
  144. font-size: 12px;
  145. }
  146. .search-input button {
  147. height: 28px !important;
  148. line-height: 28px !important;
  149. font-size: 12px;
  150. }
  151. .ns-single-filter-box {
  152. display: inline-block;
  153. width: 220px;
  154. }
  155. .ns-single-filter-box .layui-input-block {
  156. margin-left: 1px;
  157. }
  158. .border-border {
  159. border: 1px solid #e8e8e8;
  160. border-bottom: none;
  161. padding: 0 20px;
  162. }
  163. .checked-pic {
  164. width: 66px !important;
  165. height: 66px !important;
  166. }
  167. .ns-new-footer {
  168. position: fixed;
  169. bottom: 0px;
  170. left: 180px;
  171. width: 89%;
  172. }
  173. .ns-new-footer .layui-btn {
  174. margin: 0 830px;
  175. }
  176. .ns-align-right {
  177. display: flex;
  178. position: absolute;
  179. z-index: 1000;
  180. right: 70px;
  181. top: 50%;
  182. transform: translateY(-50%);
  183. }
  184. .ns-align-right input {
  185. width: 50px;
  186. }
  187. .new-price {
  188. display: flex;
  189. justify-content: space-between;
  190. }
  191. .num-input {
  192. width: 40px;
  193. text-align: center;
  194. height: 26px;
  195. font-size: 12px;
  196. border-left: none;
  197. border-right: none;
  198. padding-left: 15px;
  199. }
  200. .num-btn {
  201. height: 22px;
  202. line-height: 22px;
  203. padding: 1px 8px;
  204. border: 1px solid #eee;
  205. cursor: pointer;
  206. }
  207. .ns-null-good {
  208. margin: 15px 235px;
  209. }
  210. .ns-null-img {
  211. width: 100px;
  212. height: 100px;
  213. }
  214. .ns-title-content {
  215. margin-right: 1px !important;
  216. }
  217. .layui-input, .layui-select, .layui-textarea {
  218. border-color: #F1F1F1 !important;
  219. }