selectSectionStaff.acss 2.4 KB

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