operate.less 585 B

123456789101112131415161718192021222324252627282930313233
  1. /* mMine/pages/invoice/operate/operate.wxss */
  2. .type {
  3. display: flex;
  4. flex-direction: row;
  5. height: 50px;
  6. align-content: center;
  7. align-items: center;
  8. justify-content: flex-start;
  9. padding-right: 10px;
  10. border-bottom: 1px solid #f8f8f8;
  11. .label {
  12. font-size: 14px;
  13. color: #666;
  14. width: 110px;
  15. padding-left: 15px;
  16. }
  17. .type-selsct {
  18. color: #666;
  19. font-size: 14px;
  20. width: 75%;
  21. }
  22. }
  23. .buttom_view {
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: space-between;
  27. margin-top: 20px;
  28. align-items: center;
  29. align-content: center;
  30. }