selectUser.acss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .all-date{
  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: 999
  8. }
  9. .staff-header{
  10. background-color: #fff;
  11. box-shadow:inset 0px 0px 5px #ccc;
  12. padding-top: 28rpx;
  13. margin-top: 0rpx;
  14. transform: translateY(-100%);
  15. }
  16. .staff-btn view{
  17. text-align: center;
  18. padding: 20rpx 0;
  19. }
  20. .staff-btn view:nth-child(1){
  21. background-color: #f1f1f1;
  22. }
  23. .staff-btn view:nth-child(2){
  24. background-color: #26a2ff;
  25. color: #fff;
  26. }
  27. .sx-ul{
  28. width: 100%;
  29. background-color: #fff;
  30. height: 400rpx;
  31. box-sizing: border-box;
  32. }
  33. .rule-title{
  34. margin-bottom: 20rpx;
  35. padding:0 28rpx;
  36. }
  37. .rule-item{
  38. margin-bottom: 20rpx;
  39. }
  40. .ruleGe{
  41. background: #f5f7fa;
  42. padding: 16rpx;
  43. font-size: 28rpx;
  44. width: 22%;
  45. text-align: center;
  46. box-sizing: border-box;
  47. margin: 0rpx 1.5% 20rpx 1.5%;
  48. }
  49. .rule-all-text{
  50. font-size: 28rpx;
  51. color: #999;
  52. position: relative;
  53. right: 10rpx;
  54. bottom: 5rpx;
  55. }
  56. .rule-items{
  57. padding: 0 14rpx;
  58. }
  59. .ruleActive{
  60. color: #26a2ff!important;
  61. background: #26a2ff33!important;
  62. }
  63. .close{
  64. position: absolute;
  65. right: 10rpx !important;
  66. top: 50rpx !important;
  67. padding: 20rpx;
  68. }
  69. .close image{
  70. width: 40rpx;
  71. height: 40rpx;
  72. }