You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

236 lines
3.4 KiB

8 months ago
  1. body,
  2. .mint-button-text {
  3. font-size: 15px;
  4. }
  5. .mint-header {
  6. background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  7. border-bottom: 1px solid #eee;
  8. }
  9. .mint-tab-item-label {
  10. color: black;
  11. }
  12. .mint-tabbar {
  13. border-top: 1px solid #eee;
  14. }
  15. .mint-tab-container {
  16. position: absolute;
  17. top: 50px;
  18. bottom: 55px;
  19. width: calc(100% - 20px);
  20. overflow: auto;
  21. padding: 10px;
  22. }
  23. .mint-cell-wrapper {
  24. border: 1px solid #d9d9d9;
  25. background-image: none;
  26. }
  27. .clear {
  28. float: none;
  29. clear: both;
  30. }
  31. .card {
  32. background: #fff;
  33. margin-bottom: 20px;
  34. border-radius: 2px;
  35. box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  36. padding: 20px;
  37. color: #656b79;
  38. }
  39. .table {
  40. width: 100%;
  41. max-width: 100%;
  42. border-spacing: 0;
  43. border-collapse: collapse;
  44. }
  45. .table > thead > tr > th {
  46. vertical-align: middle;
  47. font-weight: 500;
  48. color: #333;
  49. border-width: 1px;
  50. text-align: left;
  51. text-transform: uppercase;
  52. border-bottom: 2px solid #F5F5F5;
  53. padding: 8px 2px;
  54. line-height: 1.42857143;
  55. }
  56. .table > tbody > tr > td {
  57. padding: 8px 2px;
  58. line-height: 1.42857143;
  59. vertical-align: top;
  60. border-top: 1px solid #F5F5F5;
  61. word-break: break-all;
  62. }
  63. .mint-popup {
  64. color: #656b79;
  65. padding: 10px;
  66. width: calc(100% - 20px);
  67. height: calc(100% - 20px);
  68. background-color: #fbfbfb;
  69. overflow: auto;
  70. }
  71. .input-group {
  72. overflow: hidden;
  73. }
  74. .input-group > div {
  75. float: left;
  76. }
  77. .input-group .mint-button--default {
  78. box-shadow: none;
  79. border: 1px solid #d9d9d9;
  80. }
  81. .input-left {
  82. width: calc(100% - 62px);
  83. }
  84. .input-group .input-right button {
  85. height: 48px;
  86. border-top-left-radius: 0;
  87. border-bottom-left-radius: 0;
  88. margin-left: 0px;
  89. margin-right: 0px;
  90. margin-left: -1px;
  91. margin-top: 0px;
  92. float: left;
  93. }
  94. .input-right button:first-child {
  95. border-radius: 0;
  96. }
  97. .mint-header {
  98. height: 50px !important;
  99. }
  100. .mint-toast {
  101. z-index: 99999 !important;
  102. }
  103. .mint-popup-bottom {
  104. top: 70% !important;
  105. }
  106. .alert {
  107. font-size: 14px;
  108. padding: 15px;
  109. margin-bottom: 20px;
  110. border: 1px solid transparent;
  111. border-radius: 4px;
  112. }
  113. .alert-warning {
  114. color: #8a6d3b;
  115. background-color: #fcf8e3;
  116. border-color: #faebcc;
  117. }
  118. .link {
  119. color: #26a2ff;
  120. text-decoration: underline;
  121. }
  122. .label-danger {
  123. color: #d9534f;
  124. }
  125. .card-margin {
  126. margin-top: 20px;
  127. }
  128. .print-qr img {
  129. margin-left: 10px;
  130. }
  131. .receive-summary {
  132. margin-top: 20px;
  133. }
  134. .form {
  135. padding: 5px 0;
  136. }
  137. .form-title {
  138. font-weight: bold;
  139. display: inline-block;
  140. }
  141. .receive-summary .form-title {
  142. width: 80px;
  143. }
  144. .receive-scan-rolls > div {
  145. padding: 10px 0;
  146. }
  147. .title {
  148. font-weight: bold;
  149. }
  150. .counting-act-table {
  151. font-size: 10px;
  152. }
  153. .shipment-boxes-title {
  154. display: flex;
  155. align-items: center;
  156. }
  157. .shipment-boxes-title button {
  158. margin-left: auto;
  159. }
  160. .print-qr {
  161. display: flex;
  162. font-size: 12px;
  163. transform: rotate(90deg);
  164. position: fixed;
  165. right: 0;
  166. left: 0;
  167. top: 100px;
  168. flex-direction: column;
  169. width: 360px;
  170. height: 340px;
  171. padding-top: 20px;
  172. overflow: scroll;
  173. }
  174. .box-summary {
  175. display: flex;
  176. margin-bottom: 30px;
  177. }
  178. .box-detail td {
  179. padding: 8px;
  180. }
  181. .box-list td {
  182. padding-bottom: 30px;
  183. padding-right: 20px;
  184. }
  185. .box-detail {
  186. flex: 1;
  187. padding-left: 20px;
  188. }
  189. .r-title {
  190. text-align: center;
  191. margin-bottom: 3px;
  192. }
  193. .print-buttons {
  194. text-align: center;
  195. }