You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
2.4KB

  1. .approval[data-v-3c0ff7a0] {
  2. height: 100%;
  3. box-sizing: border-box;
  4. padding-top: 1.33333rem;
  5. }
  6. .approval .md-tab-bar[data-v-3c0ff7a0] {
  7. background: #fff;
  8. padding: 0;
  9. width: 100%;
  10. position: fixed;
  11. top: 0;
  12. left: 0;
  13. z-index: 2;
  14. }
  15. .approval .md-tab-bar[data-v-3c0ff7a0] .md-tab-bar-ink {
  16. height: 0.05333rem;
  17. }
  18. .approval .md-tab-bar[data-v-3c0ff7a0] .md-tab-bar-inner {
  19. padding: 0 0.4rem;
  20. box-sizing: border-box;
  21. }
  22. .approval .md-tab-bar .tab_2[data-v-3c0ff7a0] {
  23. position: relative;
  24. }
  25. .approval .md-tab-bar .tab_2 .tag[data-v-3c0ff7a0] {
  26. position: absolute;
  27. top: -0.2rem;
  28. width: 0.48rem;
  29. height: 0.37333rem;
  30. background: #ff3c31;
  31. border-radius: 0.24rem;
  32. color: #fff;
  33. font-size: 0.26667rem;
  34. text-align: center;
  35. line-height: 0.37333rem;
  36. right: -0.4rem;
  37. }
  38. .approval .list[data-v-3c0ff7a0] {
  39. padding: 0.26667rem 0 0;
  40. }
  41. .approval .list .out_li[data-v-3c0ff7a0] {
  42. padding: 0.4rem 0.53333rem;
  43. background: #fff;
  44. min-height: 3.33333rem;
  45. box-sizing: border-box;
  46. margin-bottom: 0.26667rem;
  47. position: relative;
  48. }
  49. .approval .list .out_li .tit[data-v-3c0ff7a0] {
  50. font-weight: 600;
  51. color: #111c33;
  52. line-height: 0.64rem;
  53. font-size: 0.42667rem;
  54. margin-bottom: 0.26667rem;
  55. display: flex;
  56. align-items: center;
  57. justify-content: space-between;
  58. }
  59. .approval .list .out_li .tit .svg-icon[data-v-3c0ff7a0] {
  60. color: #0057ff;
  61. font-size: 0.42667rem;
  62. margin-right: 0.26667rem;
  63. font-weight: 400;
  64. }
  65. .approval .list .out_li .tit p[data-v-3c0ff7a0] {
  66. display: flex;
  67. align-items: center;
  68. }
  69. .approval .list .out_li .tit p span[data-v-3c0ff7a0] {
  70. width: 6rem;
  71. display: inline-block;
  72. white-space: nowrap;
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. }
  76. .approval .list .out_li .tit .time[data-v-3c0ff7a0] {
  77. color: #848c9c;
  78. font-size: 0.32rem;
  79. }
  80. .approval .list .inner_ul li[data-v-3c0ff7a0] {
  81. margin-bottom: 0.13333rem;
  82. font-size: 0.32rem;
  83. color: #111c33;
  84. display: flex;
  85. align-items: top;
  86. }
  87. .approval .list .inner_ul label[data-v-3c0ff7a0] {
  88. display: inline-block;
  89. color: #848c9c;
  90. line-height: 0.45333rem;
  91. width: 2.26667rem;
  92. text-align: right;
  93. }
  94. .approval .list .inner_ul .value p[data-v-3c0ff7a0] {
  95. width: 4.66667rem;
  96. line-height: 0.45333rem;
  97. }
  98. .approval .list .status[data-v-3c0ff7a0] {
  99. position: absolute;
  100. right: 0.53333rem;
  101. top: 1.30667rem;
  102. }
  103. .approval .nomore[data-v-3c0ff7a0] {
  104. color: #c5ccd9;
  105. font-size: 0.32rem;
  106. line-height: 0.45333rem;
  107. text-align: center;
  108. padding: 0.13333rem 0 0.46667rem;
  109. }