taskStatistical.acss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. .box{
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. background: rgba(0,0,0,0.2);
  8. z-index: 999;
  9. transform: translate(0,100%);
  10. }
  11. .userSelect{
  12. background-color: #fff;
  13. text-align: center;
  14. padding-right: 1.4rem;
  15. border-bottom:1px solid #f1f1f1 ;
  16. position: relative;
  17. }
  18. .ren{
  19. position: absolute;
  20. right: 0.32rem;
  21. top: 0.3rem;
  22. color: #969799;
  23. font-size: 28rpx;
  24. }
  25. .userSelect .msg{
  26. height: 0.8rem;
  27. max-width: 5rem;
  28. line-height: 0.8rem;
  29. padding: 0 0.32rem;
  30. overflow: hidden;
  31. text-overflow: ellipsis;
  32. white-space: nowrap;
  33. position: relative;
  34. font-size: 32rpx;
  35. display: inline-block;
  36. top: 6rpx;
  37. }
  38. .btns view{
  39. text-align: center;
  40. padding:0.32rem;
  41. border-top: 1px solid #f1f1f1;
  42. font-size: 0.28rem
  43. }
  44. .btns view:nth-child(1){
  45. border-right: 1px solid #f1f1f1;
  46. }
  47. .btns view:nth-child(2){
  48. color: #26A2FF;
  49. }
  50. .text2 {
  51. border-radius: 50%;
  52. border: 1px solid #909399;
  53. color: #909399;
  54. width: 26rpx;
  55. height: 26rpx;
  56. font-size: 22rpx;
  57. text-align: center;
  58. display: inline-block;
  59. margin-left: 10rpx;
  60. position: relative;
  61. line-height: 26rpx;
  62. box-sizing: border-box;
  63. }
  64. .userSelect .msg::after{
  65. position: absolute;
  66. top: 50%;
  67. right: 10rpx;
  68. margin-top: -0.1rem;
  69. border: 0.06rem solid;
  70. border-color: transparent transparent #666 #666;
  71. -webkit-transform: rotate(-45deg);
  72. transform: rotate(-45deg);
  73. /* opacity: .8; */
  74. content: ' ';
  75. }
  76. .header{
  77. background-color: #fff;
  78. }
  79. .title{
  80. border-bottom: 1px solid #f1f1f1;
  81. padding: 0.28rem 0.32rem;
  82. color: #222;
  83. font-size: 32rpx;
  84. position: relative;
  85. }
  86. .title::before{
  87. position: absolute;
  88. content: "";
  89. height: 30rpx;
  90. left: 16rpx;
  91. top: 50%;
  92. margin-top: -16rpx;
  93. width: 6rpx;
  94. background-color: #26A2FF;
  95. border-radius: 50rpx;
  96. }
  97. .bfb{
  98. position: absolute;
  99. top: 50%;
  100. left: 50%;
  101. color: #26A2FF;
  102. width: 1.4rem;
  103. font-size: 40rpx;
  104. margin-left: -0.7rem;
  105. margin-top:-0.1rem;
  106. text-align: center;
  107. }
  108. .bfb2{
  109. position: absolute;
  110. top: 50%;
  111. left: 25%;
  112. color: #222;
  113. width: 1.4rem;
  114. height: 1.4rem;
  115. font-size: 24rpx;
  116. margin-left: -0.57rem;
  117. margin-top:-0.6rem;
  118. text-align: center;
  119. /* background-color: #F4C04A; */
  120. }
  121. .jt{
  122. font-size:32rpx;
  123. position: relative;
  124. /* padding-right: 0.32rem; */
  125. }
  126. /* .jt::after{
  127. position: absolute;
  128. top: 50%;
  129. right: 10rpx;
  130. margin-top: -0.1rem;
  131. border: 0.06rem solid;
  132. border-color: transparent transparent #666 #666;
  133. -webkit-transform: rotate(-45deg);
  134. transform: rotate(-45deg);
  135. content: ' ';
  136. } */
  137. .header .item{
  138. padding:0.32rem;
  139. }
  140. .item .img{
  141. width:80rpx;
  142. border-radius: 50%;
  143. height: 80rpx;
  144. text-align: center;
  145. line-height: 100rpx;
  146. margin-right: 20rpx;
  147. }
  148. .img image{
  149. width:40rpx;
  150. height: 40rpx;
  151. }
  152. .msg .num{
  153. color: #222;
  154. font-size: 36rpx;
  155. }
  156. .msg text{
  157. color: #969799;
  158. font-size: 24rpx;
  159. }
  160. .main{
  161. background-color: #fff;
  162. padding-bottom: 0.24rem;
  163. }
  164. .item2{
  165. text-align: center;
  166. }
  167. .item2 text{
  168. color: #222;
  169. font-size: 36rpx;
  170. margin-bottom: 10rpx;
  171. }
  172. .item2 view{
  173. color: #969799;
  174. font-size: 24rpx;
  175. }
  176. .rule-all-text{
  177. font-size: 28rpx;
  178. color: #999;
  179. position: relative;
  180. right: 10rpx;
  181. bottom: 5rpx;
  182. }
  183. .zk{
  184. color: #999;
  185. text-decoration:line-through;
  186. }
  187. .windows-box {
  188. background: #fff;
  189. border-radius: 20rpx;
  190. position: absolute;
  191. left: 10%;
  192. right: 10%;
  193. top: 40%;
  194. margin-top: -25%;
  195. }
  196. .windows-title {
  197. padding: 32rpx;
  198. color: #999;
  199. font-size: 24rpx;
  200. }
  201. .windows-btn view:nth-child(1) {
  202. text-align: right;
  203. padding: 32rpx;
  204. color: #26A2FF;
  205. }
  206. .windows-content {
  207. /* height: 1rem; */
  208. padding: 0 28rpx;
  209. font-size: 28rpx;
  210. color: #666;
  211. }
  212. .windows-content view{
  213. margin-bottom: 16rpx;
  214. }
  215. .windows-content .chu{
  216. font-weight: 600;
  217. font-size: 32rpx;
  218. color: #222;
  219. }
  220. .windows-content2 {
  221. height: auto;
  222. max-height: 4rem;
  223. overflow-y: auto;
  224. padding:28rpx;
  225. font-size: 32rpx;
  226. }