selectSectionStaff_tow.acss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. .all{
  2. background-color: #fff;
  3. height: 100%;
  4. margin-top: 40rpx;
  5. border-radius: 20rpx 20rpx 0 0;
  6. padding-top: 80rpx;
  7. z-index:3
  8. }
  9. .close{
  10. width: 40rpx;
  11. height: 40rpx;
  12. position: absolute;
  13. right: 30rpx;
  14. top: 70rpx;
  15. }
  16. .search{
  17. background-color: #f1f1f1;
  18. border-radius: 6rpx;
  19. width: 80%;
  20. margin: 0 auto;
  21. padding:6rpx 10rpx;
  22. }
  23. .search input{
  24. background-color: #f1f1f1;
  25. }
  26. .search image{
  27. width: 30rpx;
  28. height: 30rpx;
  29. margin-left: 10rpx;
  30. }
  31. .content{
  32. margin-top: 16rpx;
  33. border-top: 1px solid #f1f1f1;
  34. width: 100%;
  35. }
  36. .date-btn view{
  37. text-align: center;
  38. padding: 20rpx 0;
  39. }
  40. .date-btn view:nth-child(1){
  41. background-color: #f1f1f1;
  42. }
  43. .date-btn view:nth-child(2){
  44. background-color: #26a2ff;
  45. color: #fff;
  46. }
  47. .data-main{
  48. margin: 32rpx 0;
  49. text-align: center;
  50. }
  51. .data-main .dateVal{
  52. color: #26a2ff;
  53. width: 200rpx;
  54. padding: 16rpx 0;
  55. border-bottom: 1px solid #26a2ff;
  56. display: inline-block;
  57. }
  58. .ul2{
  59. width: 100%;
  60. background-color: #fff;
  61. box-sizing: border-box;
  62. }
  63. .li{
  64. padding:20rpx 24rpx;
  65. border-bottom: 1px solid #f1f1f1;
  66. }
  67. .ul2 .li .xia{
  68. color: #26A2FF !important;
  69. }
  70. .shu{
  71. padding: 10rpx 24rpx;
  72. background: #fff;
  73. font-size: 24rpx;
  74. color: #26A2FF;
  75. border-bottom: 1px solid #f1f1f1;
  76. }
  77. .shu view:last-child{
  78. color: #ccc;
  79. }
  80. /* 人员 */
  81. .staff-ul{
  82. width: 100%;
  83. background-color: #fff;
  84. box-sizing: border-box;
  85. height: calc(100vh - 390rpx);
  86. }
  87. .userItem{
  88. padding:14rpx 32rpx;
  89. border-bottom: 1px solid #f1f1f1;
  90. }
  91. .staff-ul .userItem .xia{
  92. color: #26A2FF !important;
  93. }
  94. .shu{
  95. padding: 14rpx 24rpx;
  96. background: #fff;
  97. font-size: 24rpx;
  98. color: #26A2FF;
  99. border-bottom: 1px solid #f1f1f1;
  100. }
  101. .shu view:last-child{
  102. color: #ccc;
  103. }
  104. .search{
  105. background-color: #f1f1f1;
  106. border-radius: 10rpx;
  107. margin: 0 32rpx;
  108. padding:8rpx 10rpx;
  109. }
  110. .search input{
  111. background-color: #f1f1f1;
  112. font-size: 26rpx;
  113. }
  114. .search image{
  115. width: 30rpx;
  116. height: 30rpx;
  117. margin-left: 10rpx;
  118. }
  119. .StaffFooter{
  120. position: fixed;
  121. left: 0;
  122. right: 0;
  123. bottom: 0;
  124. background: #fff;
  125. padding: 10rpx;
  126. border-top: 1px solid #f1f1f1;
  127. }
  128. .staffBtn{
  129. background: #26A2FF;
  130. color: #fff;
  131. border-radius: 6rpx;
  132. height: 88rpx;
  133. text-align: center;
  134. line-height: 88rpx;
  135. padding: 0 40rpx;
  136. }
  137. .f-left{
  138. overflow-x: auto;
  139. }
  140. .rule-all-text{
  141. font-size: 24rpx;
  142. color: #999;
  143. position: relative;
  144. right: 10rpx;
  145. bottom: 5rpx;
  146. }
  147. .staff-all{
  148. background: rgba(245, 247, 250, 1);
  149. padding: 16rpx 32rpx;
  150. }
  151. .radio_{
  152. width: 40rpx;
  153. height: 40rpx;
  154. border: 1px solid #ccc;
  155. border-radius: 100%;
  156. background: #fff;
  157. text-align: center;
  158. box-sizing: border-box;
  159. line-height: 36rpx;
  160. }
  161. .active .radio_{
  162. border: 1px solid #26A2FF;
  163. }
  164. .active .radio_ text{
  165. width: 20rpx;
  166. height: 20rpx;
  167. border-radius: 50rpx;
  168. background: #26A2FF;
  169. display: inline-block;
  170. box-sizing: border-box;
  171. }
  172. .img_name_box{
  173. width: 70rpx;
  174. height: 70rpx;
  175. border-radius: 50rpx;
  176. background: #26A2FF;
  177. color: #fff;
  178. line-height: 70rpx;
  179. text-align: center;
  180. font-size: 24rpx;
  181. }
  182. .img_box{
  183. width: 70rpx;
  184. height: 70rpx;
  185. border-radius: 50rpx;
  186. display: block;
  187. position: relative;
  188. top: 4rpx;
  189. }