selectSectionStaff_tow.acss 2.6 KB

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