actionplanDetails.acss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .performanceList{
  2. background-color: #fff;
  3. padding: 0.25rem;
  4. }
  5. .line-feed{
  6. padding: 0.05rem;
  7. display: inline-block;
  8. }
  9. .title{
  10. padding: 0.2rem 0.25rem;
  11. background-color: rgb(245, 245, 245);
  12. }
  13. .page-section-demo{
  14. padding: 0.24rem 0.32rem;
  15. font-size: 0.32rem;
  16. background-color: #fff;
  17. border-bottom: 0.02rem solid #ebedf0;
  18. }
  19. .icon{
  20. right: 0.3rem;
  21. top: 0.22rem;
  22. position: absolute;
  23. z-index: 9999;
  24. }
  25. .pullUpdel {
  26. margin: 0.15rem 0 6rem 0;
  27. padding: 0.25rem;
  28. background-color: #ffffff;
  29. }
  30. .pullUpdel text {
  31. display: block;
  32. padding: 0.05rem 0;
  33. }
  34. .introcol {
  35. color: rgb(171, 171, 171);
  36. }
  37. .intropad {
  38. padding: 0.1rem 0;
  39. }
  40. .vassheet {
  41. min-height: 6rem;
  42. max-height: 8rem;
  43. overflow: scroll;
  44. background-color: #ffffff;
  45. position: fixed;
  46. bottom: 0;
  47. left: 0;
  48. right: 0;
  49. border-radius: 25rpx 25rpx 0 0;
  50. }
  51. .vasHead {
  52. text-align: center;
  53. padding: 0.24rem;
  54. position: sticky;
  55. top: 0;
  56. background-color: #fff;
  57. border-bottom: 1px solid #f1f1f1;
  58. z-index: 999;
  59. }
  60. .van-uploader__upload {
  61. position: relative;
  62. display: -webkit-box;
  63. display: -webkit-flex;
  64. display: flex;
  65. -webkit-box-orient: vertical;
  66. -webkit-box-direction: normal;
  67. -webkit-flex-direction: column;
  68. flex-direction: column;
  69. -webkit-box-align: center;
  70. -webkit-align-items: center;
  71. align-items: center;
  72. -webkit-box-pack: center;
  73. -webkit-justify-content: center;
  74. justify-content: center;
  75. box-sizing: border-box;
  76. width: 1.6rem;
  77. height: 1.6rem;
  78. /* margin: 0 0.16rem 0.16rem 0; */
  79. background-color: #f7f8fa;
  80. border-radius: 0.16rem;
  81. }
  82. .images{
  83. position: relative;
  84. }
  85. .images image{
  86. display: block;
  87. width: 1.6rem;
  88. height: 1.6rem;
  89. overflow: hidden;
  90. border-radius: 0.16rem;
  91. margin-right: 20rpx;
  92. }
  93. .images .icon{
  94. position: absolute;
  95. right: 0rpx;
  96. top: -0.3rem;
  97. padding: 0.2rem;
  98. }
  99. .apdList {
  100. background-color: #fff;
  101. }
  102. .apdData{
  103. width: 88%;
  104. padding: .1rem 0;
  105. margin: 0 0.3rem 0 .2rem;
  106. border-bottom: 1px solid rgb(240, 240, 240);
  107. }
  108. .apdDian{
  109. position: relative;
  110. width: .25rem;
  111. height: .25rem;
  112. border-radius: 50%;
  113. background-color: #d4d4d4;
  114. }
  115. .apdHeadBoeder{
  116. position: absolute;
  117. left: 0.1rem;
  118. height: 100%;
  119. width: 0.02rem;
  120. border-left: 0.02rem solid #d4d4d4;
  121. }
  122. .apdborderNO{
  123. border: 0 !important;
  124. }
  125. .apdListMarTop{
  126. margin: 0.15rem 0 0 0;
  127. }
  128. .tsAll{
  129. border-radius: 0.15rem;
  130. position: relative;
  131. background-color: #fff;
  132. padding: 0.2rem;
  133. margin: 0 0.2rem 0.2rem;
  134. }
  135. .tsAll view{
  136. font-size: .32rem;
  137. margin: 0.1rem 0 0.15rem;
  138. }
  139. .tsAll text {
  140. font-size: .26rem;
  141. color: #a0a0a0;
  142. display: block;
  143. margin-bottom: 10rpx;
  144. }
  145. .footer2 view {
  146. color: #000;
  147. padding: 0.24rem 0.32rem 0.24rem 0;
  148. text-align: right;
  149. font-size: .28rem;
  150. }
  151. .windows-box{
  152. background: #fff;
  153. margin: 0 32rpx;
  154. margin-top: 30%;
  155. border-radius: 20rpx;
  156. }