selectRule.acss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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: 999
  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. .left{
  20. background: #f1f1f1;
  21. height: calc(100vh - 212rpx);
  22. }
  23. .left .yi{
  24. padding: 20rpx 24rpx;
  25. position: relative;
  26. }
  27. .left .er{
  28. border-bottom: 1px solid #f1f1f1;
  29. background-color: #fff;
  30. padding: 20rpx 0rpx;
  31. padding-left: 40rpx;
  32. position: relative;
  33. }
  34. .left .active::before{
  35. position: absolute;
  36. content: " ";
  37. width: 6rpx;
  38. height: 22rpx;
  39. background: #26A2FF;
  40. left: 10rpx;
  41. top:50%;
  42. margin-top: -11rpx;
  43. }
  44. .left .itemActive{
  45. color: #26A2FF;
  46. }
  47. .right{
  48. height: calc(100vh - 212rpx);
  49. }
  50. .search{
  51. background-color: #f1f1f1;
  52. border-radius: 6rpx;
  53. width: 80%;
  54. margin: 0 auto;
  55. padding:6rpx 10rpx;
  56. }
  57. .search input{
  58. background-color: #f1f1f1;
  59. }
  60. .search image{
  61. width: 30rpx;
  62. height: 30rpx;
  63. margin-left: 10rpx;
  64. }
  65. .content{
  66. margin-top: 16rpx;
  67. border-top: 1px solid #f1f1f1;
  68. }
  69. .radio{
  70. width: 80rpx;
  71. text-align: center;
  72. box-sizing: border-box;
  73. }
  74. .items{
  75. padding: 14rpx;
  76. border-bottom: 1px solid #f1f1f1;
  77. }
  78. .num{
  79. font-size: 28rpx;
  80. }
  81. .items-top{
  82. padding:20rpx 28rpx;
  83. border-bottom: 1px solid #f1f1f1;
  84. }
  85. .nodata{
  86. text-align: center;
  87. padding: 40rpx;
  88. }