operIsp.wxss 532 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* pages/operIsp/operIsp.wxss */
  2. @import "../ispBusiness/ispBusiness";
  3. .header .item {
  4. flex: 1;
  5. width: 0;
  6. }
  7. .header .item:nth-child(2) {
  8. text-align: center;
  9. }
  10. .header .item:nth-child(3) {
  11. flex: 1.6;
  12. text-align: right;
  13. }
  14. .busItem .item {
  15. padding: 0 6rpx;
  16. flex: 1;
  17. width: 0;
  18. font-size: 28rpx;
  19. text-overflow: ellipsis;
  20. white-space: nowrap;
  21. overflow: hidden;
  22. box-sizing: border-box;
  23. }
  24. .busItem .item:nth-child(2) {
  25. text-align: center;
  26. }
  27. .busItem .item:nth-child(3) {
  28. flex: 1.6;
  29. text-align: right;
  30. }