index.scss 811 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. page {
  2. background-color: #f1f2f3;
  3. }
  4. .type {
  5. padding: 5px;
  6. font-size: 22rpx;
  7. color: #fff;
  8. letter-spacing: 3px;
  9. writing-mode: vertical-lr;
  10. background: #4F7BFD;
  11. border-radius: 3px;
  12. margin-right: 5px;
  13. }
  14. .tijiao {
  15. color: #67C23A !important;
  16. }
  17. .xinjian {
  18. color: #3874f6 !important;
  19. }
  20. .flex-column-between {
  21. height: 100%;
  22. display: flex;
  23. flex-direction: column;
  24. justify-content: space-between;
  25. }
  26. .small {
  27. font-size: 26rpx;
  28. color: #333;
  29. line-height: 25px;
  30. }
  31. .mr-5 {
  32. margin-right: 5px;
  33. }
  34. .mt-5 {
  35. margin-bottom: 5px;
  36. }
  37. .textIndentNodeChild {
  38. padding-left: 10px;
  39. }
  40. .smallChild {
  41. font-size: 24rpx;
  42. color: #666
  43. }
  44. .footer {
  45. width: 100vw;
  46. position: fixed;
  47. bottom: 0;
  48. background-color: #fff;
  49. }
  50. /* 非工序 */
  51. .panel {
  52. padding: 10px;
  53. background-color: #fff;
  54. }