selectRule.acss 591 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .all{
  2. background-color: #fff;
  3. height: 100%;
  4. margin-top: 40rpx;
  5. border-radius: 50rpx 50rpx 0 0;
  6. padding-top: 80rpx;
  7. }
  8. .confirm{
  9. }
  10. .close{
  11. width: 40rpx;
  12. height: 40rpx;
  13. position: absolute;
  14. right: 30rpx;
  15. top: 70rpx;
  16. }
  17. .left{
  18. }
  19. .search{
  20. background-color: #f1f1f1;
  21. border-radius: 20rpx;
  22. width: 80%;
  23. margin: 0 auto;
  24. padding:8rpx 10rpx;
  25. }
  26. .search input{
  27. background-color: #f1f1f1;
  28. font-size: 24rpx;
  29. }
  30. .search image{
  31. width: 30rpx;
  32. height: 30rpx;
  33. margin-left: 10rpx;
  34. }
  35. .content{
  36. margin-top: 16rpx;
  37. border-bottom: 1px solid #f1f1f1;
  38. }