index.acss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .item {
  2. width: 702rpx;
  3. padding: 24rpx;
  4. background-color: #fff;
  5. position: relative;
  6. color: rgba(58, 60, 101, 0.7);
  7. line-height: 45rpx;
  8. margin-bottom: 24rpx;
  9. box-sizing: border-box;
  10. }
  11. .ordermodule-item {
  12. width: 702rpx;
  13. padding: 24rpx;
  14. background-color: #fff;
  15. position: relative;
  16. color: rgba(58, 60, 101, 0.7);
  17. line-height: 45rpx;
  18. margin-bottom: 24rpx;
  19. box-sizing: border-box;
  20. }
  21. .border-radius-20 {
  22. border-radius: 10rpx;
  23. }
  24. .icon {
  25. position: absolute;
  26. top: 0;
  27. right: 0;
  28. width: 100%;
  29. height: 170rpx;
  30. }
  31. .tit {
  32. color: #3a3c65;
  33. font-size: 34rpx;
  34. font-weight: 700;
  35. margin-bottom: 15rpx;
  36. max-width: 521rpx;
  37. }
  38. .mar {
  39. margin-top: 24rpx;
  40. }
  41. .small-tit {
  42. color: rgba(58, 60, 101, 0.85);
  43. font-size: 26rpx;
  44. }
  45. .over {
  46. overflow: hidden;
  47. text-overflow: ellipsis;
  48. white-space: nowrap;
  49. }
  50. .name {
  51. color: #6473fb;
  52. font-size: 34rpx;
  53. font-weight: 700;
  54. max-width: 370rpx;
  55. }
  56. .ordermodule-name {
  57. color: #6473fb !important;
  58. margin-top: 0 !important;
  59. }
  60. .position {
  61. position: absolute;
  62. top: 20rpx;
  63. right: 24rpx;
  64. }
  65. .position>.position-text {
  66. color: #ff8831;
  67. background-color: #f9faff;
  68. padding: 0 12rpx;
  69. }
  70. .col {
  71. color: rgba(58, 60, 101, 0.85);
  72. font-size: 30rpx;
  73. font-weight: 500;
  74. }
  75. .status-img {
  76. width: 92rpx;
  77. height: 84rpx;
  78. position: absolute;
  79. top: 20rpx;
  80. right: 24rpx;
  81. }
  82. .status-img1 {
  83. top: 130rpx;
  84. }
  85. .over-text {
  86. margin-left: 10rpx;
  87. }