selectSectionStaff_tow.acss 2.7 KB

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