selectSx.acss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .all-date{
  2. overflow: hidden;
  3. height: 100vh;
  4. position: fixed;
  5. left: 0;
  6. right:0;
  7. top:80rpx;
  8. z-index: 5;
  9. background-color: rgba(0,0,0,.7);
  10. }
  11. .staff-header{
  12. background-color: #fff;
  13. box-shadow:inset 0px 0px 5px #ccc;
  14. padding-top: 28rpx;
  15. margin-top: 0rpx;
  16. transform: translateY(-100%);
  17. }
  18. .staff-btn view{
  19. text-align: center;
  20. padding: 20rpx 0;
  21. }
  22. .staff-btn view:nth-child(1){
  23. background-color: #f1f1f1;
  24. }
  25. .staff-btn view:nth-child(2){
  26. background-color: #26a2ff;
  27. color: #fff;
  28. }
  29. .sx-ul{
  30. width: 100%;
  31. background-color: #fff;
  32. height: 400rpx;
  33. box-sizing: border-box;
  34. }
  35. .rule-title{
  36. margin-bottom: 20rpx;
  37. padding:0 28rpx;
  38. }
  39. .rule-item{
  40. margin-bottom: 20rpx;
  41. }
  42. .ruleGe{
  43. background: #f5f7fa;
  44. padding: 16rpx;
  45. font-size: 24rpx;
  46. width: 22%;
  47. text-align: center;
  48. box-sizing: border-box;
  49. margin: 0rpx 1.5% 20rpx 1.5%;
  50. }
  51. .rule-all-text{
  52. font-size: 24rpx;
  53. color: #999;
  54. position: relative;
  55. right: 10rpx;
  56. bottom: 5rpx;
  57. }
  58. .rule-items{
  59. padding: 0 14rpx;
  60. }
  61. .ruleActive{
  62. color: #26a2ff!important;
  63. background: #26a2ff33!important;
  64. }