index.wxss 589 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* pages/workOrderDetail/index.wxss */
  2. page{
  3. background-color: #f1f2f3;
  4. }
  5. .type{
  6. padding: 5px;
  7. font-size: 22rpx;
  8. color:#fff;
  9. letter-spacing: 3px;
  10. writing-mode: vertical-lr;
  11. background: #4F7BFD;
  12. border-radius: 3px;
  13. margin-right:5px ;
  14. }
  15. .flex-column-between{
  16. height: 100%;
  17. display: flex;
  18. flex-direction: column;
  19. justify-content: space-between;
  20. }
  21. .small{
  22. font-size: 26rpx;
  23. color:#333;
  24. line-height: 25px;
  25. }
  26. .mr-5{
  27. margin-right: 5px;
  28. }
  29. .mt-5{
  30. margin-bottom: 5px;
  31. }
  32. .textIndentNodeChild{
  33. padding-left: 10px;
  34. }
  35. .smallChild{
  36. font-size: 24rpx;
  37. color:#666
  38. }