selectSectionStaff.acss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. .ul2{
  77. width: 100%;
  78. background-color: #fff;
  79. box-sizing: border-box;
  80. }
  81. .li{
  82. padding:20rpx 24rpx;
  83. border-bottom: 1px solid #f1f1f1;
  84. }
  85. .ul2 .li .xia{
  86. color: #26A2FF !important;
  87. }
  88. .shu{
  89. padding: 10rpx 24rpx;
  90. background: #fff;
  91. font-size: 28rpx;
  92. color: #26A2FF;
  93. border-bottom: 1px solid #f1f1f1;
  94. }
  95. .shu view:last-child{
  96. color: #ccc;
  97. }
  98. /* 人员 */
  99. .staff-ul{
  100. width: 100%;
  101. background-color: #fff;
  102. box-sizing: border-box;
  103. height: calc(100vh - 350rpx);
  104. }
  105. .userItem{
  106. padding:14rpx 24rpx;
  107. border-bottom: 1px solid #f1f1f1;
  108. }
  109. .staff-ul .userItem .xia{
  110. color: #26A2FF !important;
  111. }
  112. .shu{
  113. padding: 14rpx 24rpx;
  114. background: #fff;
  115. font-size: 28rpx;
  116. color: #26A2FF;
  117. border-bottom: 1px solid #f1f1f1;
  118. }
  119. .shu view:last-child{
  120. color: #ccc;
  121. }
  122. .search{
  123. background-color: #f1f1f1;
  124. border-radius: 10rpx;
  125. margin: 0 32rpx;
  126. padding:8rpx 10rpx;
  127. }
  128. .search image{
  129. width: 30rpx;
  130. height: 30rpx;
  131. margin-left: 10rpx;
  132. }
  133. .StaffFooter{
  134. position: fixed;
  135. left: 0;
  136. right: 0;
  137. bottom: 0;
  138. background: #fff;
  139. padding: 10rpx;
  140. border-top: 1px solid #f1f1f1;
  141. }
  142. .staffBtn{
  143. background: #26A2FF;
  144. color: #fff;
  145. border-radius: 6rpx;
  146. height: 88rpx;
  147. text-align: center;
  148. line-height: 88rpx;
  149. padding: 0 20rpx;
  150. }
  151. .f-left{
  152. overflow-x: auto;
  153. }
  154. .rule-all-text{
  155. font-size: 28rpx;
  156. color: #999;
  157. position: relative;
  158. right: 10rpx;
  159. bottom: 5rpx;
  160. top: 0rpx;
  161. }
  162. .staff-all{
  163. background: rgba(245, 247, 250, 1);
  164. padding: 16rpx 32rpx;
  165. }