notSubmit.wxss 730 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .notSubmit {
  2. /* height: 100vh; */
  3. width: 100%;
  4. display: flex;
  5. justify-content: flex-start;
  6. height: 100%;
  7. }
  8. .notSubmit van-tabs {
  9. width: 100%;
  10. }
  11. .title {
  12. font-size: 28rpx;
  13. display: flex;
  14. justify-content: flex-start;
  15. }
  16. .title > .t-left {
  17. height: 100%;
  18. width: 100px;
  19. padding-right: 15rpx;
  20. margin-right: 15rpx;
  21. border-right: 1px solid #000;
  22. overflow: hidden;
  23. text-overflow: ellipsis;
  24. white-space: nowrap;
  25. }
  26. .title > .t-right {
  27. width: 50%;
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. }
  32. .item-style {
  33. border-left: 2px solid #248af7 !important;
  34. }
  35. /* :root {
  36. --collapse-item-content-padding: 5px 10px;
  37. } */
  38. .van-collapse-item__content {
  39. padding: 5px 10px !important;
  40. }