selectSectionStaff.acss 2.4 KB

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