invoice.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .listContent {
  2. height: 100% !important;
  3. .listBox {
  4. display: flex;
  5. // height: 180rpx;
  6. padding: 20rpx 0;
  7. border-bottom: 2rpx solid #e5e5e5;
  8. .listBox-sel {
  9. height: 90rpx;
  10. width: 80rpx;
  11. // line-height: 90rpx;
  12. text-align: center;
  13. checkbox {
  14. transform: scale(1.2);
  15. }
  16. }
  17. }
  18. .listBox-con {
  19. width: 100%;
  20. // display: flex;
  21. // flex-wrap: wrap;
  22. // justify-content: space-between;
  23. align-items: center;
  24. padding: 0 18rpx 0 0;
  25. .listBox-top {
  26. width: 100%;
  27. display: flex;
  28. justify-content: space-between;
  29. padding-bottom: 10rpx;
  30. .listBox-name,
  31. .listBox-code {
  32. display: inline-block;
  33. font-size: $uni-font-size-sm;
  34. font-weight: bold;
  35. }
  36. }
  37. .listBox-bottom {
  38. width: 100%;
  39. display: flex;
  40. justify-content: space-between;
  41. font-size: $uni-font-size-sm;
  42. flex-wrap: wrap;
  43. >view {
  44. width: 100%;
  45. overflow: hidden;
  46. white-space: nowrap;
  47. text-overflow: ellipsis;
  48. }
  49. .half {
  50. width: 50%;
  51. }
  52. .label-s{
  53. width: 50%;
  54. display: inline-block !important;
  55. }
  56. }
  57. }
  58. .noDate {
  59. height: 100%;
  60. }
  61. }