list.less 905 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* mMine/pages/invoice/list/list.wxss */
  2. .list {
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: space-between;
  6. .list-item {
  7. padding: 5px 10px;
  8. display: flex;
  9. flex-direction: column;
  10. height: 40px;
  11. border-bottom: 1px solid #f0f0f0;
  12. align-content: center;
  13. align-items: center;
  14. .list-item-info {
  15. width: 100%;
  16. display: flex;
  17. justify-content: flex-start;
  18. height: 30px;
  19. padding-top: 5px;
  20. align-items: center;
  21. align-content: center;
  22. .taxpayerid {
  23. margin-left: 15px;
  24. }
  25. .username {
  26. margin-left: 15px;
  27. margin-right: 15px;
  28. }
  29. }
  30. }
  31. text {
  32. color: #333;
  33. font-size: 16px;
  34. text-align: left;
  35. }
  36. }
  37. .buttom_view {
  38. display: flex;
  39. flex-direction: column;
  40. justify-content: space-between;
  41. margin-top: 20px;
  42. align-items: center;
  43. align-content: center;
  44. }