selectSectionStaff_tow.acss 2.9 KB

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