actionplanDetails.acss 2.9 KB

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