actionplanDetails.acss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. cursor: pointer;
  85. }
  86. .images image{
  87. display: block;
  88. width: 1.6rem;
  89. height: 1.6rem;
  90. overflow: hidden;
  91. border-radius: 0.16rem;
  92. margin-right: 20rpx;
  93. }
  94. .images .icon{
  95. position: absolute;
  96. right: 0rpx;
  97. top: -0.3rem;
  98. padding: 0.2rem;
  99. }
  100. .apdList {
  101. background-color: #fff;
  102. }
  103. .apdData{
  104. width: 88%;
  105. padding: .1rem 0;
  106. margin: 0 0.3rem 0 .2rem;
  107. border-bottom: 1px solid rgb(240, 240, 240);
  108. }
  109. .apdDian{
  110. position: relative;
  111. width: .25rem;
  112. height: .25rem;
  113. border-radius: 50%;
  114. background-color: #d4d4d4;
  115. }
  116. .apdHeadBoeder{
  117. position: absolute;
  118. left: 0.1rem;
  119. height: 100%;
  120. width: 0.02rem;
  121. border-left: 0.02rem solid #d4d4d4;
  122. }
  123. .apdborderNO{
  124. border: 0 !important;
  125. }
  126. .apdListMarTop{
  127. margin: 0.15rem 0 0 0;
  128. }
  129. .tsAll{
  130. border-radius: 0.15rem;
  131. position: relative;
  132. background-color: #fff;
  133. padding: 0.2rem;
  134. margin: 0 0.2rem 0.2rem;
  135. }
  136. .tsAll view{
  137. font-size: .32rem;
  138. margin: 0.1rem 0 0.15rem;
  139. }
  140. .tsAll text {
  141. font-size: .26rem;
  142. color: #a0a0a0;
  143. display: block;
  144. margin-bottom: 10rpx;
  145. }
  146. .footer2 view {
  147. color: #000;
  148. padding: 0.24rem 0.32rem 0.24rem 0;
  149. text-align: right;
  150. font-size: .28rem;
  151. }
  152. .windows-box{
  153. background: #fff;
  154. margin: 0 32rpx;
  155. margin-top: 30%;
  156. border-radius: 20rpx;
  157. }