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.

114 lines
2.6KB

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